#eeb272

Color #EEB272 Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #EEB272

Tints of Harvest Gold #EEB272

Color information

#EEB272 (or 0xEEB272) is unknown color: approx Harvest Gold. HEX triplet: EE, B2 and 72. RGB value is (238,178,114). Sum of RGB (Red+Green+Blue) = 238+178+114=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB272 is #114D8D. Grayscale: #BCBCBC. Windows color (decimal): -1133966 or 7516910. OLE color: 7516910.

HSL color Cylindrical-coordinate representation of color #EEB272: hue angle of 30.97º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEB272 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB238178114-
CMYK00.250.520.07
HSL30.97º78.48%69.02%-
HSV(B)30.97º52.1%93.33%-
XYZ54.2251.2322.95-
YUV188.6485.88163.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 44.91%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 114 (44.92% from 255) = 21.51%
R=44.91%
G=33.58%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817811400.250.520.0730.9778.4869.02
HexEEB2720193471f4e45
Octal35626216203164737116105
Binary111011101011001011100100110011101001111111110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eeb272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eeb272; }

 p { color: rgb(238,178,114); }

 H1.HeaderClassName
 {
   color: #eeb272;
 }
 .AnyTagClassName
 {
   color: #eeb272;
 }
</style>
background-color css

<style>
 a { background-color: #eeb272; }

 a { background-color: rgb(238,178,114); }

 div.DivClassName
 {
   background-color: #eeb272;
 }
 .BgClassName
 {
   background-color: #eeb272;
 }
</style>
border-color css

<style>
 span { border-color: #eeb272; }

 span { border-color: rgb(238,178,114); }

 td.TdClassName
 {
   border-color: #eeb272;
 }
 .TagClassName
 {
   border-color: #eeb272;
 }
</style>