#E0B06E

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

Shades of Harvest Gold #E0B06E

Tints of Harvest Gold #E0B06E

Color information

#E0B06E (or 0xE0B06E) is unknown color: approx Harvest Gold. HEX triplet: E0, B0 and 6E. RGB value is (224,176,110). Sum of RGB (Red+Green+Blue) = 224+176+110=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B06E is #1F4F91. Grayscale: #B7B7B7. Windows color (decimal): -2051986 or 7254240. OLE color: 7254240.

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

Color convert

RGB224176110-
CMYK00.210.510.12
HSL34.74º64.77%65.49%-
HSV(B)34.74º50.89%87.84%-
XYZ49.0848.0221.43-
YUV182.8386.9157.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.92%
GREEN value IS 176 (69.14% from 255) = 34.51%
BLUE value IS 110 (43.36% from 255) = 21.57%
R=43.92%
G=34.51%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417611000.210.510.1234.7464.7765.49
HexE0B06E01533C234141
Octal340260156025631443101101
Binary11100000101100001101110010101110011110010001110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B06E; }

 p { color: rgb(224,176,110); }

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

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

 a { background-color: rgb(224,176,110); }

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

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

 span { border-color: rgb(224,176,110); }

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