Shades of Jonquil #EAEC90
Tints of Jonquil #EAEC90
RGB
CMYK
RGB Variations
Color information
#EAEC90 (or 0xEAEC90) is known color: Jonquil. HEX triplet: EA, EC and 90. RGB value is (234,236,144). Sum of RGB (Red+Green+Blue) = 234+236+144=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 144 (56.64% from 255 or 23.45% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #EAEC90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEC90 is #15136F. Grayscale: #E1E1E1. Windows color (decimal): -1381232 or 9497834. OLE color: 9497834.
HSL color Cylindrical-coordinate representation of color #EAEC90: hue angle of 61.3º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EAEC90 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 236 | 144 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.07 |
| HSL | 61.3º | 0.71% | 0.75% | - |
| HSV(B) | 61.3º | 0.39% | 0.93% | - |
| XYZ | 68.96 | 79.5 | 38.1 | - |
| YUV | 224.91 | 82.34 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 236 | 144 | 0.01 | 0 | 0.39 | 0.07 | 61.3 | 0.71 | 0.75 |
| Hex | EA | EC | 90 | 1 | 0 | 27 | 7 | 3D | 47 | 4B |
| Octal | 352 | 354 | 220 | 1 | 0 | 47 | 7 | 75 | 107 | 113 |
| Binary | 11101010 | 11101100 | 10010000 | 1 | 0 | 100111 | 111 | 111101 | 1000111 | 1001011 |
Color Harmonies of #EAEC90
Complementary color
Monochromatic Colors of #EAEC90
Black with #EAEC90
Text Example
Text Example
White with #EAEC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEC90; }
p { color: rgb(234,236,144); }
H1.HeaderClassName
{
color: #EAEC90;
}
.AnyTagClassName
{
color: #EAEC90;
}
</style>
background-color css
<style>
a { background-color: #EAEC90; }
a { background-color: rgb(234,236,144); }
div.DivClassName
{
background-color: #EAEC90;
}
.BgClassName
{
background-color: #EAEC90;
}
</style>
border-color css
<style>
span { border-color: #EAEC90; }
span { border-color: rgb(234,236,144); }
td.TdClassName
{
border-color: #EAEC90;
}
.TagClassName
{
border-color: #EAEC90;
}
</style>