Shades of Honeysuckle #E5ED5F
Tints of Honeysuckle #E5ED5F
RGB
CMYK
RGB Variations
Color information
#E5ED5F (or 0xE5ED5F) is known color: Honeysuckle. HEX triplet: E5, ED and 5F. RGB value is (229,237,95). Sum of RGB (Red+Green+Blue) = 229+237+95=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 95 (37.5% from 255 or 16.93% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #E5ED5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5ED5F is #1A12A0. Grayscale: #DADADA. Windows color (decimal): -1708705 or 6286821. OLE color: 6286821.
HSL color Cylindrical-coordinate representation of color #E5ED5F: hue angle of 63.38º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5ED5F is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 237 | 95 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.07 |
| HSL | 63.38º | 0.8% | 0.65% | - |
| HSV(B) | 63.38º | 0.6% | 0.93% | - |
| XYZ | 64.66 | 78.05 | 22.48 | - |
| YUV | 218.42 | 58.35 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 237 | 95 | 0.03 | 0 | 0.60 | 0.07 | 63.38 | 0.8 | 0.65 |
| Hex | E5 | ED | 5F | 3 | 0 | 3C | 7 | 3F | 50 | 41 |
| Octal | 345 | 355 | 137 | 3 | 0 | 74 | 7 | 77 | 120 | 101 |
| Binary | 11100101 | 11101101 | 1011111 | 11 | 0 | 111100 | 111 | 111111 | 1010000 | 1000001 |
Color Harmonies of #E5ED5F
Complementary color
Monochromatic Colors of #E5ED5F
Black with #E5ED5F
Text Example
Text Example
White with #E5ED5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ED5F; }
p { color: rgb(229,237,95); }
H1.HeaderClassName
{
color: #E5ED5F;
}
.AnyTagClassName
{
color: #E5ED5F;
}
</style>
background-color css
<style>
a { background-color: #E5ED5F; }
a { background-color: rgb(229,237,95); }
div.DivClassName
{
background-color: #E5ED5F;
}
.BgClassName
{
background-color: #E5ED5F;
}
</style>
border-color css
<style>
span { border-color: #E5ED5F; }
span { border-color: rgb(229,237,95); }
td.TdClassName
{
border-color: #E5ED5F;
}
.TagClassName
{
border-color: #E5ED5F;
}
</style>