Shades of Honeysuckle #EAFD5E
Tints of Honeysuckle #EAFD5E
RGB
CMYK
RGB Variations
Color information
#EAFD5E (or 0xEAFD5E) is known color: Honeysuckle. HEX triplet: EA, FD and 5E. RGB value is (234,253,94). Sum of RGB (Red+Green+Blue) = 234+253+94=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 94 (37.11% from 255 or 16.18% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFD5E is #1502A1. Grayscale: #E5E5E5. Windows color (decimal): -1376930 or 6225386. OLE color: 6225386.
HSL color Cylindrical-coordinate representation of color #EAFD5E: hue angle of 67.17º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EAFD5E is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 253 | 94 | - |
CMYK | 0.08 | 0 | 0.63 | 0.01 |
HSL | 67.17º | 0.98% | 0.68% | - |
HSV(B) | 67.17º | 0.63% | 0.99% | - |
XYZ | 71.08 | 88.55 | 23.94 | - |
YUV | 229.19 | 51.71 | 131.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 253 | 94 | 0.08 | 0 | 0.63 | 0.01 | 67.17 | 0.98 | 0.68 |
Hex | EA | FD | 5E | 8 | 0 | 3F | 1 | 43 | 62 | 44 |
Octal | 352 | 375 | 136 | 10 | 0 | 77 | 1 | 103 | 142 | 104 |
Binary | 11101010 | 11111101 | 1011110 | 1000 | 0 | 111111 | 1 | 1000011 | 1100010 | 1000100 |
Color Harmonies of #EAFD5E
Complementary color
Monochromatic Colors of #EAFD5E
Black with #EAFD5E
Text Example
Text Example
White with #EAFD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFD5E; }
p { color: rgb(234,253,94); }
H1.HeaderClassName
{
color: #EAFD5E;
}
.AnyTagClassName
{
color: #EAFD5E;
}
</style>
background-color css
<style>
a { background-color: #EAFD5E; }
a { background-color: rgb(234,253,94); }
div.DivClassName
{
background-color: #EAFD5E;
}
.BgClassName
{
background-color: #EAFD5E;
}
</style>
border-color css
<style>
span { border-color: #EAFD5E; }
span { border-color: rgb(234,253,94); }
td.TdClassName
{
border-color: #EAFD5E;
}
.TagClassName
{
border-color: #EAFD5E;
}
</style>