Shades of Honeysuckle #EAFF65
Tints of Honeysuckle #EAFF65
RGB
CMYK
RGB Variations
Color information
#EAFF65 (or 0xEAFF65) is known color: Honeysuckle. HEX triplet: EA, FF and 65. RGB value is (234,255,101). Sum of RGB (Red+Green+Blue) = 234+255+101=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 101 (39.84% from 255 or 17.12% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFF65 is #15009A. Grayscale: #E7E7E7. Windows color (decimal): -1376411 or 6684650. OLE color: 6684650.
HSL color Cylindrical-coordinate representation of color #EAFF65: hue angle of 68.18º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAFF65 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 101 | - |
| CMYK | 0.08 | 0 | 0.60 | 0 |
| HSL | 68.18º | 1% | 0.7% | - |
| HSV(B) | 68.18º | 0.6% | 1% | - |
| XYZ | 72.04 | 89.95 | 25.88 | - |
| YUV | 231.17 | 54.54 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 101 | 0.08 | 0 | 0.60 | 0 | 68.18 | 1 | 0.7 |
| Hex | EA | FF | 65 | 8 | 0 | 3C | 0 | 44 | 64 | 46 |
| Octal | 352 | 377 | 145 | 10 | 0 | 74 | 0 | 104 | 144 | 106 |
| Binary | 11101010 | 11111111 | 1100101 | 1000 | 0 | 111100 | 0 | 1000100 | 1100100 | 1000110 |
Color Harmonies of #EAFF65
Complementary color
Monochromatic Colors of #EAFF65
Black with #EAFF65
Text Example
Text Example
White with #EAFF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFF65; }
p { color: rgb(234,255,101); }
H1.HeaderClassName
{
color: #EAFF65;
}
.AnyTagClassName
{
color: #EAFF65;
}
</style>
background-color css
<style>
a { background-color: #EAFF65; }
a { background-color: rgb(234,255,101); }
div.DivClassName
{
background-color: #EAFF65;
}
.BgClassName
{
background-color: #EAFF65;
}
</style>
border-color css
<style>
span { border-color: #EAFF65; }
span { border-color: rgb(234,255,101); }
td.TdClassName
{
border-color: #EAFF65;
}
.TagClassName
{
border-color: #EAFF65;
}
</style>