Shades of Jonquil #E8ED94
Tints of Jonquil #E8ED94
RGB
CMYK
RGB Variations
Color information
#E8ED94 (or 0xE8ED94) is known color: Jonquil. HEX triplet: E8, ED and 94. RGB value is (232,237,148). Sum of RGB (Red+Green+Blue) = 232+237+148=617 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.60% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 148 (58.20% from 255 or 23.99% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #E8ED94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8ED94 is #17126B. Grayscale: #E1E1E1. Windows color (decimal): -1512044 or 9760232. OLE color: 9760232.
HSL color Cylindrical-coordinate representation of color #E8ED94: hue angle of 63.37º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E8ED94 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 148 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.07 |
| HSL | 63.37º | 0.71% | 0.75% | - |
| HSV(B) | 63.37º | 0.38% | 0.93% | - |
| XYZ | 68.91 | 79.86 | 39.8 | - |
| YUV | 225.36 | 84.34 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 148 | 0.02 | 0 | 0.38 | 0.07 | 63.37 | 0.71 | 0.75 |
| Hex | E8 | ED | 94 | 2 | 0 | 26 | 7 | 3F | 47 | 4B |
| Octal | 350 | 355 | 224 | 2 | 0 | 46 | 7 | 77 | 107 | 113 |
| Binary | 11101000 | 11101101 | 10010100 | 10 | 0 | 100110 | 111 | 111111 | 1000111 | 1001011 |
Color Harmonies of #E8ED94
Complementary color
Monochromatic Colors of #E8ED94
Black with #E8ED94
Text Example
Text Example
White with #E8ED94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ED94; }
p { color: rgb(232,237,148); }
H1.HeaderClassName
{
color: #E8ED94;
}
.AnyTagClassName
{
color: #E8ED94;
}
</style>
background-color css
<style>
a { background-color: #E8ED94; }
a { background-color: rgb(232,237,148); }
div.DivClassName
{
background-color: #E8ED94;
}
.BgClassName
{
background-color: #E8ED94;
}
</style>
border-color css
<style>
span { border-color: #E8ED94; }
span { border-color: rgb(232,237,148); }
td.TdClassName
{
border-color: #E8ED94;
}
.TagClassName
{
border-color: #E8ED94;
}
</style>