Html Css Color HEX #E5AF71 Harvest Gold

📋 copy color: '#E5AF71'

red 229 ◦ green 175 ◦ blue 113

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

Shades of Harvest Gold #E5AF71

Tints of Harvest Gold #E5AF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.86%

R = 44.29%
G = 33.85%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E5AF71 (or 0xE5AF71) is known color: Harvest Gold. HEX triplet: E5, AF and 71. RGB value is (229,175,113). Sum of RGB (Red+Green+Blue) = 229+175+113=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AF71 is #1A508E. Grayscale: #B8B8B8. Windows color (decimal): -1724559 or 7450597. OLE color: 7450597.

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

Color convert

RGB 229 175 113 -
CMYK 0 0.24 0.51 0.10
HSL 32.07º 0.69% 0.67% -
HSV(B) 32.07º 0.51% 0.9% -
XYZ 50.62 48.51 22.32 -
YUV 184.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 229 175 113 0 0.24 0.51 0.10 32.07 0.69 0.67
Hex E5 AF 71 0 18 33 A 20 45 43
Octal 345 257 161 0 30 63 12 40 105 103
Binary 11100101 10101111 1110001 0 11000 110011 1010 100000 1000101 1000011

Color Harmonies of #E5AF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AF71

Black with #E5AF71

Text Example


Text Example

White with #E5AF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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