Shades of Honeysuckle #EEF560
Tints of Honeysuckle #EEF560
RGB
CMYK
RGB Variations
Color information
#EEF560 (or 0xEEF560) is known color: Honeysuckle. HEX triplet: EE, F5 and 60. RGB value is (238,245,96). Sum of RGB (Red+Green+Blue) = 238+245+96=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 96 (37.89% from 255 or 16.58% from 579); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF560 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF560 is #110A9F. Grayscale: #E2E2E2. Windows color (decimal): -1116832 or 6354414. OLE color: 6354414.
HSL color Cylindrical-coordinate representation of color #EEF560: hue angle of 62.82º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEF560 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 96 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.04 |
| HSL | 62.82º | 0.88% | 0.67% | - |
| HSV(B) | 62.82º | 0.61% | 0.96% | - |
| XYZ | 70.02 | 84.33 | 23.65 | - |
| YUV | 225.92 | 54.68 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 96 | 0.03 | 0 | 0.61 | 0.04 | 62.82 | 0.88 | 0.67 |
| Hex | EE | F5 | 60 | 3 | 0 | 3D | 4 | 3F | 58 | 43 |
| Octal | 356 | 365 | 140 | 3 | 0 | 75 | 4 | 77 | 130 | 103 |
| Binary | 11101110 | 11110101 | 1100000 | 11 | 0 | 111101 | 100 | 111111 | 1011000 | 1000011 |
Color Harmonies of #EEF560
Complementary color
Monochromatic Colors of #EEF560
Black with #EEF560
Text Example
Text Example
White with #EEF560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF560; }
p { color: rgb(238,245,96); }
H1.HeaderClassName
{
color: #EEF560;
}
.AnyTagClassName
{
color: #EEF560;
}
</style>
background-color css
<style>
a { background-color: #EEF560; }
a { background-color: rgb(238,245,96); }
div.DivClassName
{
background-color: #EEF560;
}
.BgClassName
{
background-color: #EEF560;
}
</style>
border-color css
<style>
span { border-color: #EEF560; }
span { border-color: rgb(238,245,96); }
td.TdClassName
{
border-color: #EEF560;
}
.TagClassName
{
border-color: #EEF560;
}
</style>