Shades of Honeysuckle #E5ED5A
Tints of Honeysuckle #E5ED5A
RGB
CMYK
RGB Variations
Color information
#E5ED5A (or 0xE5ED5A) is known color: Honeysuckle. HEX triplet: E5, ED and 5A. RGB value is (229,237,90). Sum of RGB (Red+Green+Blue) = 229+237+90=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 90 (35.55% from 255 or 16.19% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #E5ED5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5ED5A is #1A12A5. Grayscale: #DADADA. Windows color (decimal): -1708710 or 5959141. OLE color: 5959141.
HSL color Cylindrical-coordinate representation of color #E5ED5A: hue angle of 63.27º 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 #E5ED5A is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 237 | 90 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.07 |
| HSL | 63.27º | 0.8% | 0.64% | - |
| HSV(B) | 63.27º | 0.62% | 0.93% | - |
| XYZ | 64.44 | 77.96 | 21.33 | - |
| YUV | 217.85 | 55.85 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 237 | 90 | 0.03 | 0 | 0.62 | 0.07 | 63.27 | 0.8 | 0.64 |
| Hex | E5 | ED | 5A | 3 | 0 | 3E | 7 | 3F | 50 | 40 |
| Octal | 345 | 355 | 132 | 3 | 0 | 76 | 7 | 77 | 120 | 100 |
| Binary | 11100101 | 11101101 | 1011010 | 11 | 0 | 111110 | 111 | 111111 | 1010000 | 1000000 |
Color Harmonies of #E5ED5A
Complementary color
Monochromatic Colors of #E5ED5A
Black with #E5ED5A
Text Example
Text Example
White with #E5ED5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ED5A; }
p { color: rgb(229,237,90); }
H1.HeaderClassName
{
color: #E5ED5A;
}
.AnyTagClassName
{
color: #E5ED5A;
}
</style>
background-color css
<style>
a { background-color: #E5ED5A; }
a { background-color: rgb(229,237,90); }
div.DivClassName
{
background-color: #E5ED5A;
}
.BgClassName
{
background-color: #E5ED5A;
}
</style>
border-color css
<style>
span { border-color: #E5ED5A; }
span { border-color: rgb(229,237,90); }
td.TdClassName
{
border-color: #E5ED5A;
}
.TagClassName
{
border-color: #E5ED5A;
}
</style>