Shades of Lemon #E4DF0B
Tints of Lemon #E4DF0B
RGB
CMYK
RGB Variations
Color information
#E4DF0B (or 0xE4DF0B) is known color: Lemon. HEX triplet: E4, DF and 0B. RGB value is (228,223,11). Sum of RGB (Red+Green+Blue) = 228+223+11=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 11 (4.69% from 255 or 2.38% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4DF0B is #1B20F4. Grayscale: #C9C9C9. Windows color (decimal): -1777909 or 778212. OLE color: 778212.
HSL color Cylindrical-coordinate representation of color #E4DF0B: hue angle of 58.62º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4DF0B is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 223 | 11 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.11 |
| HSL | 58.62º | 0.91% | 0.47% | - |
| HSV(B) | 58.62º | 0.95% | 0.89% | - |
| XYZ | 58.44 | 69.29 | 10.61 | - |
| YUV | 200.33 | 21.16 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 223 | 11 | 0 | 0.02 | 0.95 | 0.11 | 58.62 | 0.91 | 0.47 |
| Hex | E4 | DF | B | 0 | 2 | 5F | B | 3B | 5B | 2F |
| Octal | 344 | 337 | 13 | 0 | 2 | 137 | 13 | 73 | 133 | 57 |
| Binary | 11100100 | 11011111 | 1011 | 0 | 10 | 1011111 | 1011 | 111011 | 1011011 | 101111 |
Color Harmonies of #E4DF0B
Complementary color
Monochromatic Colors of #E4DF0B
Black with #E4DF0B
Text Example
Text Example
White with #E4DF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DF0B; }
p { color: rgb(228,223,11); }
H1.HeaderClassName
{
color: #E4DF0B;
}
.AnyTagClassName
{
color: #E4DF0B;
}
</style>
background-color css
<style>
a { background-color: #E4DF0B; }
a { background-color: rgb(228,223,11); }
div.DivClassName
{
background-color: #E4DF0B;
}
.BgClassName
{
background-color: #E4DF0B;
}
</style>
border-color css
<style>
span { border-color: #E4DF0B; }
span { border-color: rgb(228,223,11); }
td.TdClassName
{
border-color: #E4DF0B;
}
.TagClassName
{
border-color: #E4DF0B;
}
</style>