#EAED60

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

Shades of Honeysuckle #EAED60

Tints of Honeysuckle #EAED60

Color information

#EAED60 (or 0xEAED60) is unknown color: approx Honeysuckle. HEX triplet: EA, ED and 60. RGB value is (234,237,96). Sum of RGB (Red+Green+Blue) = 234+237+96=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 96 (37.89% from 255 or 16.93% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAED60 is #15129F. Grayscale: #DCDCDC. Windows color (decimal): -1381024 or 6352362. OLE color: 6352362.

HSL color Cylindrical-coordinate representation of color #EAED60: hue angle of 61.28º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EAED60 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23423796-
CMYK0.0100.590.07
HSL61.28º79.66%65.29%-
HSV(B)61.28º59.49%92.94%-
XYZ66.3378.9122.8-
YUV220.0358.01137.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 237 (92.97% from 255) = 41.80%
BLUE value IS 96 (37.89% from 255) = 16.93%
R=41.27%
G=41.80%
B=16.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal234237960.0100.590.0761.2879.6665.29
HexEAED60103B73d5041
Octal3523551401073775120101
Binary111010101110110111000001011101111111110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAED60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAED60; }

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

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

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

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

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

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

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

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