Shades of Jonquil #EBF69A
Tints of Jonquil #EBF69A
RGB
CMYK
RGB Variations
Color information
#EBF69A (or 0xEBF69A) is known color: Jonquil. HEX triplet: EB, F6 and 9A. RGB value is (235,246,154). Sum of RGB (Red+Green+Blue) = 235+246+154=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 246 (96.48% from 255 or 38.74% from 635); Blue value is 154 (60.55% from 255 or 24.25% from 635); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF69A is #140965. Grayscale: #E8E8E8. Windows color (decimal): -1313126 or 10155755. OLE color: 10155755.
HSL color Cylindrical-coordinate representation of color #EBF69A: hue angle of 67.17º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBF69A is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 246 | 154 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.04 |
| HSL | 67.17º | 0.84% | 0.78% | - |
| HSV(B) | 67.17º | 0.37% | 0.96% | - |
| XYZ | 73.05 | 85.91 | 43.3 | - |
| YUV | 232.22 | 83.86 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 246 | 154 | 0.04 | 0 | 0.37 | 0.04 | 67.17 | 0.84 | 0.78 |
| Hex | EB | F6 | 9A | 4 | 0 | 25 | 4 | 43 | 54 | 4E |
| Octal | 353 | 366 | 232 | 4 | 0 | 45 | 4 | 103 | 124 | 116 |
| Binary | 11101011 | 11110110 | 10011010 | 100 | 0 | 100101 | 100 | 1000011 | 1010100 | 1001110 |
Color Harmonies of #EBF69A
Complementary color
Monochromatic Colors of #EBF69A
Black with #EBF69A
Text Example
Text Example
White with #EBF69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF69A; }
p { color: rgb(235,246,154); }
H1.HeaderClassName
{
color: #EBF69A;
}
.AnyTagClassName
{
color: #EBF69A;
}
</style>
background-color css
<style>
a { background-color: #EBF69A; }
a { background-color: rgb(235,246,154); }
div.DivClassName
{
background-color: #EBF69A;
}
.BgClassName
{
background-color: #EBF69A;
}
</style>
border-color css
<style>
span { border-color: #EBF69A; }
span { border-color: rgb(235,246,154); }
td.TdClassName
{
border-color: #EBF69A;
}
.TagClassName
{
border-color: #EBF69A;
}
</style>