Html Css Color HEX #E0B472 Harvest Gold

📋 copy color: '#E0B472'

red 224 ◦ green 180 ◦ blue 114

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

Shades of Harvest Gold #E0B472

Tints of Harvest Gold #E0B472

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.75%

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

R = 43.24%
G = 34.75%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E0B472 (or 0xE0B472) is known color: Harvest Gold. HEX triplet: E0, B4 and 72. RGB value is (224,180,114). Sum of RGB (Red+Green+Blue) = 224+180+114=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B472 is #1F4B8D. Grayscale: #B9B9B9. Windows color (decimal): -2050958 or 7517408. OLE color: 7517408.

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

Color convert

RGB 224 180 114 -
CMYK 0 0.20 0.49 0.12
HSL 36º 0.64% 0.66% -
HSV(B) 36º 0.49% 0.88% -
XYZ 50.1 49.7 22.87 -
YUV 185.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 224 180 114 0 0.20 0.49 0.12 36 0.64 0.66
Hex E0 B4 72 0 14 31 C 24 40 42
Octal 340 264 162 0 24 61 14 44 100 102
Binary 11100000 10110100 1110010 0 10100 110001 1100 100100 1000000 1000010

Color Harmonies of #E0B472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B472

Black with #E0B472

Text Example


Text Example

White with #E0B472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B472; }

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

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

background-color css

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

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

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

border-color css

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

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

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