Shades of Lemon #E8DA0B
Tints of Lemon #E8DA0B
RGB
CMYK
RGB Variations
Color information
#E8DA0B (or 0xE8DA0B) is known color: Lemon. HEX triplet: E8, DA and 0B. RGB value is (232,218,11). Sum of RGB (Red+Green+Blue) = 232+218+11=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 11 (4.69% from 255 or 2.39% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DA0B is #1725F4. Grayscale: #C7C7C7. Windows color (decimal): -1517045 or 776936. OLE color: 776936.
HSL color Cylindrical-coordinate representation of color #E8DA0B: hue angle of 56.2º 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 #E8DA0B is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 11 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.09 |
| HSL | 56.2º | 0.91% | 0.48% | - |
| HSV(B) | 56.2º | 0.95% | 0.91% | - |
| XYZ | 58.41 | 67.32 | 10.23 | - |
| YUV | 198.59 | 22.14 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 11 | 0 | 0.06 | 0.95 | 0.09 | 56.2 | 0.91 | 0.48 |
| Hex | E8 | DA | B | 0 | 6 | 5F | 9 | 38 | 5B | 30 |
| Octal | 350 | 332 | 13 | 0 | 6 | 137 | 11 | 70 | 133 | 60 |
| Binary | 11101000 | 11011010 | 1011 | 0 | 110 | 1011111 | 1001 | 111000 | 1011011 | 110000 |
Color Harmonies of #E8DA0B
Complementary color
Monochromatic Colors of #E8DA0B
Black with #E8DA0B
Text Example
Text Example
White with #E8DA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DA0B; }
p { color: rgb(232,218,11); }
H1.HeaderClassName
{
color: #E8DA0B;
}
.AnyTagClassName
{
color: #E8DA0B;
}
</style>
background-color css
<style>
a { background-color: #E8DA0B; }
a { background-color: rgb(232,218,11); }
div.DivClassName
{
background-color: #E8DA0B;
}
.BgClassName
{
background-color: #E8DA0B;
}
</style>
border-color css
<style>
span { border-color: #E8DA0B; }
span { border-color: rgb(232,218,11); }
td.TdClassName
{
border-color: #E8DA0B;
}
.TagClassName
{
border-color: #E8DA0B;
}
</style>