Shades of Jonquil #EAEA92
Tints of Jonquil #EAEA92
RGB
CMYK
RGB Variations
Color information
#EAEA92 (or 0xEAEA92) is known color: Jonquil. HEX triplet: EA, EA and 92. RGB value is (234,234,146). Sum of RGB (Red+Green+Blue) = 234+234+146=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 146 (57.42% from 255 or 23.78% from 614); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEA92 is #15156D. Grayscale: #E0E0E0. Windows color (decimal): -1381742 or 9628394. OLE color: 9628394.
HSL color Cylindrical-coordinate representation of color #EAEA92: hue angle of 60º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAEA92 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 146 | - |
| CMYK | 0 | 0 | 0.38 | 0.08 |
| HSL | 60º | 0.68% | 0.75% | - |
| HSV(B) | 60º | 0.38% | 0.92% | - |
| XYZ | 68.54 | 78.41 | 38.72 | - |
| YUV | 223.97 | 84 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 146 | 0 | 0 | 0.38 | 0.08 | 60 | 0.68 | 0.75 |
| Hex | EA | EA | 92 | 0 | 0 | 26 | 8 | 3C | 44 | 4B |
| Octal | 352 | 352 | 222 | 0 | 0 | 46 | 10 | 74 | 104 | 113 |
| Binary | 11101010 | 11101010 | 10010010 | 0 | 0 | 100110 | 1000 | 111100 | 1000100 | 1001011 |
Color Harmonies of #EAEA92
Complementary color
Monochromatic Colors of #EAEA92
Black with #EAEA92
Text Example
Text Example
White with #EAEA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEA92; }
p { color: rgb(234,234,146); }
H1.HeaderClassName
{
color: #EAEA92;
}
.AnyTagClassName
{
color: #EAEA92;
}
</style>
background-color css
<style>
a { background-color: #EAEA92; }
a { background-color: rgb(234,234,146); }
div.DivClassName
{
background-color: #EAEA92;
}
.BgClassName
{
background-color: #EAEA92;
}
</style>
border-color css
<style>
span { border-color: #EAEA92; }
span { border-color: rgb(234,234,146); }
td.TdClassName
{
border-color: #EAEA92;
}
.TagClassName
{
border-color: #EAEA92;
}
</style>