Shades of Jonquil #E5F49A
Tints of Jonquil #E5F49A
RGB
CMYK
RGB Variations
Color information
#E5F49A (or 0xE5F49A) is known color: Jonquil. HEX triplet: E5, F4 and 9A. RGB value is (229,244,154). Sum of RGB (Red+Green+Blue) = 229+244+154=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 244 (95.70% from 255 or 38.92% from 627); Blue value is 154 (60.55% from 255 or 24.56% from 627); Max value from RGB is 244 - color contains mainly: green. Hex color #E5F49A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F49A is #1A0B65. Grayscale: #E5E5E5. Windows color (decimal): -1706854 or 10155237. OLE color: 10155237.
HSL color Cylindrical-coordinate representation of color #E5F49A: hue angle of 70º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5F49A is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 244 | 154 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.04 |
| HSL | 70º | 0.8% | 0.78% | - |
| HSV(B) | 70º | 0.37% | 0.96% | - |
| XYZ | 70.5 | 83.69 | 43.01 | - |
| YUV | 229.26 | 85.53 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 244 | 154 | 0.06 | 0 | 0.37 | 0.04 | 70 | 0.8 | 0.78 |
| Hex | E5 | F4 | 9A | 6 | 0 | 25 | 4 | 46 | 50 | 4E |
| Octal | 345 | 364 | 232 | 6 | 0 | 45 | 4 | 106 | 120 | 116 |
| Binary | 11100101 | 11110100 | 10011010 | 110 | 0 | 100101 | 100 | 1000110 | 1010000 | 1001110 |
Color Harmonies of #E5F49A
Complementary color
Monochromatic Colors of #E5F49A
Black with #E5F49A
Text Example
Text Example
White with #E5F49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F49A; }
p { color: rgb(229,244,154); }
H1.HeaderClassName
{
color: #E5F49A;
}
.AnyTagClassName
{
color: #E5F49A;
}
</style>
background-color css
<style>
a { background-color: #E5F49A; }
a { background-color: rgb(229,244,154); }
div.DivClassName
{
background-color: #E5F49A;
}
.BgClassName
{
background-color: #E5F49A;
}
</style>
border-color css
<style>
span { border-color: #E5F49A; }
span { border-color: rgb(229,244,154); }
td.TdClassName
{
border-color: #E5F49A;
}
.TagClassName
{
border-color: #E5F49A;
}
</style>