Shades of Jonquil #EAEC94
Tints of Jonquil #EAEC94
RGB
CMYK
RGB Variations
Color information
#EAEC94 (or 0xEAEC94) is known color: Jonquil. HEX triplet: EA, EC and 94. RGB value is (234,236,148). Sum of RGB (Red+Green+Blue) = 234+236+148=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 148 (58.20% from 255 or 23.95% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #EAEC94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEC94 is #15136B. Grayscale: #E1E1E1. Windows color (decimal): -1381228 or 9759978. OLE color: 9759978.
HSL color Cylindrical-coordinate representation of color #EAEC94: hue angle of 61.36º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAEC94 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 236 | 148 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.07 |
| HSL | 61.36º | 0.7% | 0.75% | - |
| HSV(B) | 61.36º | 0.37% | 0.93% | - |
| XYZ | 69.27 | 79.62 | 39.73 | - |
| YUV | 225.37 | 84.34 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 236 | 148 | 0.01 | 0 | 0.37 | 0.07 | 61.36 | 0.7 | 0.75 |
| Hex | EA | EC | 94 | 1 | 0 | 25 | 7 | 3D | 46 | 4B |
| Octal | 352 | 354 | 224 | 1 | 0 | 45 | 7 | 75 | 106 | 113 |
| Binary | 11101010 | 11101100 | 10010100 | 1 | 0 | 100101 | 111 | 111101 | 1000110 | 1001011 |
Color Harmonies of #EAEC94
Complementary color
Monochromatic Colors of #EAEC94
Black with #EAEC94
Text Example
Text Example
White with #EAEC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEC94; }
p { color: rgb(234,236,148); }
H1.HeaderClassName
{
color: #EAEC94;
}
.AnyTagClassName
{
color: #EAEC94;
}
</style>
background-color css
<style>
a { background-color: #EAEC94; }
a { background-color: rgb(234,236,148); }
div.DivClassName
{
background-color: #EAEC94;
}
.BgClassName
{
background-color: #EAEC94;
}
</style>
border-color css
<style>
span { border-color: #EAEC94; }
span { border-color: rgb(234,236,148); }
td.TdClassName
{
border-color: #EAEC94;
}
.TagClassName
{
border-color: #EAEC94;
}
</style>