Shades of Lemon #EDE306
Tints of Lemon #EDE306
RGB
CMYK
RGB Variations
Color information
#EDE306 (or 0xEDE306) is known color: Lemon. HEX triplet: ED, E3 and 06. RGB value is (237,227,6). Sum of RGB (Red+Green+Blue) = 237+227+6=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 227 (89.06% from 255 or 48.30% from 470); Blue value is 6 (2.73% from 255 or 1.28% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE306 is #121CF9. Grayscale: #CDCDCD. Windows color (decimal): -1187066 or 451565. OLE color: 451565.
HSL color Cylindrical-coordinate representation of color #EDE306: hue angle of 57.4º 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 #EDE306 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 6 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.07 |
| HSL | 57.4º | 0.95% | 0.48% | - |
| HSV(B) | 57.4º | 0.97% | 0.93% | - |
| XYZ | 62.43 | 72.96 | 10.96 | - |
| YUV | 204.8 | 15.81 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 6 | 0 | 0.04 | 0.97 | 0.07 | 57.4 | 0.95 | 0.48 |
| Hex | ED | E3 | 6 | 0 | 4 | 61 | 7 | 39 | 5F | 30 |
| Octal | 355 | 343 | 6 | 0 | 4 | 141 | 7 | 71 | 137 | 60 |
| Binary | 11101101 | 11100011 | 110 | 0 | 100 | 1100001 | 111 | 111001 | 1011111 | 110000 |
Color Harmonies of #EDE306
Complementary color
Monochromatic Colors of #EDE306
Black with #EDE306
Text Example
Text Example
White with #EDE306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE306; }
p { color: rgb(237,227,6); }
H1.HeaderClassName
{
color: #EDE306;
}
.AnyTagClassName
{
color: #EDE306;
}
</style>
background-color css
<style>
a { background-color: #EDE306; }
a { background-color: rgb(237,227,6); }
div.DivClassName
{
background-color: #EDE306;
}
.BgClassName
{
background-color: #EDE306;
}
</style>
border-color css
<style>
span { border-color: #EDE306; }
span { border-color: rgb(237,227,6); }
td.TdClassName
{
border-color: #EDE306;
}
.TagClassName
{
border-color: #EDE306;
}
</style>