Shades of Lemon #E6DF0B
Tints of Lemon #E6DF0B
RGB
CMYK
RGB Variations
Color information
#E6DF0B (or 0xE6DF0B) is known color: Lemon. HEX triplet: E6, DF and 0B. RGB value is (230,223,11). Sum of RGB (Red+Green+Blue) = 230+223+11=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 11 (4.69% from 255 or 2.37% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6DF0B is #1920F4. Grayscale: #C9C9C9. Windows color (decimal): -1646837 or 778214. OLE color: 778214.
HSL color Cylindrical-coordinate representation of color #E6DF0B: hue angle of 58.08º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6DF0B is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 11 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.10 |
| HSL | 58.08º | 0.91% | 0.47% | - |
| HSV(B) | 58.08º | 0.95% | 0.9% | - |
| XYZ | 59.08 | 69.62 | 10.64 | - |
| YUV | 200.93 | 20.82 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 11 | 0 | 0.03 | 0.95 | 0.10 | 58.08 | 0.91 | 0.47 |
| Hex | E6 | DF | B | 0 | 3 | 5F | A | 3A | 5B | 2F |
| Octal | 346 | 337 | 13 | 0 | 3 | 137 | 12 | 72 | 133 | 57 |
| Binary | 11100110 | 11011111 | 1011 | 0 | 11 | 1011111 | 1010 | 111010 | 1011011 | 101111 |
Color Harmonies of #E6DF0B
Complementary color
Monochromatic Colors of #E6DF0B
Black with #E6DF0B
Text Example
Text Example
White with #E6DF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DF0B; }
p { color: rgb(230,223,11); }
H1.HeaderClassName
{
color: #E6DF0B;
}
.AnyTagClassName
{
color: #E6DF0B;
}
</style>
background-color css
<style>
a { background-color: #E6DF0B; }
a { background-color: rgb(230,223,11); }
div.DivClassName
{
background-color: #E6DF0B;
}
.BgClassName
{
background-color: #E6DF0B;
}
</style>
border-color css
<style>
span { border-color: #E6DF0B; }
span { border-color: rgb(230,223,11); }
td.TdClassName
{
border-color: #E6DF0B;
}
.TagClassName
{
border-color: #E6DF0B;
}
</style>