Shades of Lemon #EBE314
Tints of Lemon #EBE314
RGB
CMYK
RGB Variations
Color information
#EBE314 (or 0xEBE314) is known color: Lemon. HEX triplet: EB, E3 and 14. RGB value is (235,227,20). Sum of RGB (Red+Green+Blue) = 235+227+20=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 20 (8.20% from 255 or 4.15% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE314 is #141CEB. Grayscale: #CECECE. Windows color (decimal): -1318124 or 1369067. OLE color: 1369067.
HSL color Cylindrical-coordinate representation of color #EBE314: hue angle of 57.77º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EBE314 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 227 | 20 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.08 |
| HSL | 57.77º | 0.84% | 0.5% | - |
| HSV(B) | 57.77º | 0.91% | 0.92% | - |
| XYZ | 61.86 | 72.65 | 11.42 | - |
| YUV | 205.79 | 23.15 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 227 | 20 | 0 | 0.03 | 0.91 | 0.08 | 57.77 | 0.84 | 0.5 |
| Hex | EB | E3 | 14 | 0 | 3 | 5B | 8 | 3A | 54 | 32 |
| Octal | 353 | 343 | 24 | 0 | 3 | 133 | 10 | 72 | 124 | 62 |
| Binary | 11101011 | 11100011 | 10100 | 0 | 11 | 1011011 | 1000 | 111010 | 1010100 | 110010 |
Color Harmonies of #EBE314
Complementary color
Monochromatic Colors of #EBE314
Black with #EBE314
Text Example
Text Example
White with #EBE314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE314; }
p { color: rgb(235,227,20); }
H1.HeaderClassName
{
color: #EBE314;
}
.AnyTagClassName
{
color: #EBE314;
}
</style>
background-color css
<style>
a { background-color: #EBE314; }
a { background-color: rgb(235,227,20); }
div.DivClassName
{
background-color: #EBE314;
}
.BgClassName
{
background-color: #EBE314;
}
</style>
border-color css
<style>
span { border-color: #EBE314; }
span { border-color: rgb(235,227,20); }
td.TdClassName
{
border-color: #EBE314;
}
.TagClassName
{
border-color: #EBE314;
}
</style>