Shades of Jonquil #EAEB90
Tints of Jonquil #EAEB90
RGB
CMYK
RGB Variations
Color information
#EAEB90 (or 0xEAEB90) is known color: Jonquil. HEX triplet: EA, EB and 90. RGB value is (234,235,144). Sum of RGB (Red+Green+Blue) = 234+235+144=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 144 (56.64% from 255 or 23.49% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEB90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEB90 is #15146F. Grayscale: #E0E0E0. Windows color (decimal): -1381488 or 9497578. OLE color: 9497578.
HSL color Cylindrical-coordinate representation of color #EAEB90: hue angle of 60.66º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EAEB90 is Cyan = 0.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 235 | 144 | - |
| CMYK | 0.00 | 0 | 0.39 | 0.08 |
| HSL | 60.66º | 0.69% | 0.74% | - |
| HSV(B) | 60.66º | 0.39% | 0.92% | - |
| XYZ | 68.67 | 78.92 | 38 | - |
| YUV | 224.33 | 82.67 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 235 | 144 | 0.00 | 0 | 0.39 | 0.08 | 60.66 | 0.69 | 0.74 |
| Hex | EA | EB | 90 | 0 | 0 | 27 | 8 | 3D | 45 | 4A |
| Octal | 352 | 353 | 220 | 0 | 0 | 47 | 10 | 75 | 105 | 112 |
| Binary | 11101010 | 11101011 | 10010000 | 0 | 0 | 100111 | 1000 | 111101 | 1000101 | 1001010 |
Color Harmonies of #EAEB90
Complementary color
Monochromatic Colors of #EAEB90
Black with #EAEB90
Text Example
Text Example
White with #EAEB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEB90; }
p { color: rgb(234,235,144); }
H1.HeaderClassName
{
color: #EAEB90;
}
.AnyTagClassName
{
color: #EAEB90;
}
</style>
background-color css
<style>
a { background-color: #EAEB90; }
a { background-color: rgb(234,235,144); }
div.DivClassName
{
background-color: #EAEB90;
}
.BgClassName
{
background-color: #EAEB90;
}
</style>
border-color css
<style>
span { border-color: #EAEB90; }
span { border-color: rgb(234,235,144); }
td.TdClassName
{
border-color: #EAEB90;
}
.TagClassName
{
border-color: #EAEB90;
}
</style>