#EEB570

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

Shades of Harvest Gold #EEB570

Tints of Harvest Gold #EEB570

Color information

#EEB570 (or 0xEEB570) is unknown color: approx Harvest Gold. HEX triplet: EE, B5 and 70. RGB value is (238,181,112). Sum of RGB (Red+Green+Blue) = 238+181+112=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB570 is #114A8F. Grayscale: #BEBEBE. Windows color (decimal): -1133200 or 7386606. OLE color: 7386606.

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

Color convert

RGB238181112-
CMYK00.240.530.07
HSL32.86º78.75%68.63%-
HSV(B)32.86º52.94%93.33%-
XYZ54.7152.3922.56-
YUV190.1883.88162.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.82%
GREEN value IS 181 (71.09% from 255) = 34.09%
BLUE value IS 112 (44.14% from 255) = 21.09%
R=44.82%
G=34.09%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818111200.240.530.0732.8678.7568.63
HexEEB570018357214f45
Octal35626516003065741117105
Binary1110111010110101111000001100011010111110000110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB570; }

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

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

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

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

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

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

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

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