Shades of Lemon #EDDC0B
Tints of Lemon #EDDC0B
RGB
CMYK
RGB Variations
Color information
#EDDC0B (or 0xEDDC0B) is known color: Lemon. HEX triplet: ED, DC and 0B. RGB value is (237,220,11). Sum of RGB (Red+Green+Blue) = 237+220+11=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 11 (4.69% from 255 or 2.35% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDC0B is #1223F4. Grayscale: #CACACA. Windows color (decimal): -1188853 or 777453. OLE color: 777453.
HSL color Cylindrical-coordinate representation of color #EDDC0B: hue angle of 55.49º degrees, saturation: 0.91, 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 #EDDC0B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 11 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.07 |
| HSL | 55.49º | 0.91% | 0.49% | - |
| HSV(B) | 55.49º | 0.95% | 0.93% | - |
| XYZ | 60.58 | 69.22 | 10.48 | - |
| YUV | 201.26 | 20.63 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 11 | 0 | 0.07 | 0.95 | 0.07 | 55.49 | 0.91 | 0.49 |
| Hex | ED | DC | B | 0 | 7 | 5F | 7 | 37 | 5B | 31 |
| Octal | 355 | 334 | 13 | 0 | 7 | 137 | 7 | 67 | 133 | 61 |
| Binary | 11101101 | 11011100 | 1011 | 0 | 111 | 1011111 | 111 | 110111 | 1011011 | 110001 |
Color Harmonies of #EDDC0B
Complementary color
Monochromatic Colors of #EDDC0B
Black with #EDDC0B
Text Example
Text Example
White with #EDDC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC0B; }
p { color: rgb(237,220,11); }
H1.HeaderClassName
{
color: #EDDC0B;
}
.AnyTagClassName
{
color: #EDDC0B;
}
</style>
background-color css
<style>
a { background-color: #EDDC0B; }
a { background-color: rgb(237,220,11); }
div.DivClassName
{
background-color: #EDDC0B;
}
.BgClassName
{
background-color: #EDDC0B;
}
</style>
border-color css
<style>
span { border-color: #EDDC0B; }
span { border-color: rgb(237,220,11); }
td.TdClassName
{
border-color: #EDDC0B;
}
.TagClassName
{
border-color: #EDDC0B;
}
</style>