Html Css Color HEX #E7AF60 Harvest Gold

📋 copy color: '#E7AF60'

red 231 ◦ green 175 ◦ blue 96

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

Shades of Harvest Gold #E7AF60

Tints of Harvest Gold #E7AF60

RGB

 RED value IS 231 (90.63% from 255) = 46.02%

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

 BLUE value IS 96 (37.89% from 255) = 19.12%

R = 46.02%
G = 34.86%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E7AF60 (or 0xE7AF60) is known color: Harvest Gold. HEX triplet: E7, AF and 60. RGB value is (231,175,96). Sum of RGB (Red+Green+Blue) = 231+175+96=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AF60 is #18509F. Grayscale: #B7B7B7. Windows color (decimal): -1593504 or 6336487. OLE color: 6336487.

HSL color Cylindrical-coordinate representation of color #E7AF60: hue angle of 35.11º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7AF60 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 175 96 -
CMYK 0 0.24 0.58 0.09
HSL 35.11º 0.74% 0.64% -
HSV(B) 35.11º 0.58% 0.91% -
XYZ 50.4 48.49 17.77 -
YUV 182.74 79.05 162.42 -
System Red Green Blue C M Y K H S L
Decimal 231 175 96 0 0.24 0.58 0.09 35.11 0.74 0.64
Hex E7 AF 60 0 18 3A 9 23 4A 40
Octal 347 257 140 0 30 72 11 43 112 100
Binary 11100111 10101111 1100000 0 11000 111010 1001 100011 1001010 1000000

Color Harmonies of #E7AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AF60

Black with #E7AF60

Text Example


Text Example

White with #E7AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AF60; }

 p { color: rgb(231,175,96); }

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

background-color css

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

 a { background-color: rgb(231,175,96); }

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

border-color css

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

 span { border-color: rgb(231,175,96); }

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