Shades of Lemon #ECE70B
Tints of Lemon #ECE70B
RGB
CMYK
RGB Variations
Color information
#ECE70B (or 0xECE70B) is known color: Lemon. HEX triplet: EC, E7 and 0B. RGB value is (236,231,11). Sum of RGB (Red+Green+Blue) = 236+231+11=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 231 (90.62% from 255 or 48.33% from 478); Blue value is 11 (4.69% from 255 or 2.30% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE70B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE70B is #1318F4. Grayscale: #D0D0D0. Windows color (decimal): -1251573 or 780268. OLE color: 780268.
HSL color Cylindrical-coordinate representation of color #ECE70B: hue angle of 58.67º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECE70B is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 11 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.07 |
| HSL | 58.67º | 0.91% | 0.48% | - |
| HSV(B) | 58.67º | 0.95% | 0.93% | - |
| XYZ | 63.23 | 75.01 | 11.46 | - |
| YUV | 207.42 | 17.16 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 11 | 0 | 0.02 | 0.95 | 0.07 | 58.67 | 0.91 | 0.48 |
| Hex | EC | E7 | B | 0 | 2 | 5F | 7 | 3B | 5B | 30 |
| Octal | 354 | 347 | 13 | 0 | 2 | 137 | 7 | 73 | 133 | 60 |
| Binary | 11101100 | 11100111 | 1011 | 0 | 10 | 1011111 | 111 | 111011 | 1011011 | 110000 |
Color Harmonies of #ECE70B
Complementary color
Monochromatic Colors of #ECE70B
Black with #ECE70B
Text Example
Text Example
White with #ECE70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE70B; }
p { color: rgb(236,231,11); }
H1.HeaderClassName
{
color: #ECE70B;
}
.AnyTagClassName
{
color: #ECE70B;
}
</style>
background-color css
<style>
a { background-color: #ECE70B; }
a { background-color: rgb(236,231,11); }
div.DivClassName
{
background-color: #ECE70B;
}
.BgClassName
{
background-color: #ECE70B;
}
</style>
border-color css
<style>
span { border-color: #ECE70B; }
span { border-color: rgb(236,231,11); }
td.TdClassName
{
border-color: #ECE70B;
}
.TagClassName
{
border-color: #ECE70B;
}
</style>