Shades of Jonquil #E5EF94
Tints of Jonquil #E5EF94
RGB
CMYK
RGB Variations
Color information
#E5EF94 (or 0xE5EF94) is known color: Jonquil. HEX triplet: E5, EF and 94. RGB value is (229,239,148). Sum of RGB (Red+Green+Blue) = 229+239+148=616 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.18% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 148 (58.20% from 255 or 24.03% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5EF94 is #1A106B. Grayscale: #E1E1E1. Windows color (decimal): -1708140 or 9760741. OLE color: 9760741.
HSL color Cylindrical-coordinate representation of color #E5EF94: hue angle of 66.59º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5EF94 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 239 | 148 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.06 |
| HSL | 66.59º | 0.74% | 0.76% | - |
| HSV(B) | 66.59º | 0.38% | 0.94% | - |
| XYZ | 68.52 | 80.53 | 39.95 | - |
| YUV | 225.64 | 84.19 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 239 | 148 | 0.04 | 0 | 0.38 | 0.06 | 66.59 | 0.74 | 0.76 |
| Hex | E5 | EF | 94 | 4 | 0 | 26 | 6 | 43 | 4A | 4C |
| Octal | 345 | 357 | 224 | 4 | 0 | 46 | 6 | 103 | 112 | 114 |
| Binary | 11100101 | 11101111 | 10010100 | 100 | 0 | 100110 | 110 | 1000011 | 1001010 | 1001100 |
Color Harmonies of #E5EF94
Complementary color
Monochromatic Colors of #E5EF94
Black with #E5EF94
Text Example
Text Example
White with #E5EF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EF94; }
p { color: rgb(229,239,148); }
H1.HeaderClassName
{
color: #E5EF94;
}
.AnyTagClassName
{
color: #E5EF94;
}
</style>
background-color css
<style>
a { background-color: #E5EF94; }
a { background-color: rgb(229,239,148); }
div.DivClassName
{
background-color: #E5EF94;
}
.BgClassName
{
background-color: #E5EF94;
}
</style>
border-color css
<style>
span { border-color: #E5EF94; }
span { border-color: rgb(229,239,148); }
td.TdClassName
{
border-color: #E5EF94;
}
.TagClassName
{
border-color: #E5EF94;
}
</style>