Shades of Lemon #EDE406
Tints of Lemon #EDE406
RGB
CMYK
RGB Variations
Color information
#EDE406 (or 0xEDE406) is known color: Lemon. HEX triplet: ED, E4 and 06. RGB value is (237,228,6). Sum of RGB (Red+Green+Blue) = 237+228+6=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 228 (89.45% from 255 or 48.41% from 471); Blue value is 6 (2.73% from 255 or 1.27% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE406 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE406 is #121BF9. Grayscale: #CECECE. Windows color (decimal): -1186810 or 451821. OLE color: 451821.
HSL color Cylindrical-coordinate representation of color #EDE406: hue angle of 57.66º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDE406 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 6 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.07 |
| HSL | 57.66º | 0.95% | 0.48% | - |
| HSV(B) | 57.66º | 0.97% | 0.93% | - |
| XYZ | 62.7 | 73.5 | 11.06 | - |
| YUV | 205.38 | 15.48 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 6 | 0 | 0.04 | 0.97 | 0.07 | 57.66 | 0.95 | 0.48 |
| Hex | ED | E4 | 6 | 0 | 4 | 61 | 7 | 3A | 5F | 30 |
| Octal | 355 | 344 | 6 | 0 | 4 | 141 | 7 | 72 | 137 | 60 |
| Binary | 11101101 | 11100100 | 110 | 0 | 100 | 1100001 | 111 | 111010 | 1011111 | 110000 |
Color Harmonies of #EDE406
Complementary color
Monochromatic Colors of #EDE406
Black with #EDE406
Text Example
Text Example
White with #EDE406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE406; }
p { color: rgb(237,228,6); }
H1.HeaderClassName
{
color: #EDE406;
}
.AnyTagClassName
{
color: #EDE406;
}
</style>
background-color css
<style>
a { background-color: #EDE406; }
a { background-color: rgb(237,228,6); }
div.DivClassName
{
background-color: #EDE406;
}
.BgClassName
{
background-color: #EDE406;
}
</style>
border-color css
<style>
span { border-color: #EDE406; }
span { border-color: rgb(237,228,6); }
td.TdClassName
{
border-color: #EDE406;
}
.TagClassName
{
border-color: #EDE406;
}
</style>