Shades of Jonquil #E8ED8A
Tints of Jonquil #E8ED8A
RGB
CMYK
RGB Variations
Color information
#E8ED8A (or 0xE8ED8A) is known color: Jonquil. HEX triplet: E8, ED and 8A. RGB value is (232,237,138). Sum of RGB (Red+Green+Blue) = 232+237+138=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 138 (54.30% from 255 or 22.73% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #E8ED8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8ED8A is #171275. Grayscale: #E0E0E0. Windows color (decimal): -1512054 or 9104872. OLE color: 9104872.
HSL color Cylindrical-coordinate representation of color #E8ED8A: hue angle of 63.03º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E8ED8A is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 138 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.07 |
| HSL | 63.03º | 0.73% | 0.74% | - |
| HSV(B) | 63.03º | 0.42% | 0.93% | - |
| XYZ | 68.15 | 79.56 | 35.81 | - |
| YUV | 224.22 | 79.34 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 138 | 0.02 | 0 | 0.42 | 0.07 | 63.03 | 0.73 | 0.74 |
| Hex | E8 | ED | 8A | 2 | 0 | 2A | 7 | 3F | 49 | 4A |
| Octal | 350 | 355 | 212 | 2 | 0 | 52 | 7 | 77 | 111 | 112 |
| Binary | 11101000 | 11101101 | 10001010 | 10 | 0 | 101010 | 111 | 111111 | 1001001 | 1001010 |
Color Harmonies of #E8ED8A
Complementary color
Monochromatic Colors of #E8ED8A
Black with #E8ED8A
Text Example
Text Example
White with #E8ED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ED8A; }
p { color: rgb(232,237,138); }
H1.HeaderClassName
{
color: #E8ED8A;
}
.AnyTagClassName
{
color: #E8ED8A;
}
</style>
background-color css
<style>
a { background-color: #E8ED8A; }
a { background-color: rgb(232,237,138); }
div.DivClassName
{
background-color: #E8ED8A;
}
.BgClassName
{
background-color: #E8ED8A;
}
</style>
border-color css
<style>
span { border-color: #E8ED8A; }
span { border-color: rgb(232,237,138); }
td.TdClassName
{
border-color: #E8ED8A;
}
.TagClassName
{
border-color: #E8ED8A;
}
</style>