Shades of Honeysuckle #E8ED5D
Tints of Honeysuckle #E8ED5D
RGB
CMYK
RGB Variations
Color information
#E8ED5D (or 0xE8ED5D) is known color: Honeysuckle. HEX triplet: E8, ED and 5D. RGB value is (232,237,93). Sum of RGB (Red+Green+Blue) = 232+237+93=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 93 (36.72% from 255 or 16.55% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #E8ED5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E8ED5D is #1712A2. Grayscale: #DBDBDB. Windows color (decimal): -1512099 or 6155752. OLE color: 6155752.
HSL color Cylindrical-coordinate representation of color #E8ED5D: hue angle of 62.08º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E8ED5D is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 93 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.07 |
| HSL | 62.08º | 0.8% | 0.65% | - |
| HSV(B) | 62.08º | 0.61% | 0.93% | - |
| XYZ | 65.54 | 78.51 | 22.06 | - |
| YUV | 219.09 | 56.84 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 93 | 0.02 | 0 | 0.61 | 0.07 | 62.08 | 0.8 | 0.65 |
| Hex | E8 | ED | 5D | 2 | 0 | 3D | 7 | 3E | 50 | 41 |
| Octal | 350 | 355 | 135 | 2 | 0 | 75 | 7 | 76 | 120 | 101 |
| Binary | 11101000 | 11101101 | 1011101 | 10 | 0 | 111101 | 111 | 111110 | 1010000 | 1000001 |
Color Harmonies of #E8ED5D
Complementary color
Monochromatic Colors of #E8ED5D
Black with #E8ED5D
Text Example
Text Example
White with #E8ED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ED5D; }
p { color: rgb(232,237,93); }
H1.HeaderClassName
{
color: #E8ED5D;
}
.AnyTagClassName
{
color: #E8ED5D;
}
</style>
background-color css
<style>
a { background-color: #E8ED5D; }
a { background-color: rgb(232,237,93); }
div.DivClassName
{
background-color: #E8ED5D;
}
.BgClassName
{
background-color: #E8ED5D;
}
</style>
border-color css
<style>
span { border-color: #E8ED5D; }
span { border-color: rgb(232,237,93); }
td.TdClassName
{
border-color: #E8ED5D;
}
.TagClassName
{
border-color: #E8ED5D;
}
</style>