Shades of Lemon #ECE31B
Tints of Lemon #ECE31B
RGB
CMYK
RGB Variations
Color information
#ECE31B (or 0xECE31B) is known color: Lemon. HEX triplet: EC, E3 and 1B. RGB value is (236,227,27). Sum of RGB (Red+Green+Blue) = 236+227+27=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 227 (89.06% from 255 or 46.33% from 490); Blue value is 27 (10.94% from 255 or 5.51% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE31B is #131CE4. Grayscale: #CFCFCF. Windows color (decimal): -1252581 or 1827820. OLE color: 1827820.
HSL color Cylindrical-coordinate representation of color #ECE31B: hue angle of 57.42º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECE31B is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 27 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.07 |
| HSL | 57.42º | 0.85% | 0.52% | - |
| HSV(B) | 57.42º | 0.89% | 0.93% | - |
| XYZ | 62.26 | 72.85 | 11.82 | - |
| YUV | 206.89 | 26.48 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 27 | 0 | 0.04 | 0.89 | 0.07 | 57.42 | 0.85 | 0.52 |
| Hex | EC | E3 | 1B | 0 | 4 | 59 | 7 | 39 | 55 | 34 |
| Octal | 354 | 343 | 33 | 0 | 4 | 131 | 7 | 71 | 125 | 64 |
| Binary | 11101100 | 11100011 | 11011 | 0 | 100 | 1011001 | 111 | 111001 | 1010101 | 110100 |
Color Harmonies of #ECE31B
Complementary color
Monochromatic Colors of #ECE31B
Black with #ECE31B
Text Example
Text Example
White with #ECE31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE31B; }
p { color: rgb(236,227,27); }
H1.HeaderClassName
{
color: #ECE31B;
}
.AnyTagClassName
{
color: #ECE31B;
}
</style>
background-color css
<style>
a { background-color: #ECE31B; }
a { background-color: rgb(236,227,27); }
div.DivClassName
{
background-color: #ECE31B;
}
.BgClassName
{
background-color: #ECE31B;
}
</style>
border-color css
<style>
span { border-color: #ECE31B; }
span { border-color: rgb(236,227,27); }
td.TdClassName
{
border-color: #ECE31B;
}
.TagClassName
{
border-color: #ECE31B;
}
</style>