Shades of Jonquil #E5ED96
Tints of Jonquil #E5ED96
RGB
CMYK
RGB Variations
Color information
#E5ED96 (or 0xE5ED96) is known color: Jonquil. HEX triplet: E5, ED and 96. RGB value is (229,237,150). Sum of RGB (Red+Green+Blue) = 229+237+150=616 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.18% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 150 (58.98% from 255 or 24.35% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #E5ED96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5ED96 is #1A1269. Grayscale: #E1E1E1. Windows color (decimal): -1708650 or 9891301. OLE color: 9891301.
HSL color Cylindrical-coordinate representation of color #E5ED96: hue angle of 65.52º 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 #E5ED96 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 237 | 150 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.07 |
| HSL | 65.52º | 0.71% | 0.76% | - |
| HSV(B) | 65.52º | 0.37% | 0.93% | - |
| XYZ | 68.1 | 79.43 | 40.6 | - |
| YUV | 224.69 | 85.85 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 237 | 150 | 0.03 | 0 | 0.37 | 0.07 | 65.52 | 0.71 | 0.76 |
| Hex | E5 | ED | 96 | 3 | 0 | 25 | 7 | 42 | 47 | 4C |
| Octal | 345 | 355 | 226 | 3 | 0 | 45 | 7 | 102 | 107 | 114 |
| Binary | 11100101 | 11101101 | 10010110 | 11 | 0 | 100101 | 111 | 1000010 | 1000111 | 1001100 |
Color Harmonies of #E5ED96
Complementary color
Monochromatic Colors of #E5ED96
Black with #E5ED96
Text Example
Text Example
White with #E5ED96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ED96; }
p { color: rgb(229,237,150); }
H1.HeaderClassName
{
color: #E5ED96;
}
.AnyTagClassName
{
color: #E5ED96;
}
</style>
background-color css
<style>
a { background-color: #E5ED96; }
a { background-color: rgb(229,237,150); }
div.DivClassName
{
background-color: #E5ED96;
}
.BgClassName
{
background-color: #E5ED96;
}
</style>
border-color css
<style>
span { border-color: #E5ED96; }
span { border-color: rgb(229,237,150); }
td.TdClassName
{
border-color: #E5ED96;
}
.TagClassName
{
border-color: #E5ED96;
}
</style>