Html Css Color HEX #E0B574 Harvest Gold

📋 copy color: '#E0B574'

red 224 ◦ green 181 ◦ blue 116

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

Shades of Harvest Gold #E0B574

Tints of Harvest Gold #E0B574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.26%

R = 42.99%
G = 34.74%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E0B574 (or 0xE0B574) is known color: Harvest Gold. HEX triplet: E0, B5 and 74. RGB value is (224,181,116). Sum of RGB (Red+Green+Blue) = 224+181+116=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B574 is #1F4A8B. Grayscale: #BABABA. Windows color (decimal): -2050700 or 7648736. OLE color: 7648736.

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

Color convert

RGB 224 181 116 -
CMYK 0 0.19 0.48 0.12
HSL 36.11º 0.64% 0.67% -
HSV(B) 36.11º 0.48% 0.88% -
XYZ 50.42 50.16 23.55 -
YUV 186.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 224 181 116 0 0.19 0.48 0.12 36.11 0.64 0.67
Hex E0 B5 74 0 13 30 C 24 40 43
Octal 340 265 164 0 23 60 14 44 100 103
Binary 11100000 10110101 1110100 0 10011 110000 1100 100100 1000000 1000011

Color Harmonies of #E0B574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B574

Black with #E0B574

Text Example


Text Example

White with #E0B574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B574; }

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

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

background-color css

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

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

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

border-color css

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

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

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