Shades of Lemon #ECE00B
Tints of Lemon #ECE00B
RGB
CMYK
RGB Variations
Color information
#ECE00B (or 0xECE00B) is known color: Lemon. HEX triplet: EC, E0 and 0B. RGB value is (236,224,11). Sum of RGB (Red+Green+Blue) = 236+224+11=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 11 (4.69% from 255 or 2.34% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE00B is #131FF4. Grayscale: #CCCCCC. Windows color (decimal): -1253365 or 778476. OLE color: 778476.
HSL color Cylindrical-coordinate representation of color #ECE00B: hue angle of 56.8º 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 #ECE00B is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 11 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.07 |
| HSL | 56.8º | 0.91% | 0.48% | - |
| HSV(B) | 56.8º | 0.95% | 0.93% | - |
| XYZ | 61.31 | 71.17 | 10.82 | - |
| YUV | 203.31 | 19.48 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 11 | 0 | 0.05 | 0.95 | 0.07 | 56.8 | 0.91 | 0.48 |
| Hex | EC | E0 | B | 0 | 5 | 5F | 7 | 39 | 5B | 30 |
| Octal | 354 | 340 | 13 | 0 | 5 | 137 | 7 | 71 | 133 | 60 |
| Binary | 11101100 | 11100000 | 1011 | 0 | 101 | 1011111 | 111 | 111001 | 1011011 | 110000 |
Color Harmonies of #ECE00B
Complementary color
Monochromatic Colors of #ECE00B
Black with #ECE00B
Text Example
Text Example
White with #ECE00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE00B; }
p { color: rgb(236,224,11); }
H1.HeaderClassName
{
color: #ECE00B;
}
.AnyTagClassName
{
color: #ECE00B;
}
</style>
background-color css
<style>
a { background-color: #ECE00B; }
a { background-color: rgb(236,224,11); }
div.DivClassName
{
background-color: #ECE00B;
}
.BgClassName
{
background-color: #ECE00B;
}
</style>
border-color css
<style>
span { border-color: #ECE00B; }
span { border-color: rgb(236,224,11); }
td.TdClassName
{
border-color: #ECE00B;
}
.TagClassName
{
border-color: #ECE00B;
}
</style>