Shades of Sweet Corn #EEE16E
Tints of Sweet Corn #EEE16E
RGB
CMYK
RGB Variations
Color information
#EEE16E (or 0xEEE16E) is known color: Sweet Corn. HEX triplet: EE, E1 and 6E. RGB value is (238,225,110). Sum of RGB (Red+Green+Blue) = 238+225+110=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 110 (43.36% from 255 or 19.20% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE16E is #111E91. Grayscale: #D8D8D8. Windows color (decimal): -1121938 or 7266798. OLE color: 7266798.
HSL color Cylindrical-coordinate representation of color #EEE16E: hue angle of 53.91º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EEE16E is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 110 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.07 |
| HSL | 53.91º | 0.79% | 0.68% | - |
| HSV(B) | 53.91º | 0.54% | 0.93% | - |
| XYZ | 65 | 73.15 | 25.45 | - |
| YUV | 215.78 | 68.31 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 110 | 0 | 0.05 | 0.54 | 0.07 | 53.91 | 0.79 | 0.68 |
| Hex | EE | E1 | 6E | 0 | 5 | 36 | 7 | 36 | 4F | 44 |
| Octal | 356 | 341 | 156 | 0 | 5 | 66 | 7 | 66 | 117 | 104 |
| Binary | 11101110 | 11100001 | 1101110 | 0 | 101 | 110110 | 111 | 110110 | 1001111 | 1000100 |
Color Harmonies of #EEE16E
Complementary color
Monochromatic Colors of #EEE16E
Black with #EEE16E
Text Example
Text Example
White with #EEE16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE16E; }
p { color: rgb(238,225,110); }
H1.HeaderClassName
{
color: #EEE16E;
}
.AnyTagClassName
{
color: #EEE16E;
}
</style>
background-color css
<style>
a { background-color: #EEE16E; }
a { background-color: rgb(238,225,110); }
div.DivClassName
{
background-color: #EEE16E;
}
.BgClassName
{
background-color: #EEE16E;
}
</style>
border-color css
<style>
span { border-color: #EEE16E; }
span { border-color: rgb(238,225,110); }
td.TdClassName
{
border-color: #EEE16E;
}
.TagClassName
{
border-color: #EEE16E;
}
</style>