Shades of Lemon #ECE706
Tints of Lemon #ECE706
RGB
CMYK
RGB Variations
Color information
#ECE706 (or 0xECE706) is known color: Lemon. HEX triplet: EC, E7 and 06. RGB value is (236,231,6). Sum of RGB (Red+Green+Blue) = 236+231+6=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 231 (90.62% from 255 or 48.84% from 473); Blue value is 6 (2.73% from 255 or 1.27% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE706 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE706 is #1318F9. Grayscale: #CFCFCF. Windows color (decimal): -1251578 or 452588. OLE color: 452588.
HSL color Cylindrical-coordinate representation of color #ECE706: hue angle of 58.7º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECE706 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 231 | 6 | - |
CMYK | 0 | 0.02 | 0.97 | 0.07 |
HSL | 58.7º | 0.95% | 0.47% | - |
HSV(B) | 58.7º | 0.97% | 0.93% | - |
XYZ | 63.2 | 75 | 11.32 | - |
YUV | 206.85 | 14.66 | 148.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 231 | 6 | 0 | 0.02 | 0.97 | 0.07 | 58.7 | 0.95 | 0.47 |
Hex | EC | E7 | 6 | 0 | 2 | 61 | 7 | 3B | 5F | 2F |
Octal | 354 | 347 | 6 | 0 | 2 | 141 | 7 | 73 | 137 | 57 |
Binary | 11101100 | 11100111 | 110 | 0 | 10 | 1100001 | 111 | 111011 | 1011111 | 101111 |
Color Harmonies of #ECE706
Complementary color
Monochromatic Colors of #ECE706
Black with #ECE706
Text Example
Text Example
White with #ECE706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE706; }
p { color: rgb(236,231,6); }
H1.HeaderClassName
{
color: #ECE706;
}
.AnyTagClassName
{
color: #ECE706;
}
</style>
background-color css
<style>
a { background-color: #ECE706; }
a { background-color: rgb(236,231,6); }
div.DivClassName
{
background-color: #ECE706;
}
.BgClassName
{
background-color: #ECE706;
}
</style>
border-color css
<style>
span { border-color: #ECE706; }
span { border-color: rgb(236,231,6); }
td.TdClassName
{
border-color: #ECE706;
}
.TagClassName
{
border-color: #ECE706;
}
</style>