Shades of Jonquil #EAE998
Tints of Jonquil #EAE998
RGB
CMYK
RGB Variations
Color information
#EAE998 (or 0xEAE998) is known color: Jonquil. HEX triplet: EA, E9 and 98. RGB value is (234,233,152). Sum of RGB (Red+Green+Blue) = 234+233+152=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 152 (59.77% from 255 or 24.56% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE998 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE998 is #151667. Grayscale: #E0E0E0. Windows color (decimal): -1381992 or 10021354. OLE color: 10021354.
HSL color Cylindrical-coordinate representation of color #EAE998: hue angle of 59.27º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAE998 is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 152 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.08 |
| HSL | 59.27º | 0.66% | 0.76% | - |
| HSV(B) | 59.27º | 0.35% | 0.92% | - |
| XYZ | 68.74 | 78.04 | 41.15 | - |
| YUV | 224.07 | 87.33 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 152 | 0 | 0.00 | 0.35 | 0.08 | 59.27 | 0.66 | 0.76 |
| Hex | EA | E9 | 98 | 0 | 0 | 23 | 8 | 3B | 42 | 4C |
| Octal | 352 | 351 | 230 | 0 | 0 | 43 | 10 | 73 | 102 | 114 |
| Binary | 11101010 | 11101001 | 10011000 | 0 | 0 | 100011 | 1000 | 111011 | 1000010 | 1001100 |
Color Harmonies of #EAE998
Complementary color
Monochromatic Colors of #EAE998
Black with #EAE998
Text Example
Text Example
White with #EAE998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE998; }
p { color: rgb(234,233,152); }
H1.HeaderClassName
{
color: #EAE998;
}
.AnyTagClassName
{
color: #EAE998;
}
</style>
background-color css
<style>
a { background-color: #EAE998; }
a { background-color: rgb(234,233,152); }
div.DivClassName
{
background-color: #EAE998;
}
.BgClassName
{
background-color: #EAE998;
}
</style>
border-color css
<style>
span { border-color: #EAE998; }
span { border-color: rgb(234,233,152); }
td.TdClassName
{
border-color: #EAE998;
}
.TagClassName
{
border-color: #EAE998;
}
</style>