Shades of Honeysuckle #E2EB5A
Tints of Honeysuckle #E2EB5A
RGB
CMYK
RGB Variations
Color information
#E2EB5A (or 0xE2EB5A) is known color: Honeysuckle. HEX triplet: E2, EB and 5A. RGB value is (226,235,90). Sum of RGB (Red+Green+Blue) = 226+235+90=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 90 (35.55% from 255 or 16.33% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EB5A is #1D14A5. Grayscale: #D8D8D8. Windows color (decimal): -1905830 or 5958626. OLE color: 5958626.
HSL color Cylindrical-coordinate representation of color #E2EB5A: hue angle of 63.72º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2EB5A is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 235 | 90 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.08 |
| HSL | 63.72º | 0.78% | 0.64% | - |
| HSV(B) | 63.72º | 0.62% | 0.92% | - |
| XYZ | 62.92 | 76.32 | 21.09 | - |
| YUV | 215.78 | 57.02 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 235 | 90 | 0.04 | 0 | 0.62 | 0.08 | 63.72 | 0.78 | 0.64 |
| Hex | E2 | EB | 5A | 4 | 0 | 3E | 8 | 40 | 4E | 40 |
| Octal | 342 | 353 | 132 | 4 | 0 | 76 | 10 | 100 | 116 | 100 |
| Binary | 11100010 | 11101011 | 1011010 | 100 | 0 | 111110 | 1000 | 1000000 | 1001110 | 1000000 |
Color Harmonies of #E2EB5A
Complementary color
Monochromatic Colors of #E2EB5A
Black with #E2EB5A
Text Example
Text Example
White with #E2EB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EB5A; }
p { color: rgb(226,235,90); }
H1.HeaderClassName
{
color: #E2EB5A;
}
.AnyTagClassName
{
color: #E2EB5A;
}
</style>
background-color css
<style>
a { background-color: #E2EB5A; }
a { background-color: rgb(226,235,90); }
div.DivClassName
{
background-color: #E2EB5A;
}
.BgClassName
{
background-color: #E2EB5A;
}
</style>
border-color css
<style>
span { border-color: #E2EB5A; }
span { border-color: rgb(226,235,90); }
td.TdClassName
{
border-color: #E2EB5A;
}
.TagClassName
{
border-color: #E2EB5A;
}
</style>