Shades of Lemon #EBF320
Tints of Lemon #EBF320
RGB
CMYK
RGB Variations
Color information
#EBF320 (or 0xEBF320) is known color: Lemon. HEX triplet: EB, F3 and 20. RGB value is (235,243,32). Sum of RGB (Red+Green+Blue) = 235+243+32=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 32 (12.89% from 255 or 6.27% from 510); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF320 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF320 is #140CDF. Grayscale: #D9D9D9. Windows color (decimal): -1314016 or 2159595. OLE color: 2159595.
HSL color Cylindrical-coordinate representation of color #EBF320: hue angle of 62.27º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EBF320 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 243 | 32 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.05 |
| HSL | 62.27º | 0.9% | 0.54% | - |
| HSV(B) | 62.27º | 0.87% | 0.95% | - |
| XYZ | 66.57 | 81.87 | 13.66 | - |
| YUV | 216.55 | 23.85 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 243 | 32 | 0.03 | 0 | 0.87 | 0.05 | 62.27 | 0.9 | 0.54 |
| Hex | EB | F3 | 20 | 3 | 0 | 57 | 5 | 3E | 5A | 36 |
| Octal | 353 | 363 | 40 | 3 | 0 | 127 | 5 | 76 | 132 | 66 |
| Binary | 11101011 | 11110011 | 100000 | 11 | 0 | 1010111 | 101 | 111110 | 1011010 | 110110 |
Color Harmonies of #EBF320
Complementary color
Monochromatic Colors of #EBF320
Black with #EBF320
Text Example
Text Example
White with #EBF320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF320; }
p { color: rgb(235,243,32); }
H1.HeaderClassName
{
color: #EBF320;
}
.AnyTagClassName
{
color: #EBF320;
}
</style>
background-color css
<style>
a { background-color: #EBF320; }
a { background-color: rgb(235,243,32); }
div.DivClassName
{
background-color: #EBF320;
}
.BgClassName
{
background-color: #EBF320;
}
</style>
border-color css
<style>
span { border-color: #EBF320; }
span { border-color: rgb(235,243,32); }
td.TdClassName
{
border-color: #EBF320;
}
.TagClassName
{
border-color: #EBF320;
}
</style>