Html Css Color HEX #E5AF72 Harvest Gold

📋 copy color: '#E5AF72'

red 229 ◦ green 175 ◦ blue 114

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

Shades of Harvest Gold #E5AF72

Tints of Harvest Gold #E5AF72

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.78%

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

R = 44.21%
G = 33.78%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E5AF72 (or 0xE5AF72) is known color: Harvest Gold. HEX triplet: E5, AF and 72. RGB value is (229,175,114). Sum of RGB (Red+Green+Blue) = 229+175+114=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AF72 is #1A508D. Grayscale: #B8B8B8. Windows color (decimal): -1724558 or 7516133. OLE color: 7516133.

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

Color convert

RGB 229 175 114 -
CMYK 0 0.24 0.50 0.10
HSL 31.83º 0.69% 0.67% -
HSV(B) 31.83º 0.5% 0.9% -
XYZ 50.68 48.53 22.62 -
YUV 184.19 88.39 159.96 -
System Red Green Blue C M Y K H S L
Decimal 229 175 114 0 0.24 0.50 0.10 31.83 0.69 0.67
Hex E5 AF 72 0 18 32 A 20 45 43
Octal 345 257 162 0 30 62 12 40 105 103
Binary 11100101 10101111 1110010 0 11000 110010 1010 100000 1000101 1000011

Color Harmonies of #E5AF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AF72

Black with #E5AF72

Text Example


Text Example

White with #E5AF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AF72; }

 p { color: rgb(229,175,114); }

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

background-color css

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

 a { background-color: rgb(229,175,114); }

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

border-color css

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

 span { border-color: rgb(229,175,114); }

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