#E0B474

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

Shades of Harvest Gold #E0B474

Tints of Harvest Gold #E0B474

Color information

#E0B474 (or 0xE0B474) is unknown color: approx Harvest Gold. HEX triplet: E0, B4 and 74. RGB value is (224,180,116). Sum of RGB (Red+Green+Blue) = 224+180+116=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B474 is #1F4B8B. Grayscale: #BABABA. Windows color (decimal): -2050956 or 7648480. OLE color: 7648480.

HSL color Cylindrical-coordinate representation of color #E0B474: hue angle of 35.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0B474 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB224180116-
CMYK00.200.480.12
HSL35.56º63.53%66.67%-
HSV(B)35.56º48.21%87.84%-
XYZ50.2149.7523.48-
YUV185.8688.58155.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.08%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 116 (45.70% from 255) = 22.31%
R=43.08%
G=34.62%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418011600.200.480.1235.5663.5366.67
HexE0B47401430C244043
Octal340264164024601444100103
Binary11100000101101001110100010100110000110010010010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B474; }

 p { color: rgb(224,180,116); }

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

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

 a { background-color: rgb(224,180,116); }

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

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

 span { border-color: rgb(224,180,116); }

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