Html Css Color HEX #E0B970 Harvest Gold

📋 copy color: '#E0B970'

red 224 ◦ green 185 ◦ blue 112

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

Shades of Harvest Gold #E0B970

Tints of Harvest Gold #E0B970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.51%

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

R = 42.99%
G = 35.51%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0B970 (or 0xE0B970) is known color: Harvest Gold. HEX triplet: E0, B9 and 70. RGB value is (224,185,112). Sum of RGB (Red+Green+Blue) = 224+185+112=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B970 is #1F468F. Grayscale: #BCBCBC. Windows color (decimal): -2049680 or 7387616. OLE color: 7387616.

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

Color convert

RGB 224 185 112 -
CMYK 0 0.17 0.50 0.12
HSL 39.11º 0.64% 0.66% -
HSV(B) 39.11º 0.5% 0.88% -
XYZ 51.01 51.72 22.62 -
YUV 188.34 84.92 153.44 -
System Red Green Blue C M Y K H S L
Decimal 224 185 112 0 0.17 0.50 0.12 39.11 0.64 0.66
Hex E0 B9 70 0 11 32 C 27 40 42
Octal 340 271 160 0 21 62 14 47 100 102
Binary 11100000 10111001 1110000 0 10001 110010 1100 100111 1000000 1000010

Color Harmonies of #E0B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B970

Black with #E0B970

Text Example


Text Example

White with #E0B970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B970; }

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

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

background-color css

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

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

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

border-color css

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

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

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