#EAAC6F

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

Shades of Harvest Gold #EAAC6F

Tints of Harvest Gold #EAAC6F

Color information

#EAAC6F (or 0xEAAC6F) is unknown color: approx Harvest Gold. HEX triplet: EA, AC and 6F. RGB value is (234,172,111). Sum of RGB (Red+Green+Blue) = 234+172+111=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAC6F is #155390. Grayscale: #B7B7B7. Windows color (decimal): -1397649 or 7318762. OLE color: 7318762.

HSL color Cylindrical-coordinate representation of color #EAAC6F: hue angle of 29.76º 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 #EAAC6F is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234172111-
CMYK00.260.530.08
HSL29.76º74.55%67.65%-
HSV(B)29.76º52.56%91.76%-
XYZ51.5548.1521.61-
YUV183.5887.04163.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 172 (67.58% from 255) = 33.27%
BLUE value IS 111 (43.75% from 255) = 21.47%
R=45.26%
G=33.27%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417211100.260.530.0829.7674.5567.65
HexEAAC6F01A3581e4b44
Octal352254157032651036113104
Binary1110101010101100110111101101011010110001111010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAC6F; }

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

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

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

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

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

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

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

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