Html Css Color HEX #E9AF60 Harvest Gold

📋 copy color: '#E9AF60'

red 233 ◦ green 175 ◦ blue 96

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

Shades of Harvest Gold #E9AF60

Tints of Harvest Gold #E9AF60

RGB

 RED value IS 233 (91.41% from 255) = 46.23%

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

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

R = 46.23%
G = 34.72%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E9AF60 (or 0xE9AF60) is known color: Harvest Gold. HEX triplet: E9, AF and 60. RGB value is (233,175,96). Sum of RGB (Red+Green+Blue) = 233+175+96=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AF60 is #16509F. Grayscale: #B7B7B7. Windows color (decimal): -1462432 or 6336489. OLE color: 6336489.

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

Color convert

RGB 233 175 96 -
CMYK 0 0.25 0.59 0.09
HSL 34.6º 0.76% 0.65% -
HSV(B) 34.6º 0.59% 0.91% -
XYZ 51.05 48.83 17.8 -
YUV 183.34 78.72 163.42 -
System Red Green Blue C M Y K H S L
Decimal 233 175 96 0 0.25 0.59 0.09 34.6 0.76 0.65
Hex E9 AF 60 0 19 3B 9 23 4C 41
Octal 351 257 140 0 31 73 11 43 114 101
Binary 11101001 10101111 1100000 0 11001 111011 1001 100011 1001100 1000001

Color Harmonies of #E9AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AF60

Black with #E9AF60

Text Example


Text Example

White with #E9AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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