Shades of Lemon #ECED0B
Tints of Lemon #ECED0B
RGB
CMYK
RGB Variations
Color information
#ECED0B (or 0xECED0B) is known color: Lemon. HEX triplet: EC, ED and 0B. RGB value is (236,237,11). Sum of RGB (Red+Green+Blue) = 236+237+11=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 11 (4.69% from 255 or 2.27% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECED0B is #1312F4. Grayscale: #D3D3D3. Windows color (decimal): -1250037 or 781804. OLE color: 781804.
HSL color Cylindrical-coordinate representation of color #ECED0B: hue angle of 60.27º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECED0B is Cyan = 0.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 11 | - |
| CMYK | 0.00 | 0 | 0.95 | 0.07 |
| HSL | 60.27º | 0.91% | 0.49% | - |
| HSV(B) | 60.27º | 0.95% | 0.93% | - |
| XYZ | 64.94 | 78.43 | 12.03 | - |
| YUV | 210.94 | 15.17 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 11 | 0.00 | 0 | 0.95 | 0.07 | 60.27 | 0.91 | 0.49 |
| Hex | EC | ED | B | 0 | 0 | 5F | 7 | 3C | 5B | 31 |
| Octal | 354 | 355 | 13 | 0 | 0 | 137 | 7 | 74 | 133 | 61 |
| Binary | 11101100 | 11101101 | 1011 | 0 | 0 | 1011111 | 111 | 111100 | 1011011 | 110001 |
Color Harmonies of #ECED0B
Complementary color
Monochromatic Colors of #ECED0B
Black with #ECED0B
Text Example
Text Example
White with #ECED0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED0B; }
p { color: rgb(236,237,11); }
H1.HeaderClassName
{
color: #ECED0B;
}
.AnyTagClassName
{
color: #ECED0B;
}
</style>
background-color css
<style>
a { background-color: #ECED0B; }
a { background-color: rgb(236,237,11); }
div.DivClassName
{
background-color: #ECED0B;
}
.BgClassName
{
background-color: #ECED0B;
}
</style>
border-color css
<style>
span { border-color: #ECED0B; }
span { border-color: rgb(236,237,11); }
td.TdClassName
{
border-color: #ECED0B;
}
.TagClassName
{
border-color: #ECED0B;
}
</style>