Shades of Lemon #ECE407
Tints of Lemon #ECE407
RGB
CMYK
RGB Variations
Color information
#ECE407 (or 0xECE407) is known color: Lemon. HEX triplet: EC, E4 and 07. RGB value is (236,228,7). Sum of RGB (Red+Green+Blue) = 236+228+7=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 228 (89.45% from 255 or 48.41% from 471); Blue value is 7 (3.12% from 255 or 1.49% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE407 is #131BF8. Grayscale: #CECECE. Windows color (decimal): -1252345 or 517356. OLE color: 517356.
HSL color Cylindrical-coordinate representation of color #ECE407: hue angle of 57.9º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECE407 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.07 |
| HSL | 57.9º | 0.94% | 0.48% | - |
| HSV(B) | 57.9º | 0.97% | 0.93% | - |
| XYZ | 62.37 | 73.34 | 11.07 | - |
| YUV | 205.2 | 16.15 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 7 | 0 | 0.03 | 0.97 | 0.07 | 57.9 | 0.94 | 0.48 |
| Hex | EC | E4 | 7 | 0 | 3 | 61 | 7 | 3A | 5E | 30 |
| Octal | 354 | 344 | 7 | 0 | 3 | 141 | 7 | 72 | 136 | 60 |
| Binary | 11101100 | 11100100 | 111 | 0 | 11 | 1100001 | 111 | 111010 | 1011110 | 110000 |
Color Harmonies of #ECE407
Complementary color
Monochromatic Colors of #ECE407
Black with #ECE407
Text Example
Text Example
White with #ECE407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE407; }
p { color: rgb(236,228,7); }
H1.HeaderClassName
{
color: #ECE407;
}
.AnyTagClassName
{
color: #ECE407;
}
</style>
background-color css
<style>
a { background-color: #ECE407; }
a { background-color: rgb(236,228,7); }
div.DivClassName
{
background-color: #ECE407;
}
.BgClassName
{
background-color: #ECE407;
}
</style>
border-color css
<style>
span { border-color: #ECE407; }
span { border-color: rgb(236,228,7); }
td.TdClassName
{
border-color: #ECE407;
}
.TagClassName
{
border-color: #ECE407;
}
</style>