Shades of Lemon #E7DD0C
Tints of Lemon #E7DD0C
RGB
CMYK
RGB Variations
Color information
#E7DD0C (or 0xE7DD0C) is known color: Lemon. HEX triplet: E7, DD and 0C. RGB value is (231,221,12). Sum of RGB (Red+Green+Blue) = 231+221+12=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 12 (5.08% from 255 or 2.59% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7DD0C is #1822F3. Grayscale: #C9C9C9. Windows color (decimal): -1581812 or 843239. OLE color: 843239.
HSL color Cylindrical-coordinate representation of color #E7DD0C: hue angle of 57.26º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7DD0C is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 12 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.09 |
| HSL | 57.26º | 0.9% | 0.48% | - |
| HSV(B) | 57.26º | 0.95% | 0.91% | - |
| XYZ | 58.88 | 68.73 | 10.51 | - |
| YUV | 200.16 | 21.81 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 12 | 0 | 0.04 | 0.95 | 0.09 | 57.26 | 0.9 | 0.48 |
| Hex | E7 | DD | C | 0 | 4 | 5F | 9 | 39 | 5A | 30 |
| Octal | 347 | 335 | 14 | 0 | 4 | 137 | 11 | 71 | 132 | 60 |
| Binary | 11100111 | 11011101 | 1100 | 0 | 100 | 1011111 | 1001 | 111001 | 1011010 | 110000 |
Color Harmonies of #E7DD0C
Complementary color
Monochromatic Colors of #E7DD0C
Black with #E7DD0C
Text Example
Text Example
White with #E7DD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD0C; }
p { color: rgb(231,221,12); }
H1.HeaderClassName
{
color: #E7DD0C;
}
.AnyTagClassName
{
color: #E7DD0C;
}
</style>
background-color css
<style>
a { background-color: #E7DD0C; }
a { background-color: rgb(231,221,12); }
div.DivClassName
{
background-color: #E7DD0C;
}
.BgClassName
{
background-color: #E7DD0C;
}
</style>
border-color css
<style>
span { border-color: #E7DD0C; }
span { border-color: rgb(231,221,12); }
td.TdClassName
{
border-color: #E7DD0C;
}
.TagClassName
{
border-color: #E7DD0C;
}
</style>