#EAB96F

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

Shades of Harvest Gold #EAB96F

Tints of Harvest Gold #EAB96F

Color information

#EAB96F (or 0xEAB96F) is unknown color: approx Harvest Gold. HEX triplet: EA, B9 and 6F. RGB value is (234,185,111). Sum of RGB (Red+Green+Blue) = 234+185+111=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB96F is #154690. Grayscale: #BFBFBF. Windows color (decimal): -1394321 or 7322090. OLE color: 7322090.

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

Color convert

RGB234185111-
CMYK00.210.530.08
HSL36.1º74.55%67.65%-
HSV(B)36.1º52.56%91.76%-
XYZ54.1553.3422.48-
YUV191.2182.73158.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.15%
GREEN value IS 185 (72.66% from 255) = 34.91%
BLUE value IS 111 (43.75% from 255) = 20.94%
R=44.15%
G=34.91%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418511100.210.530.0836.174.5567.65
HexEAB96F015358244b44
Octal352271157025651044113104
Binary11101010101110011101111010101110101100010010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB96F; }

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

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

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

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

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

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

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

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