Shades of Jonquil #E1ED8A
Tints of Jonquil #E1ED8A
RGB
CMYK
RGB Variations
Color information
#E1ED8A (or 0xE1ED8A) is known color: Jonquil. HEX triplet: E1, ED and 8A. RGB value is (225,237,138). Sum of RGB (Red+Green+Blue) = 225+237+138=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #E1ED8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1ED8A is #1E1275. Grayscale: #DEDEDE. Windows color (decimal): -1970806 or 9104865. OLE color: 9104865.
HSL color Cylindrical-coordinate representation of color #E1ED8A: hue angle of 67.27º 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 #E1ED8A is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 237 | 138 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.07 |
| HSL | 67.27º | 0.73% | 0.74% | - |
| HSV(B) | 67.27º | 0.42% | 0.93% | - |
| XYZ | 65.92 | 78.41 | 35.71 | - |
| YUV | 222.13 | 80.52 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 237 | 138 | 0.05 | 0 | 0.42 | 0.07 | 67.27 | 0.73 | 0.74 |
| Hex | E1 | ED | 8A | 5 | 0 | 2A | 7 | 43 | 49 | 4A |
| Octal | 341 | 355 | 212 | 5 | 0 | 52 | 7 | 103 | 111 | 112 |
| Binary | 11100001 | 11101101 | 10001010 | 101 | 0 | 101010 | 111 | 1000011 | 1001001 | 1001010 |
Color Harmonies of #E1ED8A
Complementary color
Monochromatic Colors of #E1ED8A
Black with #E1ED8A
Text Example
Text Example
White with #E1ED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ED8A; }
p { color: rgb(225,237,138); }
H1.HeaderClassName
{
color: #E1ED8A;
}
.AnyTagClassName
{
color: #E1ED8A;
}
</style>
background-color css
<style>
a { background-color: #E1ED8A; }
a { background-color: rgb(225,237,138); }
div.DivClassName
{
background-color: #E1ED8A;
}
.BgClassName
{
background-color: #E1ED8A;
}
</style>
border-color css
<style>
span { border-color: #E1ED8A; }
span { border-color: rgb(225,237,138); }
td.TdClassName
{
border-color: #E1ED8A;
}
.TagClassName
{
border-color: #E1ED8A;
}
</style>