Shades of Sweet Corn #EEE06E
Tints of Sweet Corn #EEE06E
RGB
CMYK
RGB Variations
Color information
#EEE06E (or 0xEEE06E) is known color: Sweet Corn. HEX triplet: EE, E0 and 6E. RGB value is (238,224,110). Sum of RGB (Red+Green+Blue) = 238+224+110=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 110 (43.36% from 255 or 19.23% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE06E is #111F91. Grayscale: #D7D7D7. Windows color (decimal): -1122194 or 7266542. OLE color: 7266542.
HSL color Cylindrical-coordinate representation of color #EEE06E: hue angle of 53.44º 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 #EEE06E is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 110 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.07 |
| HSL | 53.44º | 0.79% | 0.68% | - |
| HSV(B) | 53.44º | 0.54% | 0.93% | - |
| XYZ | 64.73 | 72.61 | 25.36 | - |
| YUV | 215.19 | 68.64 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 110 | 0 | 0.06 | 0.54 | 0.07 | 53.44 | 0.79 | 0.68 |
| Hex | EE | E0 | 6E | 0 | 6 | 36 | 7 | 35 | 4F | 44 |
| Octal | 356 | 340 | 156 | 0 | 6 | 66 | 7 | 65 | 117 | 104 |
| Binary | 11101110 | 11100000 | 1101110 | 0 | 110 | 110110 | 111 | 110101 | 1001111 | 1000100 |
Color Harmonies of #EEE06E
Complementary color
Monochromatic Colors of #EEE06E
Black with #EEE06E
Text Example
Text Example
White with #EEE06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE06E; }
p { color: rgb(238,224,110); }
H1.HeaderClassName
{
color: #EEE06E;
}
.AnyTagClassName
{
color: #EEE06E;
}
</style>
background-color css
<style>
a { background-color: #EEE06E; }
a { background-color: rgb(238,224,110); }
div.DivClassName
{
background-color: #EEE06E;
}
.BgClassName
{
background-color: #EEE06E;
}
</style>
border-color css
<style>
span { border-color: #EEE06E; }
span { border-color: rgb(238,224,110); }
td.TdClassName
{
border-color: #EEE06E;
}
.TagClassName
{
border-color: #EEE06E;
}
</style>