#EEB569

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

Shades of Harvest Gold #EEB569

Tints of Harvest Gold #EEB569

Color information

#EEB569 (or 0xEEB569) is unknown color: approx Harvest Gold. HEX triplet: EE, B5 and 69. RGB value is (238,181,105). Sum of RGB (Red+Green+Blue) = 238+181+105=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB569 is #114A96. Grayscale: #BDBDBD. Windows color (decimal): -1133207 or 6927854. OLE color: 6927854.

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

Color convert

RGB238181105-
CMYK00.240.560.07
HSL34.29º79.64%67.25%-
HSV(B)34.29º55.88%93.33%-
XYZ54.3352.2420.59-
YUV189.3880.38162.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.42%
GREEN value IS 181 (71.09% from 255) = 34.54%
BLUE value IS 105 (41.41% from 255) = 20.04%
R=45.42%
G=34.54%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818110500.240.560.0734.2979.6467.25
HexEEB569018387225043
Octal35626515103070742120103
Binary1110111010110101110100101100011100011110001010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB569; }

 p { color: rgb(238,181,105); }

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

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

 a { background-color: rgb(238,181,105); }

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

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

 span { border-color: rgb(238,181,105); }

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