Shades of Jonquil #EAEB95
Tints of Jonquil #EAEB95
RGB
CMYK
RGB Variations
Color information
#EAEB95 (or 0xEAEB95) is known color: Jonquil. HEX triplet: EA, EB and 95. RGB value is (234,235,149). Sum of RGB (Red+Green+Blue) = 234+235+149=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 149 (58.59% from 255 or 24.11% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEB95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEB95 is #15146A. Grayscale: #E1E1E1. Windows color (decimal): -1381483 or 9825258. OLE color: 9825258.
HSL color Cylindrical-coordinate representation of color #EAEB95: hue angle of 60.7º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAEB95 is Cyan = 0.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 235 | 149 | - |
| CMYK | 0.00 | 0 | 0.37 | 0.08 |
| HSL | 60.7º | 0.68% | 0.75% | - |
| HSV(B) | 60.7º | 0.37% | 0.92% | - |
| XYZ | 69.06 | 79.08 | 40.06 | - |
| YUV | 224.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 235 | 149 | 0.00 | 0 | 0.37 | 0.08 | 60.7 | 0.68 | 0.75 |
| Hex | EA | EB | 95 | 0 | 0 | 25 | 8 | 3D | 44 | 4B |
| Octal | 352 | 353 | 225 | 0 | 0 | 45 | 10 | 75 | 104 | 113 |
| Binary | 11101010 | 11101011 | 10010101 | 0 | 0 | 100101 | 1000 | 111101 | 1000100 | 1001011 |
Color Harmonies of #EAEB95
Complementary color
Monochromatic Colors of #EAEB95
Black with #EAEB95
Text Example
Text Example
White with #EAEB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEB95; }
p { color: rgb(234,235,149); }
H1.HeaderClassName
{
color: #EAEB95;
}
.AnyTagClassName
{
color: #EAEB95;
}
</style>
background-color css
<style>
a { background-color: #EAEB95; }
a { background-color: rgb(234,235,149); }
div.DivClassName
{
background-color: #EAEB95;
}
.BgClassName
{
background-color: #EAEB95;
}
</style>
border-color css
<style>
span { border-color: #EAEB95; }
span { border-color: rgb(234,235,149); }
td.TdClassName
{
border-color: #EAEB95;
}
.TagClassName
{
border-color: #EAEB95;
}
</style>