Shades of Jonquil #E6EA96
Tints of Jonquil #E6EA96
RGB
CMYK
RGB Variations
Color information
#E6EA96 (or 0xE6EA96) is known color: Jonquil. HEX triplet: E6, EA and 96. RGB value is (230,234,150). Sum of RGB (Red+Green+Blue) = 230+234+150=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 150 (58.98% from 255 or 24.43% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #E6EA96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6EA96 is #191569. Grayscale: #DFDFDF. Windows color (decimal): -1643882 or 9890534. OLE color: 9890534.
HSL color Cylindrical-coordinate representation of color #E6EA96: hue angle of 62.86º 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 #E6EA96 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 234 | 150 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.08 |
| HSL | 62.86º | 0.67% | 0.75% | - |
| HSV(B) | 62.86º | 0.36% | 0.92% | - |
| XYZ | 67.56 | 77.87 | 40.32 | - |
| YUV | 223.23 | 86.67 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 234 | 150 | 0.02 | 0 | 0.36 | 0.08 | 62.86 | 0.67 | 0.75 |
| Hex | E6 | EA | 96 | 2 | 0 | 24 | 8 | 3F | 43 | 4B |
| Octal | 346 | 352 | 226 | 2 | 0 | 44 | 10 | 77 | 103 | 113 |
| Binary | 11100110 | 11101010 | 10010110 | 10 | 0 | 100100 | 1000 | 111111 | 1000011 | 1001011 |
Color Harmonies of #E6EA96
Complementary color
Monochromatic Colors of #E6EA96
Black with #E6EA96
Text Example
Text Example
White with #E6EA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EA96; }
p { color: rgb(230,234,150); }
H1.HeaderClassName
{
color: #E6EA96;
}
.AnyTagClassName
{
color: #E6EA96;
}
</style>
background-color css
<style>
a { background-color: #E6EA96; }
a { background-color: rgb(230,234,150); }
div.DivClassName
{
background-color: #E6EA96;
}
.BgClassName
{
background-color: #E6EA96;
}
</style>
border-color css
<style>
span { border-color: #E6EA96; }
span { border-color: rgb(230,234,150); }
td.TdClassName
{
border-color: #E6EA96;
}
.TagClassName
{
border-color: #E6EA96;
}
</style>