#EAE560

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

Shades of Honeysuckle #EAE560

Tints of Honeysuckle #EAE560

Color information

#EAE560 (or 0xEAE560) is unknown color: approx Honeysuckle. HEX triplet: EA, E5 and 60. RGB value is (234,229,96). Sum of RGB (Red+Green+Blue) = 234+229+96=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 96 (37.89% from 255 or 17.17% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE560 is #151A9F. Grayscale: #D7D7D7. Windows color (decimal): -1383072 or 6350314. OLE color: 6350314.

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

Color convert

RGB23422996-
CMYK00.020.590.08
HSL57.83º76.67%64.71%-
HSV(B)57.83º58.97%91.76%-
XYZ64.0674.3822.05-
YUV215.3360.66141.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 229 (89.84% from 255) = 40.97%
BLUE value IS 96 (37.89% from 255) = 17.17%
R=41.86%
G=40.97%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342299600.020.590.0857.8376.6764.71
HexEAE560023B83a4d41
Octal35234514002731072115101
Binary11101010111001011100000010111011100011101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE560; }

 p { color: rgb(234,229,96); }

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

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

 a { background-color: rgb(234,229,96); }

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

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

 span { border-color: rgb(234,229,96); }

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