Shades of Jonquil #EAEB97
Tints of Jonquil #EAEB97
RGB
CMYK
RGB Variations
Color information
#EAEB97 (or 0xEAEB97) is known color: Jonquil. HEX triplet: EA, EB and 97. RGB value is (234,235,151). Sum of RGB (Red+Green+Blue) = 234+235+151=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 151 (59.38% from 255 or 24.35% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEB97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEB97 is #151468. Grayscale: #E1E1E1. Windows color (decimal): -1381481 or 9956330. OLE color: 9956330.
HSL color Cylindrical-coordinate representation of color #EAEB97: hue angle of 60.71º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAEB97 is Cyan = 0.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 235 | 151 | - |
| CMYK | 0.00 | 0 | 0.36 | 0.08 |
| HSL | 60.71º | 0.68% | 0.76% | - |
| HSV(B) | 60.71º | 0.36% | 0.92% | - |
| XYZ | 69.23 | 79.14 | 40.91 | - |
| YUV | 225.13 | 86.17 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 235 | 151 | 0.00 | 0 | 0.36 | 0.08 | 60.71 | 0.68 | 0.76 |
| Hex | EA | EB | 97 | 0 | 0 | 24 | 8 | 3D | 44 | 4C |
| Octal | 352 | 353 | 227 | 0 | 0 | 44 | 10 | 75 | 104 | 114 |
| Binary | 11101010 | 11101011 | 10010111 | 0 | 0 | 100100 | 1000 | 111101 | 1000100 | 1001100 |
Color Harmonies of #EAEB97
Complementary color
Monochromatic Colors of #EAEB97
Black with #EAEB97
Text Example
Text Example
White with #EAEB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEB97; }
p { color: rgb(234,235,151); }
H1.HeaderClassName
{
color: #EAEB97;
}
.AnyTagClassName
{
color: #EAEB97;
}
</style>
background-color css
<style>
a { background-color: #EAEB97; }
a { background-color: rgb(234,235,151); }
div.DivClassName
{
background-color: #EAEB97;
}
.BgClassName
{
background-color: #EAEB97;
}
</style>
border-color css
<style>
span { border-color: #EAEB97; }
span { border-color: rgb(234,235,151); }
td.TdClassName
{
border-color: #EAEB97;
}
.TagClassName
{
border-color: #EAEB97;
}
</style>