#EAB25F

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

Shades of Harvest Gold #EAB25F

Tints of Harvest Gold #EAB25F

Color information

#EAB25F (or 0xEAB25F) is unknown color: approx Harvest Gold. HEX triplet: EA, B2 and 5F. RGB value is (234,178,95). Sum of RGB (Red+Green+Blue) = 234+178+95=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB25F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB25F is #154DA0. Grayscale: #B9B9B9. Windows color (decimal): -1396129 or 6271722. OLE color: 6271722.

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

Color convert

RGB23417895-
CMYK00.240.590.08
HSL35.83º76.8%64.51%-
HSV(B)35.83º59.4%91.76%-
XYZ51.9250.1617.77-
YUV185.2877.05162.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.15%
GREEN value IS 178 (69.92% from 255) = 35.11%
BLUE value IS 95 (37.5% from 255) = 18.74%
R=46.15%
G=35.11%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341789500.240.590.0835.8376.864.51
HexEAB25F0183B8244d41
Octal352262137030731044115101
Binary11101010101100101011111011000111011100010010010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB25F; }

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

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

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

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

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

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

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

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