Html Css Color HEX #E4B972 Harvest Gold

📋 copy color: '#E4B972'

red 228 ◦ green 185 ◦ blue 114

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

Shades of Harvest Gold #E4B972

Tints of Harvest Gold #E4B972

RGB

 RED value IS 228 (89.45% from 255) = 43.26%

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

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

R = 43.26%
G = 35.1%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E4B972 (or 0xE4B972) is known color: Harvest Gold. HEX triplet: E4, B9 and 72. RGB value is (228,185,114). Sum of RGB (Red+Green+Blue) = 228+185+114=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4B972 is #1B468D. Grayscale: #BEBEBE. Windows color (decimal): -1787534 or 7518692. OLE color: 7518692.

HSL color Cylindrical-coordinate representation of color #E4B972: hue angle of 37.37º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E4B972 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 185 114 -
CMYK 0 0.19 0.50 0.11
HSL 37.37º 0.68% 0.67% -
HSV(B) 37.37º 0.5% 0.89% -
XYZ 52.38 52.41 23.27 -
YUV 189.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 228 185 114 0 0.19 0.50 0.11 37.37 0.68 0.67
Hex E4 B9 72 0 13 32 B 25 44 43
Octal 344 271 162 0 23 62 13 45 104 103
Binary 11100100 10111001 1110010 0 10011 110010 1011 100101 1000100 1000011

Color Harmonies of #E4B972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4B972

Black with #E4B972

Text Example


Text Example

White with #E4B972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4B972; }

 p { color: rgb(228,185,114); }

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

background-color css

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

 a { background-color: rgb(228,185,114); }

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

border-color css

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

 span { border-color: rgb(228,185,114); }

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