Shades of Sweet Corn #EEE06A
Tints of Sweet Corn #EEE06A
RGB
CMYK
RGB Variations
Color information
#EEE06A (or 0xEEE06A) is known color: Sweet Corn. HEX triplet: EE, E0 and 6A. RGB value is (238,224,106). Sum of RGB (Red+Green+Blue) = 238+224+106=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 224 (87.89% from 255 or 39.44% from 568); Blue value is 106 (41.80% from 255 or 18.66% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE06A is #111F95. Grayscale: #D7D7D7. Windows color (decimal): -1122198 or 7004398. OLE color: 7004398.
HSL color Cylindrical-coordinate representation of color #EEE06A: hue angle of 53.64º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEE06A is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 106 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.07 |
| HSL | 53.64º | 0.8% | 0.67% | - |
| HSV(B) | 53.64º | 0.55% | 0.93% | - |
| XYZ | 64.52 | 72.53 | 24.23 | - |
| YUV | 214.73 | 66.64 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 106 | 0 | 0.06 | 0.55 | 0.07 | 53.64 | 0.8 | 0.67 |
| Hex | EE | E0 | 6A | 0 | 6 | 37 | 7 | 36 | 50 | 43 |
| Octal | 356 | 340 | 152 | 0 | 6 | 67 | 7 | 66 | 120 | 103 |
| Binary | 11101110 | 11100000 | 1101010 | 0 | 110 | 110111 | 111 | 110110 | 1010000 | 1000011 |
Color Harmonies of #EEE06A
Complementary color
Monochromatic Colors of #EEE06A
Black with #EEE06A
Text Example
Text Example
White with #EEE06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE06A; }
p { color: rgb(238,224,106); }
H1.HeaderClassName
{
color: #EEE06A;
}
.AnyTagClassName
{
color: #EEE06A;
}
</style>
background-color css
<style>
a { background-color: #EEE06A; }
a { background-color: rgb(238,224,106); }
div.DivClassName
{
background-color: #EEE06A;
}
.BgClassName
{
background-color: #EEE06A;
}
</style>
border-color css
<style>
span { border-color: #EEE06A; }
span { border-color: rgb(238,224,106); }
td.TdClassName
{
border-color: #EEE06A;
}
.TagClassName
{
border-color: #EEE06A;
}
</style>