#EEB370

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

Shades of Harvest Gold #EEB370

Tints of Harvest Gold #EEB370

Color information

#EEB370 (or 0xEEB370) is unknown color: approx Harvest Gold. HEX triplet: EE, B3 and 70. RGB value is (238,179,112). Sum of RGB (Red+Green+Blue) = 238+179+112=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB370 is #114C8F. Grayscale: #BDBDBD. Windows color (decimal): -1133712 or 7386094. OLE color: 7386094.

HSL color Cylindrical-coordinate representation of color #EEB370: hue angle of 31.9º 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 #EEB370 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB238179112-
CMYK00.250.530.07
HSL31.9º78.75%68.63%-
HSV(B)31.9º52.94%93.33%-
XYZ54.351.5922.42-
YUV18984.55162.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.99%
GREEN value IS 179 (70.31% from 255) = 33.84%
BLUE value IS 112 (44.14% from 255) = 21.17%
R=44.99%
G=33.84%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817911200.250.530.0731.978.7568.63
HexEEB370019357204f45
Octal35626316003165740117105
Binary1110111010110011111000001100111010111110000010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB370; }

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

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

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

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

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

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

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

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