#E0B86F

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

Shades of Harvest Gold #E0B86F

Tints of Harvest Gold #E0B86F

Color information

#E0B86F (or 0xE0B86F) is unknown color: approx Harvest Gold. HEX triplet: E0, B8 and 6F. RGB value is (224,184,111). Sum of RGB (Red+Green+Blue) = 224+184+111=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 111 (43.75% from 255 or 21.39% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B86F is #1F4790. Grayscale: #BBBBBB. Windows color (decimal): -2049937 or 7321824. OLE color: 7321824.

HSL color Cylindrical-coordinate representation of color #E0B86F: hue angle of 38.76º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0B86F is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224184111-
CMYK00.180.500.12
HSL38.76º64.57%65.69%-
HSV(B)38.76º50.45%87.84%-
XYZ50.7551.2822.26-
YUV187.6484.75153.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.16%
GREEN value IS 184 (72.27% from 255) = 35.45%
BLUE value IS 111 (43.75% from 255) = 21.39%
R=43.16%
G=35.45%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418411100.180.500.1238.7664.5765.69
HexE0B86F01232C274142
Octal340270157022621447101102
Binary11100000101110001101111010010110010110010011110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B86F; }

 p { color: rgb(224,184,111); }

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

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

 a { background-color: rgb(224,184,111); }

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

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

 span { border-color: rgb(224,184,111); }

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