Shades of Lemon #ECDF0D
Tints of Lemon #ECDF0D
RGB
CMYK
RGB Variations
Color information
#ECDF0D (or 0xECDF0D) is known color: Lemon. HEX triplet: EC, DF and 0D. RGB value is (236,223,13). Sum of RGB (Red+Green+Blue) = 236+223+13=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 13 (5.47% from 255 or 2.75% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDF0D is #1320F2. Grayscale: #CBCBCB. Windows color (decimal): -1253619 or 909292. OLE color: 909292.
HSL color Cylindrical-coordinate representation of color #ECDF0D: hue angle of 56.5º degrees, saturation: 0.9, 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 #ECDF0D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 13 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.07 |
| HSL | 56.5º | 0.9% | 0.49% | - |
| HSV(B) | 56.5º | 0.94% | 0.93% | - |
| XYZ | 61.05 | 70.64 | 10.8 | - |
| YUV | 202.95 | 20.81 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 13 | 0 | 0.06 | 0.94 | 0.07 | 56.5 | 0.9 | 0.49 |
| Hex | EC | DF | D | 0 | 6 | 5E | 7 | 39 | 5A | 31 |
| Octal | 354 | 337 | 15 | 0 | 6 | 136 | 7 | 71 | 132 | 61 |
| Binary | 11101100 | 11011111 | 1101 | 0 | 110 | 1011110 | 111 | 111001 | 1011010 | 110001 |
Color Harmonies of #ECDF0D
Complementary color
Monochromatic Colors of #ECDF0D
Black with #ECDF0D
Text Example
Text Example
White with #ECDF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF0D; }
p { color: rgb(236,223,13); }
H1.HeaderClassName
{
color: #ECDF0D;
}
.AnyTagClassName
{
color: #ECDF0D;
}
</style>
background-color css
<style>
a { background-color: #ECDF0D; }
a { background-color: rgb(236,223,13); }
div.DivClassName
{
background-color: #ECDF0D;
}
.BgClassName
{
background-color: #ECDF0D;
}
</style>
border-color css
<style>
span { border-color: #ECDF0D; }
span { border-color: rgb(236,223,13); }
td.TdClassName
{
border-color: #ECDF0D;
}
.TagClassName
{
border-color: #ECDF0D;
}
</style>