Shades of Lemon #EDDF0C
Tints of Lemon #EDDF0C
RGB
CMYK
RGB Variations
Color information
#EDDF0C (or 0xEDDF0C) is known color: Lemon. HEX triplet: ED, DF and 0C. RGB value is (237,223,12). Sum of RGB (Red+Green+Blue) = 237+223+12=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 12 (5.08% from 255 or 2.54% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDF0C is #1220F3. Grayscale: #CBCBCB. Windows color (decimal): -1188084 or 843757. OLE color: 843757.
HSL color Cylindrical-coordinate representation of color #EDDF0C: hue angle of 56.27º 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 #EDDF0C is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 12 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.07 |
| HSL | 56.27º | 0.9% | 0.49% | - |
| HSV(B) | 56.27º | 0.95% | 0.93% | - |
| XYZ | 61.38 | 70.81 | 10.78 | - |
| YUV | 203.13 | 20.14 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 12 | 0 | 0.06 | 0.95 | 0.07 | 56.27 | 0.9 | 0.49 |
| Hex | ED | DF | C | 0 | 6 | 5F | 7 | 38 | 5A | 31 |
| Octal | 355 | 337 | 14 | 0 | 6 | 137 | 7 | 70 | 132 | 61 |
| Binary | 11101101 | 11011111 | 1100 | 0 | 110 | 1011111 | 111 | 111000 | 1011010 | 110001 |
Color Harmonies of #EDDF0C
Complementary color
Monochromatic Colors of #EDDF0C
Black with #EDDF0C
Text Example
Text Example
White with #EDDF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF0C; }
p { color: rgb(237,223,12); }
H1.HeaderClassName
{
color: #EDDF0C;
}
.AnyTagClassName
{
color: #EDDF0C;
}
</style>
background-color css
<style>
a { background-color: #EDDF0C; }
a { background-color: rgb(237,223,12); }
div.DivClassName
{
background-color: #EDDF0C;
}
.BgClassName
{
background-color: #EDDF0C;
}
</style>
border-color css
<style>
span { border-color: #EDDF0C; }
span { border-color: rgb(237,223,12); }
td.TdClassName
{
border-color: #EDDF0C;
}
.TagClassName
{
border-color: #EDDF0C;
}
</style>