Shades of Lemon #ECE208
Tints of Lemon #ECE208
RGB
CMYK
RGB Variations
Color information
#ECE208 (or 0xECE208) is known color: Lemon. HEX triplet: EC, E2 and 08. RGB value is (236,226,8). Sum of RGB (Red+Green+Blue) = 236+226+8=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 8 (3.52% from 255 or 1.70% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE208 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE208 is #131DF7. Grayscale: #CDCDCD. Windows color (decimal): -1252856 or 582380. OLE color: 582380.
HSL color Cylindrical-coordinate representation of color #ECE208: hue angle of 57.37º degrees, saturation: 0.93, 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 #ECE208 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 8 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.07 |
| HSL | 57.37º | 0.93% | 0.48% | - |
| HSV(B) | 57.37º | 0.97% | 0.93% | - |
| XYZ | 61.83 | 72.24 | 10.92 | - |
| YUV | 204.14 | 17.31 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 8 | 0 | 0.04 | 0.97 | 0.07 | 57.37 | 0.93 | 0.48 |
| Hex | EC | E2 | 8 | 0 | 4 | 61 | 7 | 39 | 5D | 30 |
| Octal | 354 | 342 | 10 | 0 | 4 | 141 | 7 | 71 | 135 | 60 |
| Binary | 11101100 | 11100010 | 1000 | 0 | 100 | 1100001 | 111 | 111001 | 1011101 | 110000 |
Color Harmonies of #ECE208
Complementary color
Monochromatic Colors of #ECE208
Black with #ECE208
Text Example
Text Example
White with #ECE208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE208; }
p { color: rgb(236,226,8); }
H1.HeaderClassName
{
color: #ECE208;
}
.AnyTagClassName
{
color: #ECE208;
}
</style>
background-color css
<style>
a { background-color: #ECE208; }
a { background-color: rgb(236,226,8); }
div.DivClassName
{
background-color: #ECE208;
}
.BgClassName
{
background-color: #ECE208;
}
</style>
border-color css
<style>
span { border-color: #ECE208; }
span { border-color: rgb(236,226,8); }
td.TdClassName
{
border-color: #ECE208;
}
.TagClassName
{
border-color: #ECE208;
}
</style>