Shades of Lemon #EDDB0C
Tints of Lemon #EDDB0C
RGB
CMYK
RGB Variations
Color information
#EDDB0C (or 0xEDDB0C) is known color: Lemon. HEX triplet: ED, DB and 0C. RGB value is (237,219,12). Sum of RGB (Red+Green+Blue) = 237+219+12=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 12 (5.08% from 255 or 2.56% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDB0C is #1224F3. Grayscale: #C9C9C9. Windows color (decimal): -1189108 or 842733. OLE color: 842733.
HSL color Cylindrical-coordinate representation of color #EDDB0C: hue angle of 55.2º 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 #EDDB0C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 12 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.07 |
| HSL | 55.2º | 0.9% | 0.49% | - |
| HSV(B) | 55.2º | 0.95% | 0.93% | - |
| XYZ | 60.32 | 68.69 | 10.43 | - |
| YUV | 200.78 | 21.46 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 12 | 0 | 0.08 | 0.95 | 0.07 | 55.2 | 0.9 | 0.49 |
| Hex | ED | DB | C | 0 | 8 | 5F | 7 | 37 | 5A | 31 |
| Octal | 355 | 333 | 14 | 0 | 10 | 137 | 7 | 67 | 132 | 61 |
| Binary | 11101101 | 11011011 | 1100 | 0 | 1000 | 1011111 | 111 | 110111 | 1011010 | 110001 |
Color Harmonies of #EDDB0C
Complementary color
Monochromatic Colors of #EDDB0C
Black with #EDDB0C
Text Example
Text Example
White with #EDDB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB0C; }
p { color: rgb(237,219,12); }
H1.HeaderClassName
{
color: #EDDB0C;
}
.AnyTagClassName
{
color: #EDDB0C;
}
</style>
background-color css
<style>
a { background-color: #EDDB0C; }
a { background-color: rgb(237,219,12); }
div.DivClassName
{
background-color: #EDDB0C;
}
.BgClassName
{
background-color: #EDDB0C;
}
</style>
border-color css
<style>
span { border-color: #EDDB0C; }
span { border-color: rgb(237,219,12); }
td.TdClassName
{
border-color: #EDDB0C;
}
.TagClassName
{
border-color: #EDDB0C;
}
</style>