Shades of Lemon #ECEB0F
Tints of Lemon #ECEB0F
RGB
CMYK
RGB Variations
Color information
#ECEB0F (or 0xECEB0F) is known color: Lemon. HEX triplet: EC, EB and 0F. RGB value is (236,235,15). Sum of RGB (Red+Green+Blue) = 236+235+15=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 15 (6.25% from 255 or 3.09% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEB0F is #1314F0. Grayscale: #D3D3D3. Windows color (decimal): -1250545 or 1043436. OLE color: 1043436.
HSL color Cylindrical-coordinate representation of color #ECEB0F: hue angle of 59.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECEB0F is Cyan = 0, Magento = 0.00, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 15 | - |
| CMYK | 0 | 0.00 | 0.94 | 0.07 |
| HSL | 59.73º | 0.88% | 0.49% | - |
| HSV(B) | 59.73º | 0.94% | 0.93% | - |
| XYZ | 64.39 | 77.28 | 11.98 | - |
| YUV | 210.22 | 17.83 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 15 | 0 | 0.00 | 0.94 | 0.07 | 59.73 | 0.88 | 0.49 |
| Hex | EC | EB | F | 0 | 0 | 5E | 7 | 3C | 58 | 31 |
| Octal | 354 | 353 | 17 | 0 | 0 | 136 | 7 | 74 | 130 | 61 |
| Binary | 11101100 | 11101011 | 1111 | 0 | 0 | 1011110 | 111 | 111100 | 1011000 | 110001 |
Color Harmonies of #ECEB0F
Complementary color
Monochromatic Colors of #ECEB0F
Black with #ECEB0F
Text Example
Text Example
White with #ECEB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB0F; }
p { color: rgb(236,235,15); }
H1.HeaderClassName
{
color: #ECEB0F;
}
.AnyTagClassName
{
color: #ECEB0F;
}
</style>
background-color css
<style>
a { background-color: #ECEB0F; }
a { background-color: rgb(236,235,15); }
div.DivClassName
{
background-color: #ECEB0F;
}
.BgClassName
{
background-color: #ECEB0F;
}
</style>
border-color css
<style>
span { border-color: #ECEB0F; }
span { border-color: rgb(236,235,15); }
td.TdClassName
{
border-color: #ECEB0F;
}
.TagClassName
{
border-color: #ECEB0F;
}
</style>