Shades of Lemon #E8DF0B
Tints of Lemon #E8DF0B
RGB
CMYK
RGB Variations
Color information
#E8DF0B (or 0xE8DF0B) is known color: Lemon. HEX triplet: E8, DF and 0B. RGB value is (232,223,11). Sum of RGB (Red+Green+Blue) = 232+223+11=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 11 (4.69% from 255 or 2.36% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DF0B is #1720F4. Grayscale: #CACACA. Windows color (decimal): -1515765 or 778216. OLE color: 778216.
HSL color Cylindrical-coordinate representation of color #E8DF0B: hue angle of 57.56º degrees, saturation: 0.91, 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 #E8DF0B is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 11 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.09 |
| HSL | 57.56º | 0.91% | 0.48% | - |
| HSV(B) | 57.56º | 0.95% | 0.91% | - |
| XYZ | 59.73 | 69.96 | 10.67 | - |
| YUV | 201.52 | 20.48 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 11 | 0 | 0.04 | 0.95 | 0.09 | 57.56 | 0.91 | 0.48 |
| Hex | E8 | DF | B | 0 | 4 | 5F | 9 | 3A | 5B | 30 |
| Octal | 350 | 337 | 13 | 0 | 4 | 137 | 11 | 72 | 133 | 60 |
| Binary | 11101000 | 11011111 | 1011 | 0 | 100 | 1011111 | 1001 | 111010 | 1011011 | 110000 |
Color Harmonies of #E8DF0B
Complementary color
Monochromatic Colors of #E8DF0B
Black with #E8DF0B
Text Example
Text Example
White with #E8DF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DF0B; }
p { color: rgb(232,223,11); }
H1.HeaderClassName
{
color: #E8DF0B;
}
.AnyTagClassName
{
color: #E8DF0B;
}
</style>
background-color css
<style>
a { background-color: #E8DF0B; }
a { background-color: rgb(232,223,11); }
div.DivClassName
{
background-color: #E8DF0B;
}
.BgClassName
{
background-color: #E8DF0B;
}
</style>
border-color css
<style>
span { border-color: #E8DF0B; }
span { border-color: rgb(232,223,11); }
td.TdClassName
{
border-color: #E8DF0B;
}
.TagClassName
{
border-color: #E8DF0B;
}
</style>