Shades of Jonquil #EBEA97
Tints of Jonquil #EBEA97
RGB
CMYK
RGB Variations
Color information
#EBEA97 (or 0xEBEA97) is known color: Jonquil. HEX triplet: EB, EA and 97. RGB value is (235,234,151). Sum of RGB (Red+Green+Blue) = 235+234+151=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 151 (59.38% from 255 or 24.35% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEA97 is #141568. Grayscale: #E1E1E1. Windows color (decimal): -1316201 or 9956075. OLE color: 9956075.
HSL color Cylindrical-coordinate representation of color #EBEA97: hue angle of 59.29º 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 #EBEA97 is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 151 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.08 |
| HSL | 59.29º | 0.68% | 0.76% | - |
| HSV(B) | 59.29º | 0.36% | 0.92% | - |
| XYZ | 69.27 | 78.74 | 40.83 | - |
| YUV | 224.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 151 | 0 | 0.00 | 0.36 | 0.08 | 59.29 | 0.68 | 0.76 |
| Hex | EB | EA | 97 | 0 | 0 | 24 | 8 | 3B | 44 | 4C |
| Octal | 353 | 352 | 227 | 0 | 0 | 44 | 10 | 73 | 104 | 114 |
| Binary | 11101011 | 11101010 | 10010111 | 0 | 0 | 100100 | 1000 | 111011 | 1000100 | 1001100 |
Color Harmonies of #EBEA97
Complementary color
Monochromatic Colors of #EBEA97
Black with #EBEA97
Text Example
Text Example
White with #EBEA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEA97; }
p { color: rgb(235,234,151); }
H1.HeaderClassName
{
color: #EBEA97;
}
.AnyTagClassName
{
color: #EBEA97;
}
</style>
background-color css
<style>
a { background-color: #EBEA97; }
a { background-color: rgb(235,234,151); }
div.DivClassName
{
background-color: #EBEA97;
}
.BgClassName
{
background-color: #EBEA97;
}
</style>
border-color css
<style>
span { border-color: #EBEA97; }
span { border-color: rgb(235,234,151); }
td.TdClassName
{
border-color: #EBEA97;
}
.TagClassName
{
border-color: #EBEA97;
}
</style>