#EAB55F

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

Shades of Harvest Gold #EAB55F

Tints of Harvest Gold #EAB55F

Color information

#EAB55F (or 0xEAB55F) is unknown color: approx Harvest Gold. HEX triplet: EA, B5 and 5F. RGB value is (234,181,95). Sum of RGB (Red+Green+Blue) = 234+181+95=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB55F is #154AA0. Grayscale: #BBBBBB. Windows color (decimal): -1395361 or 6272490. OLE color: 6272490.

HSL color Cylindrical-coordinate representation of color #EAB55F: hue angle of 37.12º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EAB55F is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB23418195-
CMYK00.230.590.08
HSL37.12º76.8%64.51%-
HSV(B)37.12º59.4%91.76%-
XYZ52.5251.3717.97-
YUV187.0476.06161.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.88%
GREEN value IS 181 (71.09% from 255) = 35.49%
BLUE value IS 95 (37.5% from 255) = 18.63%
R=45.88%
G=35.49%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341819500.230.590.0837.1276.864.51
HexEAB55F0173B8254d41
Octal352265137027731045115101
Binary11101010101101011011111010111111011100010010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB55F; }

 p { color: rgb(234,181,95); }

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

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

 a { background-color: rgb(234,181,95); }

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

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

 span { border-color: rgb(234,181,95); }

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