Html Css Color HEX #E0B570 Harvest Gold

📋 copy color: '#E0B570'

red 224 ◦ green 181 ◦ blue 112

#E0B570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harvest Gold #E0B570

Tints of Harvest Gold #E0B570

RGB

 RED value IS 224 (87.89% from 255) = 43.33%

 GREEN value IS 181 (71.09% from 255) = 35.01%

 BLUE value IS 112 (44.14% from 255) = 21.66%

R = 43.33%
G = 35.01%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0B570 (or 0xE0B570) is known color: Harvest Gold. HEX triplet: E0, B5 and 70. RGB value is (224,181,112). Sum of RGB (Red+Green+Blue) = 224+181+112=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B570 is #1F4A8F. Grayscale: #BABABA. Windows color (decimal): -2050704 or 7386592. OLE color: 7386592.

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

Color convert

RGB 224 181 112 -
CMYK 0 0.19 0.50 0.12
HSL 36.96º 0.64% 0.66% -
HSV(B) 36.96º 0.5% 0.88% -
XYZ 50.19 50.06 22.35 -
YUV 185.99 86.25 155.11 -
System Red Green Blue C M Y K H S L
Decimal 224 181 112 0 0.19 0.50 0.12 36.96 0.64 0.66
Hex E0 B5 70 0 13 32 C 25 40 42
Octal 340 265 160 0 23 62 14 45 100 102
Binary 11100000 10110101 1110000 0 10011 110010 1100 100101 1000000 1000010

Color Harmonies of #E0B570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B570

Black with #E0B570

Text Example


Text Example

White with #E0B570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B570; }

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

 H1.HeaderClassName
 {
   color: #E0B570;
 }
 .AnyTagClassName
 {
   color: #E0B570;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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