Shades of Jonquil #EAF390
Tints of Jonquil #EAF390
RGB
CMYK
RGB Variations
Color information
#EAF390 (or 0xEAF390) is known color: Jonquil. HEX triplet: EA, F3 and 90. RGB value is (234,243,144). Sum of RGB (Red+Green+Blue) = 234+243+144=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 144 (56.64% from 255 or 23.19% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF390 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF390 is #150C6F. Grayscale: #E5E5E5. Windows color (decimal): -1379440 or 9499626. OLE color: 9499626.
HSL color Cylindrical-coordinate representation of color #EAF390: hue angle of 65.45º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAF390 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 144 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.05 |
| HSL | 65.45º | 0.8% | 0.76% | - |
| HSV(B) | 65.45º | 0.41% | 0.95% | - |
| XYZ | 71.02 | 83.61 | 38.78 | - |
| YUV | 229.02 | 80.02 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 144 | 0.04 | 0 | 0.41 | 0.05 | 65.45 | 0.8 | 0.76 |
| Hex | EA | F3 | 90 | 4 | 0 | 29 | 5 | 41 | 50 | 4C |
| Octal | 352 | 363 | 220 | 4 | 0 | 51 | 5 | 101 | 120 | 114 |
| Binary | 11101010 | 11110011 | 10010000 | 100 | 0 | 101001 | 101 | 1000001 | 1010000 | 1001100 |
Color Harmonies of #EAF390
Complementary color
Monochromatic Colors of #EAF390
Black with #EAF390
Text Example
Text Example
White with #EAF390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF390; }
p { color: rgb(234,243,144); }
H1.HeaderClassName
{
color: #EAF390;
}
.AnyTagClassName
{
color: #EAF390;
}
</style>
background-color css
<style>
a { background-color: #EAF390; }
a { background-color: rgb(234,243,144); }
div.DivClassName
{
background-color: #EAF390;
}
.BgClassName
{
background-color: #EAF390;
}
</style>
border-color css
<style>
span { border-color: #EAF390; }
span { border-color: rgb(234,243,144); }
td.TdClassName
{
border-color: #EAF390;
}
.TagClassName
{
border-color: #EAF390;
}
</style>