Html Css Color HEX #E5B970 Harvest Gold

📋 copy color: '#E5B970'

red 229 ◦ green 185 ◦ blue 112

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

Shades of Harvest Gold #E5B970

Tints of Harvest Gold #E5B970

RGB

 RED value IS 229 (89.84% from 255) = 43.54%

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

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

R = 43.54%
G = 35.17%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E5B970 (or 0xE5B970) is known color: Harvest Gold. HEX triplet: E5, B9 and 70. RGB value is (229,185,112). Sum of RGB (Red+Green+Blue) = 229+185+112=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B970 is #1A468F. Grayscale: #BEBEBE. Windows color (decimal): -1722000 or 7387621. OLE color: 7387621.

HSL color Cylindrical-coordinate representation of color #E5B970: hue angle of 37.44º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5B970 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 185 112 -
CMYK 0 0.19 0.51 0.10
HSL 37.44º 0.69% 0.67% -
HSV(B) 37.44º 0.51% 0.9% -
XYZ 52.59 52.53 22.7 -
YUV 189.83 84.08 155.94 -
System Red Green Blue C M Y K H S L
Decimal 229 185 112 0 0.19 0.51 0.10 37.44 0.69 0.67
Hex E5 B9 70 0 13 33 A 25 45 43
Octal 345 271 160 0 23 63 12 45 105 103
Binary 11100101 10111001 1110000 0 10011 110011 1010 100101 1000101 1000011

Color Harmonies of #E5B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B970

Black with #E5B970

Text Example


Text Example

White with #E5B970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B970; }

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

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

background-color css

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

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

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

border-color css

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

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

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