Shades of Lemon #ECE705
Tints of Lemon #ECE705
RGB
CMYK
RGB Variations
Color information
#ECE705 (or 0xECE705) is known color: Lemon. HEX triplet: EC, E7 and 05. RGB value is (236,231,5). Sum of RGB (Red+Green+Blue) = 236+231+5=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 231 (90.62% from 255 or 48.94% from 472); Blue value is 5 (2.34% from 255 or 1.06% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE705 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE705 is #1318FA. Grayscale: #CFCFCF. Windows color (decimal): -1251579 or 387052. OLE color: 387052.
HSL color Cylindrical-coordinate representation of color #ECE705: hue angle of 58.7º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECE705 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 5 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.07 |
| HSL | 58.7º | 0.96% | 0.47% | - |
| HSV(B) | 58.7º | 0.98% | 0.93% | - |
| XYZ | 63.2 | 75 | 11.29 | - |
| YUV | 206.73 | 14.16 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 5 | 0 | 0.02 | 0.98 | 0.07 | 58.7 | 0.96 | 0.47 |
| Hex | EC | E7 | 5 | 0 | 2 | 62 | 7 | 3B | 60 | 2F |
| Octal | 354 | 347 | 5 | 0 | 2 | 142 | 7 | 73 | 140 | 57 |
| Binary | 11101100 | 11100111 | 101 | 0 | 10 | 1100010 | 111 | 111011 | 1100000 | 101111 |
Color Harmonies of #ECE705
Complementary color
Monochromatic Colors of #ECE705
Black with #ECE705
Text Example
Text Example
White with #ECE705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE705; }
p { color: rgb(236,231,5); }
H1.HeaderClassName
{
color: #ECE705;
}
.AnyTagClassName
{
color: #ECE705;
}
</style>
background-color css
<style>
a { background-color: #ECE705; }
a { background-color: rgb(236,231,5); }
div.DivClassName
{
background-color: #ECE705;
}
.BgClassName
{
background-color: #ECE705;
}
</style>
border-color css
<style>
span { border-color: #ECE705; }
span { border-color: rgb(236,231,5); }
td.TdClassName
{
border-color: #ECE705;
}
.TagClassName
{
border-color: #ECE705;
}
</style>