Shades of Lemon #E4E70B
Tints of Lemon #E4E70B
RGB
CMYK
RGB Variations
Color information
#E4E70B (or 0xE4E70B) is known color: Lemon. HEX triplet: E4, E7 and 0B. RGB value is (228,231,11). Sum of RGB (Red+Green+Blue) = 228+231+11=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 231 (90.62% from 255 or 49.15% from 470); Blue value is 11 (4.69% from 255 or 2.34% from 470); Max value from RGB is 231 - color contains mainly: green. Hex color #E4E70B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E4E70B is #1B18F4. Grayscale: #CDCDCD. Windows color (decimal): -1775861 or 780260. OLE color: 780260.
HSL color Cylindrical-coordinate representation of color #E4E70B: hue angle of 60.82º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4E70B is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 231 | 11 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.09 |
| HSL | 60.82º | 0.91% | 0.47% | - |
| HSV(B) | 60.82º | 0.95% | 0.91% | - |
| XYZ | 60.63 | 73.67 | 11.34 | - |
| YUV | 205.02 | 18.51 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 231 | 11 | 0.01 | 0 | 0.95 | 0.09 | 60.82 | 0.91 | 0.47 |
| Hex | E4 | E7 | B | 1 | 0 | 5F | 9 | 3D | 5B | 2F |
| Octal | 344 | 347 | 13 | 1 | 0 | 137 | 11 | 75 | 133 | 57 |
| Binary | 11100100 | 11100111 | 1011 | 1 | 0 | 1011111 | 1001 | 111101 | 1011011 | 101111 |
Color Harmonies of #E4E70B
Complementary color
Monochromatic Colors of #E4E70B
Black with #E4E70B
Text Example
Text Example
White with #E4E70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E70B; }
p { color: rgb(228,231,11); }
H1.HeaderClassName
{
color: #E4E70B;
}
.AnyTagClassName
{
color: #E4E70B;
}
</style>
background-color css
<style>
a { background-color: #E4E70B; }
a { background-color: rgb(228,231,11); }
div.DivClassName
{
background-color: #E4E70B;
}
.BgClassName
{
background-color: #E4E70B;
}
</style>
border-color css
<style>
span { border-color: #E4E70B; }
span { border-color: rgb(228,231,11); }
td.TdClassName
{
border-color: #E4E70B;
}
.TagClassName
{
border-color: #E4E70B;
}
</style>