#EAAF6F

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

Shades of Harvest Gold #EAAF6F

Tints of Harvest Gold #EAAF6F

Color information

#EAAF6F (or 0xEAAF6F) is unknown color: approx Harvest Gold. HEX triplet: EA, AF and 6F. RGB value is (234,175,111). Sum of RGB (Red+Green+Blue) = 234+175+111=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 111 (43.75% from 255 or 21.35% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAF6F is #155090. Grayscale: #B9B9B9. Windows color (decimal): -1396881 or 7319530. OLE color: 7319530.

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

Color convert

RGB234175111-
CMYK00.250.530.08
HSL31.22º74.55%67.65%-
HSV(B)31.22º52.56%91.76%-
XYZ52.1349.321.81-
YUV185.3486.05162.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45%
GREEN value IS 175 (68.75% from 255) = 33.65%
BLUE value IS 111 (43.75% from 255) = 21.35%
R=45%
G=33.65%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417511100.250.530.0831.2274.5567.65
HexEAAF6F0193581f4b44
Octal352257157031651037113104
Binary1110101010101111110111101100111010110001111110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAF6F; }

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

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

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

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

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

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

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

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