Html Css Color HEX #E0B872 Harvest Gold

📋 copy color: '#E0B872'

red 224 ◦ green 184 ◦ blue 114

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

Shades of Harvest Gold #E0B872

Tints of Harvest Gold #E0B872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.25%

 BLUE value IS 114 (44.92% from 255) = 21.84%

R = 42.91%
G = 35.25%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E0B872 (or 0xE0B872) is known color: Harvest Gold. HEX triplet: E0, B8 and 72. RGB value is (224,184,114). Sum of RGB (Red+Green+Blue) = 224+184+114=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 114 (44.92% from 255 or 21.84% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B872 is #1F478D. Grayscale: #BCBCBC. Windows color (decimal): -2049934 or 7518432. OLE color: 7518432.

HSL color Cylindrical-coordinate representation of color #E0B872: hue angle of 38.18º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0B872 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 184 114 -
CMYK 0 0.18 0.49 0.12
HSL 38.18º 0.64% 0.66% -
HSV(B) 38.18º 0.49% 0.88% -
XYZ 50.92 51.34 23.15 -
YUV 187.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 224 184 114 0 0.18 0.49 0.12 38.18 0.64 0.66
Hex E0 B8 72 0 12 31 C 26 40 42
Octal 340 270 162 0 22 61 14 46 100 102
Binary 11100000 10111000 1110010 0 10010 110001 1100 100110 1000000 1000010

Color Harmonies of #E0B872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B872

Black with #E0B872

Text Example


Text Example

White with #E0B872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B872; }

 p { color: rgb(224,184,114); }

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

background-color css

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

 a { background-color: rgb(224,184,114); }

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

border-color css

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

 span { border-color: rgb(224,184,114); }

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