#EAF560

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

Shades of Honeysuckle #EAF560

Tints of Honeysuckle #EAF560

Color information

#EAF560 (or 0xEAF560) is unknown color: approx Honeysuckle. HEX triplet: EA, F5 and 60. RGB value is (234,245,96). Sum of RGB (Red+Green+Blue) = 234+245+96=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 245 (96.09% from 255 or 42.61% from 575); Blue value is 96 (37.89% from 255 or 16.70% from 575); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF560 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF560 is #150A9F. Grayscale: #E1E1E1. Windows color (decimal): -1378976 or 6354410. OLE color: 6354410.

HSL color Cylindrical-coordinate representation of color #EAF560: hue angle of 64.43º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EAF560 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB23424596-
CMYK0.0400.610.04
HSL64.43º88.17%66.86%-
HSV(B)64.43º60.82%96.08%-
XYZ68.783.6423.59-
YUV224.7255.36134.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 245 (96.09% from 255) = 42.61%
BLUE value IS 96 (37.89% from 255) = 16.70%
R=40.70%
G=42.61%
B=16.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal234245960.0400.610.0464.4388.1766.86
HexEAF560403D4405843
Octal35236514040754100130103
Binary111010101111010111000001000111101100100000010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF560; }

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

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

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

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

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

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

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

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