Shades of Lemon #EDE00D
Tints of Lemon #EDE00D
RGB
CMYK
RGB Variations
Color information
#EDE00D (or 0xEDE00D) is known color: Lemon. HEX triplet: ED, E0 and 0D. RGB value is (237,224,13). Sum of RGB (Red+Green+Blue) = 237+224+13=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 13 (5.47% from 255 or 2.74% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE00D is #121FF2. Grayscale: #CCCCCC. Windows color (decimal): -1187827 or 909549. OLE color: 909549.
HSL color Cylindrical-coordinate representation of color #EDE00D: hue angle of 56.52º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDE00D is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 13 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.07 |
| HSL | 56.52º | 0.9% | 0.49% | - |
| HSV(B) | 56.52º | 0.95% | 0.93% | - |
| XYZ | 61.65 | 71.34 | 10.9 | - |
| YUV | 203.83 | 20.31 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 13 | 0 | 0.05 | 0.95 | 0.07 | 56.52 | 0.9 | 0.49 |
| Hex | ED | E0 | D | 0 | 5 | 5F | 7 | 39 | 5A | 31 |
| Octal | 355 | 340 | 15 | 0 | 5 | 137 | 7 | 71 | 132 | 61 |
| Binary | 11101101 | 11100000 | 1101 | 0 | 101 | 1011111 | 111 | 111001 | 1011010 | 110001 |
Color Harmonies of #EDE00D
Complementary color
Monochromatic Colors of #EDE00D
Black with #EDE00D
Text Example
Text Example
White with #EDE00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE00D; }
p { color: rgb(237,224,13); }
H1.HeaderClassName
{
color: #EDE00D;
}
.AnyTagClassName
{
color: #EDE00D;
}
</style>
background-color css
<style>
a { background-color: #EDE00D; }
a { background-color: rgb(237,224,13); }
div.DivClassName
{
background-color: #EDE00D;
}
.BgClassName
{
background-color: #EDE00D;
}
</style>
border-color css
<style>
span { border-color: #EDE00D; }
span { border-color: rgb(237,224,13); }
td.TdClassName
{
border-color: #EDE00D;
}
.TagClassName
{
border-color: #EDE00D;
}
</style>