Shades of Lemon #ECE70D
Tints of Lemon #ECE70D
RGB
CMYK
RGB Variations
Color information
#ECE70D (or 0xECE70D) is known color: Lemon. HEX triplet: EC, E7 and 0D. RGB value is (236,231,13). Sum of RGB (Red+Green+Blue) = 236+231+13=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 231 (90.62% from 255 or 48.12% from 480); Blue value is 13 (5.47% from 255 or 2.71% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE70D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE70D is #1318F2. Grayscale: #D0D0D0. Windows color (decimal): -1251571 or 911340. OLE color: 911340.
HSL color Cylindrical-coordinate representation of color #ECE70D: hue angle of 58.65º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECE70D is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 13 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.07 |
| HSL | 58.65º | 0.9% | 0.49% | - |
| HSV(B) | 58.65º | 0.94% | 0.93% | - |
| XYZ | 63.24 | 75.01 | 11.53 | - |
| YUV | 207.64 | 18.16 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 13 | 0 | 0.02 | 0.94 | 0.07 | 58.65 | 0.9 | 0.49 |
| Hex | EC | E7 | D | 0 | 2 | 5E | 7 | 3B | 5A | 31 |
| Octal | 354 | 347 | 15 | 0 | 2 | 136 | 7 | 73 | 132 | 61 |
| Binary | 11101100 | 11100111 | 1101 | 0 | 10 | 1011110 | 111 | 111011 | 1011010 | 110001 |
Color Harmonies of #ECE70D
Complementary color
Monochromatic Colors of #ECE70D
Black with #ECE70D
Text Example
Text Example
White with #ECE70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE70D; }
p { color: rgb(236,231,13); }
H1.HeaderClassName
{
color: #ECE70D;
}
.AnyTagClassName
{
color: #ECE70D;
}
</style>
background-color css
<style>
a { background-color: #ECE70D; }
a { background-color: rgb(236,231,13); }
div.DivClassName
{
background-color: #ECE70D;
}
.BgClassName
{
background-color: #ECE70D;
}
</style>
border-color css
<style>
span { border-color: #ECE70D; }
span { border-color: rgb(236,231,13); }
td.TdClassName
{
border-color: #ECE70D;
}
.TagClassName
{
border-color: #ECE70D;
}
</style>