Shades of Lemon #EEE61B
Tints of Lemon #EEE61B
RGB
CMYK
RGB Variations
Color information
#EEE61B (or 0xEEE61B) is known color: Lemon. HEX triplet: EE, E6 and 1B. RGB value is (238,230,27). Sum of RGB (Red+Green+Blue) = 238+230+27=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 27 (10.94% from 255 or 5.45% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE61B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE61B is #1119E4. Grayscale: #D2D2D2. Windows color (decimal): -1120741 or 1828590. OLE color: 1828590.
HSL color Cylindrical-coordinate representation of color #EEE61B: hue angle of 57.73º 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 #EEE61B is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 27 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.07 |
| HSL | 57.73º | 0.86% | 0.52% | - |
| HSV(B) | 57.73º | 0.89% | 0.93% | - |
| XYZ | 63.75 | 74.85 | 12.12 | - |
| YUV | 209.25 | 25.15 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 27 | 0 | 0.03 | 0.89 | 0.07 | 57.73 | 0.86 | 0.52 |
| Hex | EE | E6 | 1B | 0 | 3 | 59 | 7 | 3A | 56 | 34 |
| Octal | 356 | 346 | 33 | 0 | 3 | 131 | 7 | 72 | 126 | 64 |
| Binary | 11101110 | 11100110 | 11011 | 0 | 11 | 1011001 | 111 | 111010 | 1010110 | 110100 |
Color Harmonies of #EEE61B
Complementary color
Monochromatic Colors of #EEE61B
Black with #EEE61B
Text Example
Text Example
White with #EEE61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE61B; }
p { color: rgb(238,230,27); }
H1.HeaderClassName
{
color: #EEE61B;
}
.AnyTagClassName
{
color: #EEE61B;
}
</style>
background-color css
<style>
a { background-color: #EEE61B; }
a { background-color: rgb(238,230,27); }
div.DivClassName
{
background-color: #EEE61B;
}
.BgClassName
{
background-color: #EEE61B;
}
</style>
border-color css
<style>
span { border-color: #EEE61B; }
span { border-color: rgb(238,230,27); }
td.TdClassName
{
border-color: #EEE61B;
}
.TagClassName
{
border-color: #EEE61B;
}
</style>