Shades of Lemon #ECDF12
Tints of Lemon #ECDF12
RGB
CMYK
RGB Variations
Color information
#ECDF12 (or 0xECDF12) is known color: Lemon. HEX triplet: EC, DF and 12. RGB value is (236,223,18). Sum of RGB (Red+Green+Blue) = 236+223+18=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 18 (7.42% from 255 or 3.77% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDF12 is #1320ED. Grayscale: #CCCCCC. Windows color (decimal): -1253614 or 1236972. OLE color: 1236972.
HSL color Cylindrical-coordinate representation of color #ECDF12: hue angle of 56.42º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECDF12 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 18 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.07 |
| HSL | 56.42º | 0.86% | 0.5% | - |
| HSV(B) | 56.42º | 0.92% | 0.93% | - |
| XYZ | 61.09 | 70.65 | 10.99 | - |
| YUV | 203.52 | 23.31 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 18 | 0 | 0.06 | 0.92 | 0.07 | 56.42 | 0.86 | 0.5 |
| Hex | EC | DF | 12 | 0 | 6 | 5C | 7 | 38 | 56 | 32 |
| Octal | 354 | 337 | 22 | 0 | 6 | 134 | 7 | 70 | 126 | 62 |
| Binary | 11101100 | 11011111 | 10010 | 0 | 110 | 1011100 | 111 | 111000 | 1010110 | 110010 |
Color Harmonies of #ECDF12
Complementary color
Monochromatic Colors of #ECDF12
Black with #ECDF12
Text Example
Text Example
White with #ECDF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF12; }
p { color: rgb(236,223,18); }
H1.HeaderClassName
{
color: #ECDF12;
}
.AnyTagClassName
{
color: #ECDF12;
}
</style>
background-color css
<style>
a { background-color: #ECDF12; }
a { background-color: rgb(236,223,18); }
div.DivClassName
{
background-color: #ECDF12;
}
.BgClassName
{
background-color: #ECDF12;
}
</style>
border-color css
<style>
span { border-color: #ECDF12; }
span { border-color: rgb(236,223,18); }
td.TdClassName
{
border-color: #ECDF12;
}
.TagClassName
{
border-color: #ECDF12;
}
</style>