Shades of Lemon #EEE506
Tints of Lemon #EEE506
RGB
CMYK
RGB Variations
Color information
#EEE506 (or 0xEEE506) is known color: Lemon. HEX triplet: EE, E5 and 06. RGB value is (238,229,6). Sum of RGB (Red+Green+Blue) = 238+229+6=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 6 (2.73% from 255 or 1.27% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE506 is #111AF9. Grayscale: #CFCFCF. Windows color (decimal): -1121018 or 452078. OLE color: 452078.
HSL color Cylindrical-coordinate representation of color #EEE506: hue angle of 57.67º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEE506 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 6 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.07 |
| HSL | 57.67º | 0.95% | 0.48% | - |
| HSV(B) | 57.67º | 0.97% | 0.93% | - |
| XYZ | 63.31 | 74.23 | 11.16 | - |
| YUV | 206.27 | 14.98 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 6 | 0 | 0.04 | 0.97 | 0.07 | 57.67 | 0.95 | 0.48 |
| Hex | EE | E5 | 6 | 0 | 4 | 61 | 7 | 3A | 5F | 30 |
| Octal | 356 | 345 | 6 | 0 | 4 | 141 | 7 | 72 | 137 | 60 |
| Binary | 11101110 | 11100101 | 110 | 0 | 100 | 1100001 | 111 | 111010 | 1011111 | 110000 |
Color Harmonies of #EEE506
Complementary color
Monochromatic Colors of #EEE506
Black with #EEE506
Text Example
Text Example
White with #EEE506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE506; }
p { color: rgb(238,229,6); }
H1.HeaderClassName
{
color: #EEE506;
}
.AnyTagClassName
{
color: #EEE506;
}
</style>
background-color css
<style>
a { background-color: #EEE506; }
a { background-color: rgb(238,229,6); }
div.DivClassName
{
background-color: #EEE506;
}
.BgClassName
{
background-color: #EEE506;
}
</style>
border-color css
<style>
span { border-color: #EEE506; }
span { border-color: rgb(238,229,6); }
td.TdClassName
{
border-color: #EEE506;
}
.TagClassName
{
border-color: #EEE506;
}
</style>