Html Css Color HEX #E1AF72 Harvest Gold

📋 copy color: '#E1AF72'

red 225 ◦ green 175 ◦ blue 114

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

Shades of Harvest Gold #E1AF72

Tints of Harvest Gold #E1AF72

RGB

 RED value IS 225 (88.28% from 255) = 43.77%

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

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

R = 43.77%
G = 34.05%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E1AF72 (or 0xE1AF72) is known color: Harvest Gold. HEX triplet: E1, AF and 72. RGB value is (225,175,114). Sum of RGB (Red+Green+Blue) = 225+175+114=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF72 is #1E508D. Grayscale: #B7B7B7. Windows color (decimal): -1986702 or 7516129. OLE color: 7516129.

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

Color convert

RGB 225 175 114 -
CMYK 0 0.22 0.49 0.12
HSL 32.97º 0.65% 0.66% -
HSV(B) 32.97º 0.49% 0.88% -
XYZ 49.42 47.88 22.56 -
YUV 183 89.07 157.96 -
System Red Green Blue C M Y K H S L
Decimal 225 175 114 0 0.22 0.49 0.12 32.97 0.65 0.66
Hex E1 AF 72 0 16 31 C 21 41 42
Octal 341 257 162 0 26 61 14 41 101 102
Binary 11100001 10101111 1110010 0 10110 110001 1100 100001 1000001 1000010

Color Harmonies of #E1AF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF72

Black with #E1AF72

Text Example


Text Example

White with #E1AF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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