Shades of Lemon #EDDA0D
Tints of Lemon #EDDA0D
RGB
CMYK
RGB Variations
Color information
#EDDA0D (or 0xEDDA0D) is known color: Lemon. HEX triplet: ED, DA and 0D. RGB value is (237,218,13). Sum of RGB (Red+Green+Blue) = 237+218+13=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 13 (5.47% from 255 or 2.78% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDA0D is #1225F2. Grayscale: #C9C9C9. Windows color (decimal): -1189363 or 908013. OLE color: 908013.
HSL color Cylindrical-coordinate representation of color #EDDA0D: hue angle of 54.91º 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 #EDDA0D is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 13 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.07 |
| HSL | 54.91º | 0.9% | 0.49% | - |
| HSV(B) | 54.91º | 0.95% | 0.93% | - |
| XYZ | 60.07 | 68.18 | 10.37 | - |
| YUV | 200.31 | 22.29 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 13 | 0 | 0.08 | 0.95 | 0.07 | 54.91 | 0.9 | 0.49 |
| Hex | ED | DA | D | 0 | 8 | 5F | 7 | 37 | 5A | 31 |
| Octal | 355 | 332 | 15 | 0 | 10 | 137 | 7 | 67 | 132 | 61 |
| Binary | 11101101 | 11011010 | 1101 | 0 | 1000 | 1011111 | 111 | 110111 | 1011010 | 110001 |
Color Harmonies of #EDDA0D
Complementary color
Monochromatic Colors of #EDDA0D
Black with #EDDA0D
Text Example
Text Example
White with #EDDA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA0D; }
p { color: rgb(237,218,13); }
H1.HeaderClassName
{
color: #EDDA0D;
}
.AnyTagClassName
{
color: #EDDA0D;
}
</style>
background-color css
<style>
a { background-color: #EDDA0D; }
a { background-color: rgb(237,218,13); }
div.DivClassName
{
background-color: #EDDA0D;
}
.BgClassName
{
background-color: #EDDA0D;
}
</style>
border-color css
<style>
span { border-color: #EDDA0D; }
span { border-color: rgb(237,218,13); }
td.TdClassName
{
border-color: #EDDA0D;
}
.TagClassName
{
border-color: #EDDA0D;
}
</style>