Shades of Lemon #EDDF10
Tints of Lemon #EDDF10
RGB
CMYK
RGB Variations
Color information
#EDDF10 (or 0xEDDF10) is known color: Lemon. HEX triplet: ED, DF and 10. RGB value is (237,223,16). Sum of RGB (Red+Green+Blue) = 237+223+16=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 16 (6.64% from 255 or 3.36% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDF10 is #1220EF. Grayscale: #CCCCCC. Windows color (decimal): -1188080 or 1105901. OLE color: 1105901.
HSL color Cylindrical-coordinate representation of color #EDDF10: hue angle of 56.2º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDDF10 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 16 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.07 |
| HSL | 56.2º | 0.87% | 0.5% | - |
| HSV(B) | 56.2º | 0.93% | 0.93% | - |
| XYZ | 61.41 | 70.82 | 10.92 | - |
| YUV | 203.59 | 22.14 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 16 | 0 | 0.06 | 0.93 | 0.07 | 56.2 | 0.87 | 0.5 |
| Hex | ED | DF | 10 | 0 | 6 | 5D | 7 | 38 | 57 | 32 |
| Octal | 355 | 337 | 20 | 0 | 6 | 135 | 7 | 70 | 127 | 62 |
| Binary | 11101101 | 11011111 | 10000 | 0 | 110 | 1011101 | 111 | 111000 | 1010111 | 110010 |
Color Harmonies of #EDDF10
Complementary color
Monochromatic Colors of #EDDF10
Black with #EDDF10
Text Example
Text Example
White with #EDDF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF10; }
p { color: rgb(237,223,16); }
H1.HeaderClassName
{
color: #EDDF10;
}
.AnyTagClassName
{
color: #EDDF10;
}
</style>
background-color css
<style>
a { background-color: #EDDF10; }
a { background-color: rgb(237,223,16); }
div.DivClassName
{
background-color: #EDDF10;
}
.BgClassName
{
background-color: #EDDF10;
}
</style>
border-color css
<style>
span { border-color: #EDDF10; }
span { border-color: rgb(237,223,16); }
td.TdClassName
{
border-color: #EDDF10;
}
.TagClassName
{
border-color: #EDDF10;
}
</style>