#EEB86E

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

Shades of Harvest Gold #EEB86E

Tints of Harvest Gold #EEB86E

Color information

#EEB86E (or 0xEEB86E) is unknown color: approx Harvest Gold. HEX triplet: EE, B8 and 6E. RGB value is (238,184,110). Sum of RGB (Red+Green+Blue) = 238+184+110=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB86E is #114791. Grayscale: #C0C0C0. Windows color (decimal): -1132434 or 7256302. OLE color: 7256302.

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

Color convert

RGB238184110-
CMYK00.230.540.07
HSL34.69º79.01%68.24%-
HSV(B)34.69º53.78%93.33%-
XYZ55.2153.5822.18-
YUV191.7181.89161.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.74%
GREEN value IS 184 (72.27% from 255) = 34.59%
BLUE value IS 110 (43.36% from 255) = 20.68%
R=44.74%
G=34.59%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818411000.230.540.0734.6979.0168.24
HexEEB86E017367234f44
Octal35627015602766743117104
Binary1110111010111000110111001011111011011110001110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB86E; }

 p { color: rgb(238,184,110); }

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

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

 a { background-color: rgb(238,184,110); }

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

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

 span { border-color: rgb(238,184,110); }

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