Shades of Lemon #E9DD0C
Tints of Lemon #E9DD0C
RGB
CMYK
RGB Variations
Color information
#E9DD0C (or 0xE9DD0C) is known color: Lemon. HEX triplet: E9, DD and 0C. RGB value is (233,221,12). Sum of RGB (Red+Green+Blue) = 233+221+12=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DD0C is #1622F3. Grayscale: #C9C9C9. Windows color (decimal): -1450740 or 843241. OLE color: 843241.
HSL color Cylindrical-coordinate representation of color #E9DD0C: hue angle of 56.74º 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 #E9DD0C is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 12 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.09 |
| HSL | 56.74º | 0.9% | 0.48% | - |
| HSV(B) | 56.74º | 0.95% | 0.91% | - |
| XYZ | 59.53 | 69.06 | 10.54 | - |
| YUV | 200.76 | 21.48 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 12 | 0 | 0.05 | 0.95 | 0.09 | 56.74 | 0.9 | 0.48 |
| Hex | E9 | DD | C | 0 | 5 | 5F | 9 | 39 | 5A | 30 |
| Octal | 351 | 335 | 14 | 0 | 5 | 137 | 11 | 71 | 132 | 60 |
| Binary | 11101001 | 11011101 | 1100 | 0 | 101 | 1011111 | 1001 | 111001 | 1011010 | 110000 |
Color Harmonies of #E9DD0C
Complementary color
Monochromatic Colors of #E9DD0C
Black with #E9DD0C
Text Example
Text Example
White with #E9DD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DD0C; }
p { color: rgb(233,221,12); }
H1.HeaderClassName
{
color: #E9DD0C;
}
.AnyTagClassName
{
color: #E9DD0C;
}
</style>
background-color css
<style>
a { background-color: #E9DD0C; }
a { background-color: rgb(233,221,12); }
div.DivClassName
{
background-color: #E9DD0C;
}
.BgClassName
{
background-color: #E9DD0C;
}
</style>
border-color css
<style>
span { border-color: #E9DD0C; }
span { border-color: rgb(233,221,12); }
td.TdClassName
{
border-color: #E9DD0C;
}
.TagClassName
{
border-color: #E9DD0C;
}
</style>