#EEBF66

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

Shades of Harvest Gold #EEBF66

Tints of Harvest Gold #EEBF66

Color information

#EEBF66 (or 0xEEBF66) is unknown color: approx Harvest Gold. HEX triplet: EE, BF and 66. RGB value is (238,191,102). Sum of RGB (Red+Green+Blue) = 238+191+102=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF66 is #114099. Grayscale: #C3C3C3. Windows color (decimal): -1130650 or 6733806. OLE color: 6733806.

HSL color Cylindrical-coordinate representation of color #EEBF66: hue angle of 39.26º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EEBF66 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB238191102-
CMYK00.200.570.07
HSL39.26º80%66.67%-
HSV(B)39.26º57.14%93.33%-
XYZ56.2956.420.49-
YUV194.9175.57158.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.82%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 102 (40.23% from 255) = 19.21%
R=44.82%
G=35.97%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819110200.200.570.0739.268066.67
HexEEBF66014397275043
Octal35627714602471747120103
Binary1110111010111111110011001010011100111110011110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBF66; }

 p { color: rgb(238,191,102); }

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

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

 a { background-color: rgb(238,191,102); }

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

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

 span { border-color: rgb(238,191,102); }

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