Shades of Lemon #EBE413
Tints of Lemon #EBE413
RGB
CMYK
RGB Variations
Color information
#EBE413 (or 0xEBE413) is known color: Lemon. HEX triplet: EB, E4 and 13. RGB value is (235,228,19). Sum of RGB (Red+Green+Blue) = 235+228+19=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 19 (7.81% from 255 or 3.94% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE413 is #141BEC. Grayscale: #CFCFCF. Windows color (decimal): -1317869 or 1303787. OLE color: 1303787.
HSL color Cylindrical-coordinate representation of color #EBE413: hue angle of 58.06º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EBE413 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 19 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.08 |
| HSL | 58.06º | 0.85% | 0.5% | - |
| HSV(B) | 58.06º | 0.92% | 0.92% | - |
| XYZ | 62.12 | 73.2 | 11.47 | - |
| YUV | 206.27 | 22.32 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 19 | 0 | 0.03 | 0.92 | 0.08 | 58.06 | 0.85 | 0.5 |
| Hex | EB | E4 | 13 | 0 | 3 | 5C | 8 | 3A | 55 | 32 |
| Octal | 353 | 344 | 23 | 0 | 3 | 134 | 10 | 72 | 125 | 62 |
| Binary | 11101011 | 11100100 | 10011 | 0 | 11 | 1011100 | 1000 | 111010 | 1010101 | 110010 |
Color Harmonies of #EBE413
Complementary color
Monochromatic Colors of #EBE413
Black with #EBE413
Text Example
Text Example
White with #EBE413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE413; }
p { color: rgb(235,228,19); }
H1.HeaderClassName
{
color: #EBE413;
}
.AnyTagClassName
{
color: #EBE413;
}
</style>
background-color css
<style>
a { background-color: #EBE413; }
a { background-color: rgb(235,228,19); }
div.DivClassName
{
background-color: #EBE413;
}
.BgClassName
{
background-color: #EBE413;
}
</style>
border-color css
<style>
span { border-color: #EBE413; }
span { border-color: rgb(235,228,19); }
td.TdClassName
{
border-color: #EBE413;
}
.TagClassName
{
border-color: #EBE413;
}
</style>