Html Css Color HEX #E1AF70 Harvest Gold

📋 copy color: '#E1AF70'

red 225 ◦ green 175 ◦ blue 112

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

Shades of Harvest Gold #E1AF70

Tints of Harvest Gold #E1AF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.88%

R = 43.95%
G = 34.18%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E1AF70 (or 0xE1AF70) is known color: Harvest Gold. HEX triplet: E1, AF and 70. RGB value is (225,175,112). Sum of RGB (Red+Green+Blue) = 225+175+112=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF70 is #1E508F. Grayscale: #B7B7B7. Windows color (decimal): -1986704 or 7385057. OLE color: 7385057.

HSL color Cylindrical-coordinate representation of color #E1AF70: hue angle of 33.45º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1AF70 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 175 112 -
CMYK 0 0.22 0.50 0.12
HSL 33.45º 0.65% 0.66% -
HSV(B) 33.45º 0.5% 0.88% -
XYZ 49.31 47.84 21.96 -
YUV 182.77 88.07 158.12 -
System Red Green Blue C M Y K H S L
Decimal 225 175 112 0 0.22 0.50 0.12 33.45 0.65 0.66
Hex E1 AF 70 0 16 32 C 21 41 42
Octal 341 257 160 0 26 62 14 41 101 102
Binary 11100001 10101111 1110000 0 10110 110010 1100 100001 1000001 1000010

Color Harmonies of #E1AF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF70

Black with #E1AF70

Text Example


Text Example

White with #E1AF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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