Shades of Lemon #EEE71B
Tints of Lemon #EEE71B
RGB
CMYK
RGB Variations
Color information
#EEE71B (or 0xEEE71B) is known color: Lemon. HEX triplet: EE, E7 and 1B. RGB value is (238,231,27). Sum of RGB (Red+Green+Blue) = 238+231+27=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 27 (10.94% from 255 or 5.44% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE71B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE71B is #1118E4. Grayscale: #D2D2D2. Windows color (decimal): -1120485 or 1828846. OLE color: 1828846.
HSL color Cylindrical-coordinate representation of color #EEE71B: hue angle of 58.01º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEE71B is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 231 | 27 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.07 |
| HSL | 58.01º | 0.86% | 0.52% | - |
| HSV(B) | 58.01º | 0.89% | 0.93% | - |
| XYZ | 64.03 | 75.41 | 12.22 | - |
| YUV | 209.84 | 24.82 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 231 | 27 | 0 | 0.03 | 0.89 | 0.07 | 58.01 | 0.86 | 0.52 |
| Hex | EE | E7 | 1B | 0 | 3 | 59 | 7 | 3A | 56 | 34 |
| Octal | 356 | 347 | 33 | 0 | 3 | 131 | 7 | 72 | 126 | 64 |
| Binary | 11101110 | 11100111 | 11011 | 0 | 11 | 1011001 | 111 | 111010 | 1010110 | 110100 |
Color Harmonies of #EEE71B
Complementary color
Monochromatic Colors of #EEE71B
Black with #EEE71B
Text Example
Text Example
White with #EEE71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE71B; }
p { color: rgb(238,231,27); }
H1.HeaderClassName
{
color: #EEE71B;
}
.AnyTagClassName
{
color: #EEE71B;
}
</style>
background-color css
<style>
a { background-color: #EEE71B; }
a { background-color: rgb(238,231,27); }
div.DivClassName
{
background-color: #EEE71B;
}
.BgClassName
{
background-color: #EEE71B;
}
</style>
border-color css
<style>
span { border-color: #EEE71B; }
span { border-color: rgb(238,231,27); }
td.TdClassName
{
border-color: #EEE71B;
}
.TagClassName
{
border-color: #EEE71B;
}
</style>