Shades of Jonquil #E8ED96
Tints of Jonquil #E8ED96
RGB
CMYK
RGB Variations
Color information
#E8ED96 (or 0xE8ED96) is known color: Jonquil. HEX triplet: E8, ED and 96. RGB value is (232,237,150). Sum of RGB (Red+Green+Blue) = 232+237+150=619 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.48% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 150 (58.98% from 255 or 24.23% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #E8ED96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8ED96 is #171269. Grayscale: #E1E1E1. Windows color (decimal): -1512042 or 9891304. OLE color: 9891304.
HSL color Cylindrical-coordinate representation of color #E8ED96: hue angle of 63.45º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E8ED96 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 150 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.07 |
| HSL | 63.45º | 0.71% | 0.76% | - |
| HSV(B) | 63.45º | 0.37% | 0.93% | - |
| XYZ | 69.07 | 79.93 | 40.64 | - |
| YUV | 225.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 150 | 0.02 | 0 | 0.37 | 0.07 | 63.45 | 0.71 | 0.76 |
| Hex | E8 | ED | 96 | 2 | 0 | 25 | 7 | 3F | 47 | 4C |
| Octal | 350 | 355 | 226 | 2 | 0 | 45 | 7 | 77 | 107 | 114 |
| Binary | 11101000 | 11101101 | 10010110 | 10 | 0 | 100101 | 111 | 111111 | 1000111 | 1001100 |
Color Harmonies of #E8ED96
Complementary color
Monochromatic Colors of #E8ED96
Black with #E8ED96
Text Example
Text Example
White with #E8ED96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ED96; }
p { color: rgb(232,237,150); }
H1.HeaderClassName
{
color: #E8ED96;
}
.AnyTagClassName
{
color: #E8ED96;
}
</style>
background-color css
<style>
a { background-color: #E8ED96; }
a { background-color: rgb(232,237,150); }
div.DivClassName
{
background-color: #E8ED96;
}
.BgClassName
{
background-color: #E8ED96;
}
</style>
border-color css
<style>
span { border-color: #E8ED96; }
span { border-color: rgb(232,237,150); }
td.TdClassName
{
border-color: #E8ED96;
}
.TagClassName
{
border-color: #E8ED96;
}
</style>