#EAB45E

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

Shades of Harvest Gold #EAB45E

Tints of Harvest Gold #EAB45E

Color information

#EAB45E (or 0xEAB45E) is unknown color: approx Harvest Gold. HEX triplet: EA, B4 and 5E. RGB value is (234,180,94). Sum of RGB (Red+Green+Blue) = 234+180+94=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB45E is #154BA1. Grayscale: #BABABA. Windows color (decimal): -1395618 or 6206698. OLE color: 6206698.

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

Color convert

RGB23418094-
CMYK00.230.600.08
HSL36.86º76.92%64.31%-
HSV(B)36.86º59.83%91.76%-
XYZ52.2750.9417.67-
YUV186.3475.89161.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.06%
GREEN value IS 180 (70.70% from 255) = 35.43%
BLUE value IS 94 (37.11% from 255) = 18.50%
R=46.06%
G=35.43%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341809400.230.600.0836.8676.9264.31
HexEAB45E0173C8254d40
Octal352264136027741045115100
Binary11101010101101001011110010111111100100010010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB45E; }

 p { color: rgb(234,180,94); }

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

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

 a { background-color: rgb(234,180,94); }

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

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

 span { border-color: rgb(234,180,94); }

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