#E0B069

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

Shades of Harvest Gold #E0B069

Tints of Harvest Gold #E0B069

Color information

#E0B069 (or 0xE0B069) is unknown color: approx Harvest Gold. HEX triplet: E0, B0 and 69. RGB value is (224,176,105). Sum of RGB (Red+Green+Blue) = 224+176+105=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 105 (41.41% from 255 or 20.79% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B069 is #1F4F96. Grayscale: #B6B6B6. Windows color (decimal): -2051991 or 6926560. OLE color: 6926560.

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

Color convert

RGB224176105-
CMYK00.210.530.12
HSL35.8º65.75%64.51%-
HSV(B)35.8º53.12%87.84%-
XYZ48.8247.9220.04-
YUV182.2684.4157.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.36%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 105 (41.41% from 255) = 20.79%
R=44.36%
G=34.85%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417610500.210.530.1235.865.7564.51
HexE0B06901535C244241
Octal340260151025651444102101
Binary11100000101100001101001010101110101110010010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B069; }

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

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

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

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

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

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

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

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