Shades of Lemon #ECE613
Tints of Lemon #ECE613
RGB
CMYK
RGB Variations
Color information
#ECE613 (or 0xECE613) is known color: Lemon. HEX triplet: EC, E6 and 13. RGB value is (236,230,19). Sum of RGB (Red+Green+Blue) = 236+230+19=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 19 (7.81% from 255 or 3.92% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE613 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE613 is #1319EC. Grayscale: #D0D0D0. Windows color (decimal): -1251821 or 1304300. OLE color: 1304300.
HSL color Cylindrical-coordinate representation of color #ECE613: hue angle of 58.34º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECE613 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 19 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.07 |
| HSL | 58.34º | 0.85% | 0.5% | - |
| HSV(B) | 58.34º | 0.92% | 0.93% | - |
| XYZ | 63.01 | 74.47 | 11.67 | - |
| YUV | 207.74 | 21.49 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 19 | 0 | 0.03 | 0.92 | 0.07 | 58.34 | 0.85 | 0.5 |
| Hex | EC | E6 | 13 | 0 | 3 | 5C | 7 | 3A | 55 | 32 |
| Octal | 354 | 346 | 23 | 0 | 3 | 134 | 7 | 72 | 125 | 62 |
| Binary | 11101100 | 11100110 | 10011 | 0 | 11 | 1011100 | 111 | 111010 | 1010101 | 110010 |
Color Harmonies of #ECE613
Complementary color
Monochromatic Colors of #ECE613
Black with #ECE613
Text Example
Text Example
White with #ECE613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE613; }
p { color: rgb(236,230,19); }
H1.HeaderClassName
{
color: #ECE613;
}
.AnyTagClassName
{
color: #ECE613;
}
</style>
background-color css
<style>
a { background-color: #ECE613; }
a { background-color: rgb(236,230,19); }
div.DivClassName
{
background-color: #ECE613;
}
.BgClassName
{
background-color: #ECE613;
}
</style>
border-color css
<style>
span { border-color: #ECE613; }
span { border-color: rgb(236,230,19); }
td.TdClassName
{
border-color: #ECE613;
}
.TagClassName
{
border-color: #ECE613;
}
</style>