Shades of Sweet Corn #EEE072
Tints of Sweet Corn #EEE072
RGB
CMYK
RGB Variations
Color information
#EEE072 (or 0xEEE072) is known color: Sweet Corn. HEX triplet: EE, E0 and 72. RGB value is (238,224,114). Sum of RGB (Red+Green+Blue) = 238+224+114=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 114 (44.92% from 255 or 19.79% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE072 is #111F8D. Grayscale: #D8D8D8. Windows color (decimal): -1122190 or 7528686. OLE color: 7528686.
HSL color Cylindrical-coordinate representation of color #EEE072: hue angle of 53.23º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEE072 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 114 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.07 |
| HSL | 53.23º | 0.78% | 0.69% | - |
| HSV(B) | 53.23º | 0.52% | 0.93% | - |
| XYZ | 64.95 | 72.7 | 26.53 | - |
| YUV | 215.65 | 70.64 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 114 | 0 | 0.06 | 0.52 | 0.07 | 53.23 | 0.78 | 0.69 |
| Hex | EE | E0 | 72 | 0 | 6 | 34 | 7 | 35 | 4E | 45 |
| Octal | 356 | 340 | 162 | 0 | 6 | 64 | 7 | 65 | 116 | 105 |
| Binary | 11101110 | 11100000 | 1110010 | 0 | 110 | 110100 | 111 | 110101 | 1001110 | 1000101 |
Color Harmonies of #EEE072
Complementary color
Monochromatic Colors of #EEE072
Black with #EEE072
Text Example
Text Example
White with #EEE072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE072; }
p { color: rgb(238,224,114); }
H1.HeaderClassName
{
color: #EEE072;
}
.AnyTagClassName
{
color: #EEE072;
}
</style>
background-color css
<style>
a { background-color: #EEE072; }
a { background-color: rgb(238,224,114); }
div.DivClassName
{
background-color: #EEE072;
}
.BgClassName
{
background-color: #EEE072;
}
</style>
border-color css
<style>
span { border-color: #EEE072; }
span { border-color: rgb(238,224,114); }
td.TdClassName
{
border-color: #EEE072;
}
.TagClassName
{
border-color: #EEE072;
}
</style>