#E0B470

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

Shades of Harvest Gold #E0B470

Tints of Harvest Gold #E0B470

Color information

#E0B470 (or 0xE0B470) is unknown color: approx Harvest Gold. HEX triplet: E0, B4 and 70. RGB value is (224,180,112). Sum of RGB (Red+Green+Blue) = 224+180+112=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B470 is #1F4B8F. Grayscale: #B9B9B9. Windows color (decimal): -2050960 or 7386336. OLE color: 7386336.

HSL color Cylindrical-coordinate representation of color #E0B470: hue angle of 36.43º degrees, saturation: 0.64, 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 #E0B470 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224180112-
CMYK00.200.500.12
HSL36.43º64.37%65.88%-
HSV(B)36.43º50%87.84%-
XYZ49.9949.6622.28-
YUV185.486.58155.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.41%
GREEN value IS 180 (70.70% from 255) = 34.88%
BLUE value IS 112 (44.14% from 255) = 21.71%
R=43.41%
G=34.88%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418011200.200.500.1236.4364.3765.88
HexE0B47001432C244042
Octal340264160024621444100102
Binary11100000101101001110000010100110010110010010010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B470; }

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

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

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

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

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

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

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

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