Shades of Lemon #E3DF0A
Tints of Lemon #E3DF0A
RGB
CMYK
RGB Variations
Color information
#E3DF0A (or 0xE3DF0A) is known color: Lemon. HEX triplet: E3, DF and 0A. RGB value is (227,223,10). Sum of RGB (Red+Green+Blue) = 227+223+10=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 10 (4.30% from 255 or 2.17% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3DF0A is #1C20F5. Grayscale: #C8C8C8. Windows color (decimal): -1843446 or 712675. OLE color: 712675.
HSL color Cylindrical-coordinate representation of color #E3DF0A: hue angle of 58.89º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E3DF0A is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 223 | 10 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.11 |
| HSL | 58.89º | 0.92% | 0.46% | - |
| HSV(B) | 58.89º | 0.96% | 0.89% | - |
| XYZ | 58.12 | 69.13 | 10.57 | - |
| YUV | 199.91 | 20.83 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 223 | 10 | 0 | 0.02 | 0.96 | 0.11 | 58.89 | 0.92 | 0.46 |
| Hex | E3 | DF | A | 0 | 2 | 60 | B | 3B | 5C | 2E |
| Octal | 343 | 337 | 12 | 0 | 2 | 140 | 13 | 73 | 134 | 56 |
| Binary | 11100011 | 11011111 | 1010 | 0 | 10 | 1100000 | 1011 | 111011 | 1011100 | 101110 |
Color Harmonies of #E3DF0A
Complementary color
Monochromatic Colors of #E3DF0A
Black with #E3DF0A
Text Example
Text Example
White with #E3DF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DF0A; }
p { color: rgb(227,223,10); }
H1.HeaderClassName
{
color: #E3DF0A;
}
.AnyTagClassName
{
color: #E3DF0A;
}
</style>
background-color css
<style>
a { background-color: #E3DF0A; }
a { background-color: rgb(227,223,10); }
div.DivClassName
{
background-color: #E3DF0A;
}
.BgClassName
{
background-color: #E3DF0A;
}
</style>
border-color css
<style>
span { border-color: #E3DF0A; }
span { border-color: rgb(227,223,10); }
td.TdClassName
{
border-color: #E3DF0A;
}
.TagClassName
{
border-color: #E3DF0A;
}
</style>