Shades of Lemon #ECDF0F
Tints of Lemon #ECDF0F
RGB
CMYK
RGB Variations
Color information
#ECDF0F (or 0xECDF0F) is known color: Lemon. HEX triplet: EC, DF and 0F. RGB value is (236,223,15). Sum of RGB (Red+Green+Blue) = 236+223+15=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 15 (6.25% from 255 or 3.16% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDF0F is #1320F0. Grayscale: #CCCCCC. Windows color (decimal): -1253617 or 1040364. OLE color: 1040364.
HSL color Cylindrical-coordinate representation of color #ECDF0F: hue angle of 56.47º degrees, saturation: 0.88, 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 #ECDF0F is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 15 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.07 |
| HSL | 56.47º | 0.88% | 0.49% | - |
| HSV(B) | 56.47º | 0.94% | 0.93% | - |
| XYZ | 61.07 | 70.64 | 10.87 | - |
| YUV | 203.18 | 21.81 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 15 | 0 | 0.06 | 0.94 | 0.07 | 56.47 | 0.88 | 0.49 |
| Hex | EC | DF | F | 0 | 6 | 5E | 7 | 38 | 58 | 31 |
| Octal | 354 | 337 | 17 | 0 | 6 | 136 | 7 | 70 | 130 | 61 |
| Binary | 11101100 | 11011111 | 1111 | 0 | 110 | 1011110 | 111 | 111000 | 1011000 | 110001 |
Color Harmonies of #ECDF0F
Complementary color
Monochromatic Colors of #ECDF0F
Black with #ECDF0F
Text Example
Text Example
White with #ECDF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF0F; }
p { color: rgb(236,223,15); }
H1.HeaderClassName
{
color: #ECDF0F;
}
.AnyTagClassName
{
color: #ECDF0F;
}
</style>
background-color css
<style>
a { background-color: #ECDF0F; }
a { background-color: rgb(236,223,15); }
div.DivClassName
{
background-color: #ECDF0F;
}
.BgClassName
{
background-color: #ECDF0F;
}
</style>
border-color css
<style>
span { border-color: #ECDF0F; }
span { border-color: rgb(236,223,15); }
td.TdClassName
{
border-color: #ECDF0F;
}
.TagClassName
{
border-color: #ECDF0F;
}
</style>