Shades of Honeysuckle #EAF370
Tints of Honeysuckle #EAF370
RGB
CMYK
RGB Variations
Color information
#EAF370 (or 0xEAF370) is known color: Honeysuckle. HEX triplet: EA, F3 and 70. RGB value is (234,243,112). Sum of RGB (Red+Green+Blue) = 234+243+112=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 112 (44.14% from 255 or 19.02% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF370 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF370 is #150C8F. Grayscale: #E1E1E1. Windows color (decimal): -1379472 or 7402474. OLE color: 7402474.
HSL color Cylindrical-coordinate representation of color #EAF370: hue angle of 64.12º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EAF370 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 112 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.05 |
| HSL | 64.12º | 0.85% | 0.7% | - |
| HSV(B) | 64.12º | 0.54% | 0.95% | - |
| XYZ | 68.91 | 82.76 | 27.67 | - |
| YUV | 225.38 | 64.02 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 112 | 0.04 | 0 | 0.54 | 0.05 | 64.12 | 0.85 | 0.7 |
| Hex | EA | F3 | 70 | 4 | 0 | 36 | 5 | 40 | 55 | 46 |
| Octal | 352 | 363 | 160 | 4 | 0 | 66 | 5 | 100 | 125 | 106 |
| Binary | 11101010 | 11110011 | 1110000 | 100 | 0 | 110110 | 101 | 1000000 | 1010101 | 1000110 |
Color Harmonies of #EAF370
Complementary color
Monochromatic Colors of #EAF370
Black with #EAF370
Text Example
Text Example
White with #EAF370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF370; }
p { color: rgb(234,243,112); }
H1.HeaderClassName
{
color: #EAF370;
}
.AnyTagClassName
{
color: #EAF370;
}
</style>
background-color css
<style>
a { background-color: #EAF370; }
a { background-color: rgb(234,243,112); }
div.DivClassName
{
background-color: #EAF370;
}
.BgClassName
{
background-color: #EAF370;
}
</style>
border-color css
<style>
span { border-color: #EAF370; }
span { border-color: rgb(234,243,112); }
td.TdClassName
{
border-color: #EAF370;
}
.TagClassName
{
border-color: #EAF370;
}
</style>