Html Css Color HEX #E8AF72 Harvest Gold

📋 copy color: '#E8AF72'

red 232 ◦ green 175 ◦ blue 114

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

Shades of Harvest Gold #E8AF72

Tints of Harvest Gold #E8AF72

RGB

 RED value IS 232 (91.02% from 255) = 44.53%

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

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

R = 44.53%
G = 33.59%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E8AF72 (or 0xE8AF72) is known color: Harvest Gold. HEX triplet: E8, AF and 72. RGB value is (232,175,114). Sum of RGB (Red+Green+Blue) = 232+175+114=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AF72 is #17508D. Grayscale: #B9B9B9. Windows color (decimal): -1527950 or 7516136. OLE color: 7516136.

HSL color Cylindrical-coordinate representation of color #E8AF72: hue angle of 31.02º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E8AF72 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 175 114 -
CMYK 0 0.25 0.51 0.09
HSL 31.02º 0.72% 0.68% -
HSV(B) 31.02º 0.51% 0.91% -
XYZ 51.65 49.03 22.66 -
YUV 185.09 87.88 161.46 -
System Red Green Blue C M Y K H S L
Decimal 232 175 114 0 0.25 0.51 0.09 31.02 0.72 0.68
Hex E8 AF 72 0 19 33 9 1F 48 44
Octal 350 257 162 0 31 63 11 37 110 104
Binary 11101000 10101111 1110010 0 11001 110011 1001 11111 1001000 1000100

Color Harmonies of #E8AF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AF72

Black with #E8AF72

Text Example


Text Example

White with #E8AF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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