Shades of Jonquil #EAEE94
Tints of Jonquil #EAEE94
RGB
CMYK
RGB Variations
Color information
#EAEE94 (or 0xEAEE94) is known color: Jonquil. HEX triplet: EA, EE and 94. RGB value is (234,238,148). Sum of RGB (Red+Green+Blue) = 234+238+148=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 148 (58.20% from 255 or 23.87% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEE94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEE94 is #15116B. Grayscale: #E2E2E2. Windows color (decimal): -1380716 or 9760490. OLE color: 9760490.
HSL color Cylindrical-coordinate representation of color #EAEE94: hue angle of 62.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAEE94 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 238 | 148 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.07 |
| HSL | 62.67º | 0.73% | 0.76% | - |
| HSV(B) | 62.67º | 0.38% | 0.93% | - |
| XYZ | 69.85 | 80.78 | 39.93 | - |
| YUV | 226.54 | 83.67 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 148 | 0.02 | 0 | 0.38 | 0.07 | 62.67 | 0.73 | 0.76 |
| Hex | EA | EE | 94 | 2 | 0 | 26 | 7 | 3F | 49 | 4C |
| Octal | 352 | 356 | 224 | 2 | 0 | 46 | 7 | 77 | 111 | 114 |
| Binary | 11101010 | 11101110 | 10010100 | 10 | 0 | 100110 | 111 | 111111 | 1001001 | 1001100 |
Color Harmonies of #EAEE94
Complementary color
Monochromatic Colors of #EAEE94
Black with #EAEE94
Text Example
Text Example
White with #EAEE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEE94; }
p { color: rgb(234,238,148); }
H1.HeaderClassName
{
color: #EAEE94;
}
.AnyTagClassName
{
color: #EAEE94;
}
</style>
background-color css
<style>
a { background-color: #EAEE94; }
a { background-color: rgb(234,238,148); }
div.DivClassName
{
background-color: #EAEE94;
}
.BgClassName
{
background-color: #EAEE94;
}
</style>
border-color css
<style>
span { border-color: #EAEE94; }
span { border-color: rgb(234,238,148); }
td.TdClassName
{
border-color: #EAEE94;
}
.TagClassName
{
border-color: #EAEE94;
}
</style>