Shades of Jonquil #EAE896
Tints of Jonquil #EAE896
RGB
CMYK
RGB Variations
Color information
#EAE896 (or 0xEAE896) is known color: Jonquil. HEX triplet: EA, E8 and 96. RGB value is (234,232,150). Sum of RGB (Red+Green+Blue) = 234+232+150=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 150 (58.98% from 255 or 24.35% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE896 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE896 is #151769. Grayscale: #DFDFDF. Windows color (decimal): -1382250 or 9890026. OLE color: 9890026.
HSL color Cylindrical-coordinate representation of color #EAE896: hue angle of 58.57º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAE896 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 150 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.08 |
| HSL | 58.57º | 0.67% | 0.75% | - |
| HSV(B) | 58.57º | 0.36% | 0.92% | - |
| XYZ | 68.29 | 77.41 | 40.2 | - |
| YUV | 223.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 150 | 0 | 0.01 | 0.36 | 0.08 | 58.57 | 0.67 | 0.75 |
| Hex | EA | E8 | 96 | 0 | 1 | 24 | 8 | 3B | 43 | 4B |
| Octal | 352 | 350 | 226 | 0 | 1 | 44 | 10 | 73 | 103 | 113 |
| Binary | 11101010 | 11101000 | 10010110 | 0 | 1 | 100100 | 1000 | 111011 | 1000011 | 1001011 |
Color Harmonies of #EAE896
Complementary color
Monochromatic Colors of #EAE896
Black with #EAE896
Text Example
Text Example
White with #EAE896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE896; }
p { color: rgb(234,232,150); }
H1.HeaderClassName
{
color: #EAE896;
}
.AnyTagClassName
{
color: #EAE896;
}
</style>
background-color css
<style>
a { background-color: #EAE896; }
a { background-color: rgb(234,232,150); }
div.DivClassName
{
background-color: #EAE896;
}
.BgClassName
{
background-color: #EAE896;
}
</style>
border-color css
<style>
span { border-color: #EAE896; }
span { border-color: rgb(234,232,150); }
td.TdClassName
{
border-color: #EAE896;
}
.TagClassName
{
border-color: #EAE896;
}
</style>