Shades of Lemon #E9DF0F
Tints of Lemon #E9DF0F
RGB
CMYK
RGB Variations
Color information
#E9DF0F (or 0xE9DF0F) is known color: Lemon. HEX triplet: E9, DF and 0F. RGB value is (233,223,15). Sum of RGB (Red+Green+Blue) = 233+223+15=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 15 (6.25% from 255 or 3.18% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DF0F is #1620F0. Grayscale: #CBCBCB. Windows color (decimal): -1450225 or 1040361. OLE color: 1040361.
HSL color Cylindrical-coordinate representation of color #E9DF0F: hue angle of 57.25º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9DF0F is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 15 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.09 |
| HSL | 57.25º | 0.88% | 0.49% | - |
| HSV(B) | 57.25º | 0.94% | 0.91% | - |
| XYZ | 60.08 | 70.13 | 10.82 | - |
| YUV | 202.28 | 22.31 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 15 | 0 | 0.04 | 0.94 | 0.09 | 57.25 | 0.88 | 0.49 |
| Hex | E9 | DF | F | 0 | 4 | 5E | 9 | 39 | 58 | 31 |
| Octal | 351 | 337 | 17 | 0 | 4 | 136 | 11 | 71 | 130 | 61 |
| Binary | 11101001 | 11011111 | 1111 | 0 | 100 | 1011110 | 1001 | 111001 | 1011000 | 110001 |
Color Harmonies of #E9DF0F
Complementary color
Monochromatic Colors of #E9DF0F
Black with #E9DF0F
Text Example
Text Example
White with #E9DF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DF0F; }
p { color: rgb(233,223,15); }
H1.HeaderClassName
{
color: #E9DF0F;
}
.AnyTagClassName
{
color: #E9DF0F;
}
</style>
background-color css
<style>
a { background-color: #E9DF0F; }
a { background-color: rgb(233,223,15); }
div.DivClassName
{
background-color: #E9DF0F;
}
.BgClassName
{
background-color: #E9DF0F;
}
</style>
border-color css
<style>
span { border-color: #E9DF0F; }
span { border-color: rgb(233,223,15); }
td.TdClassName
{
border-color: #E9DF0F;
}
.TagClassName
{
border-color: #E9DF0F;
}
</style>