Shades of Sweet Corn #EEE06C
Tints of Sweet Corn #EEE06C
RGB
CMYK
RGB Variations
Color information
#EEE06C (or 0xEEE06C) is known color: Sweet Corn. HEX triplet: EE, E0 and 6C. RGB value is (238,224,108). Sum of RGB (Red+Green+Blue) = 238+224+108=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 108 (42.58% from 255 or 18.95% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE06C is #111F93. Grayscale: #D7D7D7. Windows color (decimal): -1122196 or 7135470. OLE color: 7135470.
HSL color Cylindrical-coordinate representation of color #EEE06C: hue angle of 53.54º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEE06C is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 108 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.07 |
| HSL | 53.54º | 0.79% | 0.68% | - |
| HSV(B) | 53.54º | 0.55% | 0.93% | - |
| XYZ | 64.62 | 72.57 | 24.79 | - |
| YUV | 214.96 | 67.64 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 108 | 0 | 0.06 | 0.55 | 0.07 | 53.54 | 0.79 | 0.68 |
| Hex | EE | E0 | 6C | 0 | 6 | 37 | 7 | 36 | 4F | 44 |
| Octal | 356 | 340 | 154 | 0 | 6 | 67 | 7 | 66 | 117 | 104 |
| Binary | 11101110 | 11100000 | 1101100 | 0 | 110 | 110111 | 111 | 110110 | 1001111 | 1000100 |
Color Harmonies of #EEE06C
Complementary color
Monochromatic Colors of #EEE06C
Black with #EEE06C
Text Example
Text Example
White with #EEE06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE06C; }
p { color: rgb(238,224,108); }
H1.HeaderClassName
{
color: #EEE06C;
}
.AnyTagClassName
{
color: #EEE06C;
}
</style>
background-color css
<style>
a { background-color: #EEE06C; }
a { background-color: rgb(238,224,108); }
div.DivClassName
{
background-color: #EEE06C;
}
.BgClassName
{
background-color: #EEE06C;
}
</style>
border-color css
<style>
span { border-color: #EEE06C; }
span { border-color: rgb(238,224,108); }
td.TdClassName
{
border-color: #EEE06C;
}
.TagClassName
{
border-color: #EEE06C;
}
</style>