Html Css Color HEX #E5AF62 Harvest Gold

📋 copy color: '#E5AF62'

red 229 ◦ green 175 ◦ blue 98

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

Shades of Harvest Gold #E5AF62

Tints of Harvest Gold #E5AF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.52%

R = 45.62%
G = 34.86%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E5AF62 (or 0xE5AF62) is known color: Harvest Gold. HEX triplet: E5, AF and 62. RGB value is (229,175,98). Sum of RGB (Red+Green+Blue) = 229+175+98=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 98 (38.67% from 255 or 19.52% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AF62 is #1A509D. Grayscale: #B6B6B6. Windows color (decimal): -1724574 or 6467557. OLE color: 6467557.

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

Color convert

RGB 229 175 98 -
CMYK 0 0.24 0.57 0.10
HSL 35.27º 0.72% 0.64% -
HSV(B) 35.27º 0.57% 0.9% -
XYZ 49.85 48.2 18.23 -
YUV 182.37 80.39 161.26 -
System Red Green Blue C M Y K H S L
Decimal 229 175 98 0 0.24 0.57 0.10 35.27 0.72 0.64
Hex E5 AF 62 0 18 39 A 23 48 40
Octal 345 257 142 0 30 71 12 43 110 100
Binary 11100101 10101111 1100010 0 11000 111001 1010 100011 1001000 1000000

Color Harmonies of #E5AF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AF62

Black with #E5AF62

Text Example


Text Example

White with #E5AF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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