Shades of Honeysuckle #E1ED5A
Tints of Honeysuckle #E1ED5A
RGB
CMYK
RGB Variations
Color information
#E1ED5A (or 0xE1ED5A) is known color: Honeysuckle. HEX triplet: E1, ED and 5A. RGB value is (225,237,90). Sum of RGB (Red+Green+Blue) = 225+237+90=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 90 (35.55% from 255 or 16.30% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #E1ED5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1ED5A is #1E12A5. Grayscale: #D9D9D9. Windows color (decimal): -1970854 or 5959137. OLE color: 5959137.
HSL color Cylindrical-coordinate representation of color #E1ED5A: hue angle of 64.9º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E1ED5A is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 237 | 90 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.07 |
| HSL | 64.9º | 0.8% | 0.64% | - |
| HSV(B) | 64.9º | 0.62% | 0.93% | - |
| XYZ | 63.18 | 77.31 | 21.27 | - |
| YUV | 216.65 | 56.52 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 237 | 90 | 0.05 | 0 | 0.62 | 0.07 | 64.9 | 0.8 | 0.64 |
| Hex | E1 | ED | 5A | 5 | 0 | 3E | 7 | 41 | 50 | 40 |
| Octal | 341 | 355 | 132 | 5 | 0 | 76 | 7 | 101 | 120 | 100 |
| Binary | 11100001 | 11101101 | 1011010 | 101 | 0 | 111110 | 111 | 1000001 | 1010000 | 1000000 |
Color Harmonies of #E1ED5A
Complementary color
Monochromatic Colors of #E1ED5A
Black with #E1ED5A
Text Example
Text Example
White with #E1ED5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ED5A; }
p { color: rgb(225,237,90); }
H1.HeaderClassName
{
color: #E1ED5A;
}
.AnyTagClassName
{
color: #E1ED5A;
}
</style>
background-color css
<style>
a { background-color: #E1ED5A; }
a { background-color: rgb(225,237,90); }
div.DivClassName
{
background-color: #E1ED5A;
}
.BgClassName
{
background-color: #E1ED5A;
}
</style>
border-color css
<style>
span { border-color: #E1ED5A; }
span { border-color: rgb(225,237,90); }
td.TdClassName
{
border-color: #E1ED5A;
}
.TagClassName
{
border-color: #E1ED5A;
}
</style>