Shades of Honeysuckle #EBF155
Tints of Honeysuckle #EBF155
RGB
CMYK
RGB Variations
Color information
#EBF155 (or 0xEBF155) is known color: Honeysuckle. HEX triplet: EB, F1 and 55. RGB value is (235,241,85). Sum of RGB (Red+Green+Blue) = 235+241+85=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 85 (33.59% from 255 or 15.15% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF155 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF155 is #140EAA. Grayscale: #DEDEDE. Windows color (decimal): -1314475 or 5632491. OLE color: 5632491.
HSL color Cylindrical-coordinate representation of color #EBF155: hue angle of 62.31º degrees, saturation: 0.85, 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 #EBF155 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 241 | 85 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.05 |
| HSL | 62.31º | 0.85% | 0.64% | - |
| HSV(B) | 62.31º | 0.65% | 0.95% | - |
| XYZ | 67.36 | 81.23 | 20.72 | - |
| YUV | 221.42 | 51.01 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 241 | 85 | 0.02 | 0 | 0.65 | 0.05 | 62.31 | 0.85 | 0.64 |
| Hex | EB | F1 | 55 | 2 | 0 | 41 | 5 | 3E | 55 | 40 |
| Octal | 353 | 361 | 125 | 2 | 0 | 101 | 5 | 76 | 125 | 100 |
| Binary | 11101011 | 11110001 | 1010101 | 10 | 0 | 1000001 | 101 | 111110 | 1010101 | 1000000 |
Color Harmonies of #EBF155
Complementary color
Monochromatic Colors of #EBF155
Black with #EBF155
Text Example
Text Example
White with #EBF155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF155; }
p { color: rgb(235,241,85); }
H1.HeaderClassName
{
color: #EBF155;
}
.AnyTagClassName
{
color: #EBF155;
}
</style>
background-color css
<style>
a { background-color: #EBF155; }
a { background-color: rgb(235,241,85); }
div.DivClassName
{
background-color: #EBF155;
}
.BgClassName
{
background-color: #EBF155;
}
</style>
border-color css
<style>
span { border-color: #EBF155; }
span { border-color: rgb(235,241,85); }
td.TdClassName
{
border-color: #EBF155;
}
.TagClassName
{
border-color: #EBF155;
}
</style>