Shades of Jonquil #EAF696
Tints of Jonquil #EAF696
RGB
CMYK
RGB Variations
Color information
#EAF696 (or 0xEAF696) is known color: Jonquil. HEX triplet: EA, F6 and 96. RGB value is (234,246,150). Sum of RGB (Red+Green+Blue) = 234+246+150=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 246 (96.48% from 255 or 39.05% from 630); Blue value is 150 (58.98% from 255 or 23.81% from 630); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF696 is #150969. Grayscale: #E7E7E7. Windows color (decimal): -1378666 or 9893610. OLE color: 9893610.
HSL color Cylindrical-coordinate representation of color #EAF696: hue angle of 67.5º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EAF696 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 150 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.04 |
| HSL | 67.5º | 0.84% | 0.78% | - |
| HSV(B) | 67.5º | 0.39% | 0.96% | - |
| XYZ | 72.39 | 85.61 | 41.56 | - |
| YUV | 231.47 | 82.02 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 150 | 0.05 | 0 | 0.39 | 0.04 | 67.5 | 0.84 | 0.78 |
| Hex | EA | F6 | 96 | 5 | 0 | 27 | 4 | 44 | 54 | 4E |
| Octal | 352 | 366 | 226 | 5 | 0 | 47 | 4 | 104 | 124 | 116 |
| Binary | 11101010 | 11110110 | 10010110 | 101 | 0 | 100111 | 100 | 1000100 | 1010100 | 1001110 |
Color Harmonies of #EAF696
Complementary color
Monochromatic Colors of #EAF696
Black with #EAF696
Text Example
Text Example
White with #EAF696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF696; }
p { color: rgb(234,246,150); }
H1.HeaderClassName
{
color: #EAF696;
}
.AnyTagClassName
{
color: #EAF696;
}
</style>
background-color css
<style>
a { background-color: #EAF696; }
a { background-color: rgb(234,246,150); }
div.DivClassName
{
background-color: #EAF696;
}
.BgClassName
{
background-color: #EAF696;
}
</style>
border-color css
<style>
span { border-color: #EAF696; }
span { border-color: rgb(234,246,150); }
td.TdClassName
{
border-color: #EAF696;
}
.TagClassName
{
border-color: #EAF696;
}
</style>