Shades of Honeysuckle #EBFD5A
Tints of Honeysuckle #EBFD5A
RGB
CMYK
RGB Variations
Color information
#EBFD5A (or 0xEBFD5A) is known color: Honeysuckle. HEX triplet: EB, FD and 5A. RGB value is (235,253,90). Sum of RGB (Red+Green+Blue) = 235+253+90=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 90 (35.55% from 255 or 15.57% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFD5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFD5A is #1402A5. Grayscale: #E5E5E5. Windows color (decimal): -1311398 or 5963243. OLE color: 5963243.
HSL color Cylindrical-coordinate representation of color #EBFD5A: hue angle of 66.63º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EBFD5A is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 253 | 90 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.01 |
| HSL | 66.63º | 0.98% | 0.67% | - |
| HSV(B) | 66.63º | 0.64% | 0.99% | - |
| XYZ | 71.23 | 88.65 | 23.03 | - |
| YUV | 229.04 | 49.54 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 253 | 90 | 0.07 | 0 | 0.64 | 0.01 | 66.63 | 0.98 | 0.67 |
| Hex | EB | FD | 5A | 7 | 0 | 40 | 1 | 43 | 62 | 43 |
| Octal | 353 | 375 | 132 | 7 | 0 | 100 | 1 | 103 | 142 | 103 |
| Binary | 11101011 | 11111101 | 1011010 | 111 | 0 | 1000000 | 1 | 1000011 | 1100010 | 1000011 |
Color Harmonies of #EBFD5A
Complementary color
Monochromatic Colors of #EBFD5A
Black with #EBFD5A
Text Example
Text Example
White with #EBFD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFD5A; }
p { color: rgb(235,253,90); }
H1.HeaderClassName
{
color: #EBFD5A;
}
.AnyTagClassName
{
color: #EBFD5A;
}
</style>
background-color css
<style>
a { background-color: #EBFD5A; }
a { background-color: rgb(235,253,90); }
div.DivClassName
{
background-color: #EBFD5A;
}
.BgClassName
{
background-color: #EBFD5A;
}
</style>
border-color css
<style>
span { border-color: #EBFD5A; }
span { border-color: rgb(235,253,90); }
td.TdClassName
{
border-color: #EBFD5A;
}
.TagClassName
{
border-color: #EBFD5A;
}
</style>