Shades of Honeysuckle #EAF254
Tints of Honeysuckle #EAF254
RGB
CMYK
RGB Variations
Color information
#EAF254 (or 0xEAF254) is known color: Honeysuckle. HEX triplet: EA, F2 and 54. RGB value is (234,242,84). Sum of RGB (Red+Green+Blue) = 234+242+84=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 84 (33.20% from 255 or 15% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF254 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF254 is #150DAB. Grayscale: #DEDEDE. Windows color (decimal): -1379756 or 5567210. OLE color: 5567210.
HSL color Cylindrical-coordinate representation of color #EAF254: hue angle of 63.04º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EAF254 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 84 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.05 |
| HSL | 63.04º | 0.86% | 0.64% | - |
| HSV(B) | 63.04º | 0.65% | 0.95% | - |
| XYZ | 67.28 | 81.64 | 20.6 | - |
| YUV | 221.6 | 50.35 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 84 | 0.03 | 0 | 0.65 | 0.05 | 63.04 | 0.86 | 0.64 |
| Hex | EA | F2 | 54 | 3 | 0 | 41 | 5 | 3F | 56 | 40 |
| Octal | 352 | 362 | 124 | 3 | 0 | 101 | 5 | 77 | 126 | 100 |
| Binary | 11101010 | 11110010 | 1010100 | 11 | 0 | 1000001 | 101 | 111111 | 1010110 | 1000000 |
Color Harmonies of #EAF254
Complementary color
Monochromatic Colors of #EAF254
Black with #EAF254
Text Example
Text Example
White with #EAF254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF254; }
p { color: rgb(234,242,84); }
H1.HeaderClassName
{
color: #EAF254;
}
.AnyTagClassName
{
color: #EAF254;
}
</style>
background-color css
<style>
a { background-color: #EAF254; }
a { background-color: rgb(234,242,84); }
div.DivClassName
{
background-color: #EAF254;
}
.BgClassName
{
background-color: #EAF254;
}
</style>
border-color css
<style>
span { border-color: #EAF254; }
span { border-color: rgb(234,242,84); }
td.TdClassName
{
border-color: #EAF254;
}
.TagClassName
{
border-color: #EAF254;
}
</style>