Shades of Lemon #ECE703
Tints of Lemon #ECE703
RGB
CMYK
RGB Variations
Color information
#ECE703 (or 0xECE703) is known color: Lemon. HEX triplet: EC, E7 and 03. RGB value is (236,231,3). Sum of RGB (Red+Green+Blue) = 236+231+3=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 231 (90.62% from 255 or 49.15% from 470); Blue value is 3 (1.56% from 255 or 0.64% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE703 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE703 is #1318FC. Grayscale: #CFCFCF. Windows color (decimal): -1251581 or 255980. OLE color: 255980.
HSL color Cylindrical-coordinate representation of color #ECE703: hue angle of 58.71º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECE703 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 3 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.07 |
| HSL | 58.71º | 0.97% | 0.47% | - |
| HSV(B) | 58.71º | 0.99% | 0.93% | - |
| XYZ | 63.18 | 74.99 | 11.23 | - |
| YUV | 206.5 | 13.16 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 3 | 0 | 0.02 | 0.99 | 0.07 | 58.71 | 0.97 | 0.47 |
| Hex | EC | E7 | 3 | 0 | 2 | 63 | 7 | 3B | 61 | 2F |
| Octal | 354 | 347 | 3 | 0 | 2 | 143 | 7 | 73 | 141 | 57 |
| Binary | 11101100 | 11100111 | 11 | 0 | 10 | 1100011 | 111 | 111011 | 1100001 | 101111 |
Color Harmonies of #ECE703
Complementary color
Monochromatic Colors of #ECE703
Black with #ECE703
Text Example
Text Example
White with #ECE703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE703; }
p { color: rgb(236,231,3); }
H1.HeaderClassName
{
color: #ECE703;
}
.AnyTagClassName
{
color: #ECE703;
}
</style>
background-color css
<style>
a { background-color: #ECE703; }
a { background-color: rgb(236,231,3); }
div.DivClassName
{
background-color: #ECE703;
}
.BgClassName
{
background-color: #ECE703;
}
</style>
border-color css
<style>
span { border-color: #ECE703; }
span { border-color: rgb(236,231,3); }
td.TdClassName
{
border-color: #ECE703;
}
.TagClassName
{
border-color: #ECE703;
}
</style>