#EAAF66

Color #EAAF66 Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #EAAF66

Tints of Harvest Gold #EAAF66

Color information

#EAAF66 (or 0xEAAF66) is unknown color: approx Harvest Gold. HEX triplet: EA, AF and 66. RGB value is (234,175,102). Sum of RGB (Red+Green+Blue) = 234+175+102=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAF66 is #155099. Grayscale: #B8B8B8. Windows color (decimal): -1396890 or 6729706. OLE color: 6729706.

HSL color Cylindrical-coordinate representation of color #EAAF66: hue angle of 33.18º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EAAF66 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB234175102-
CMYK00.250.560.08
HSL33.18º75.86%65.88%-
HSV(B)33.18º56.41%91.76%-
XYZ51.6649.1119.33-
YUV184.3281.55163.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.79%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 102 (40.23% from 255) = 19.96%
R=45.79%
G=34.25%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417510200.250.560.0833.1875.8665.88
HexEAAF66019388214c42
Octal352257146031701041114102
Binary11101010101011111100110011001111000100010000110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAF66; }

 p { color: rgb(234,175,102); }

 H1.HeaderClassName
 {
   color: #EAAF66;
 }
 .AnyTagClassName
 {
   color: #EAAF66;
 }
</style>
background-color css

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

 a { background-color: rgb(234,175,102); }

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

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

 span { border-color: rgb(234,175,102); }

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