Shades of Jonquil #EAED96
Tints of Jonquil #EAED96
RGB
CMYK
RGB Variations
Color information
#EAED96 (or 0xEAED96) is known color: Jonquil. HEX triplet: EA, ED and 96. RGB value is (234,237,150). Sum of RGB (Red+Green+Blue) = 234+237+150=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 150 (58.98% from 255 or 24.15% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAED96 is #151269. Grayscale: #E2E2E2. Windows color (decimal): -1380970 or 9891306. OLE color: 9891306.
HSL color Cylindrical-coordinate representation of color #EAED96: hue angle of 62.07º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAED96 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 150 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.07 |
| HSL | 62.07º | 0.71% | 0.76% | - |
| HSV(B) | 62.07º | 0.37% | 0.93% | - |
| XYZ | 69.72 | 80.26 | 40.67 | - |
| YUV | 226.19 | 85.01 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 150 | 0.01 | 0 | 0.37 | 0.07 | 62.07 | 0.71 | 0.76 |
| Hex | EA | ED | 96 | 1 | 0 | 25 | 7 | 3E | 47 | 4C |
| Octal | 352 | 355 | 226 | 1 | 0 | 45 | 7 | 76 | 107 | 114 |
| Binary | 11101010 | 11101101 | 10010110 | 1 | 0 | 100101 | 111 | 111110 | 1000111 | 1001100 |
Color Harmonies of #EAED96
Complementary color
Monochromatic Colors of #EAED96
Black with #EAED96
Text Example
Text Example
White with #EAED96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAED96; }
p { color: rgb(234,237,150); }
H1.HeaderClassName
{
color: #EAED96;
}
.AnyTagClassName
{
color: #EAED96;
}
</style>
background-color css
<style>
a { background-color: #EAED96; }
a { background-color: rgb(234,237,150); }
div.DivClassName
{
background-color: #EAED96;
}
.BgClassName
{
background-color: #EAED96;
}
</style>
border-color css
<style>
span { border-color: #EAED96; }
span { border-color: rgb(234,237,150); }
td.TdClassName
{
border-color: #EAED96;
}
.TagClassName
{
border-color: #EAED96;
}
</style>