Shades of Lemon #EBE315
Tints of Lemon #EBE315
RGB
CMYK
RGB Variations
Color information
#EBE315 (or 0xEBE315) is known color: Lemon. HEX triplet: EB, E3 and 15. RGB value is (235,227,21). Sum of RGB (Red+Green+Blue) = 235+227+21=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 21 (8.59% from 255 or 4.35% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE315 is #141CEA. Grayscale: #CECECE. Windows color (decimal): -1318123 or 1434603. OLE color: 1434603.
HSL color Cylindrical-coordinate representation of color #EBE315: hue angle of 57.76º 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 #EBE315 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 227 | 21 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.08 |
| HSL | 57.76º | 0.84% | 0.5% | - |
| HSV(B) | 57.76º | 0.91% | 0.92% | - |
| XYZ | 61.87 | 72.65 | 11.47 | - |
| YUV | 205.91 | 23.65 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 227 | 21 | 0 | 0.03 | 0.91 | 0.08 | 57.76 | 0.84 | 0.5 |
| Hex | EB | E3 | 15 | 0 | 3 | 5B | 8 | 3A | 54 | 32 |
| Octal | 353 | 343 | 25 | 0 | 3 | 133 | 10 | 72 | 124 | 62 |
| Binary | 11101011 | 11100011 | 10101 | 0 | 11 | 1011011 | 1000 | 111010 | 1010100 | 110010 |
Color Harmonies of #EBE315
Complementary color
Monochromatic Colors of #EBE315
Black with #EBE315
Text Example
Text Example
White with #EBE315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE315; }
p { color: rgb(235,227,21); }
H1.HeaderClassName
{
color: #EBE315;
}
.AnyTagClassName
{
color: #EBE315;
}
</style>
background-color css
<style>
a { background-color: #EBE315; }
a { background-color: rgb(235,227,21); }
div.DivClassName
{
background-color: #EBE315;
}
.BgClassName
{
background-color: #EBE315;
}
</style>
border-color css
<style>
span { border-color: #EBE315; }
span { border-color: rgb(235,227,21); }
td.TdClassName
{
border-color: #EBE315;
}
.TagClassName
{
border-color: #EBE315;
}
</style>