Shades of Sweet Corn #EEE073
Tints of Sweet Corn #EEE073
RGB
CMYK
RGB Variations
Color information
#EEE073 (or 0xEEE073) is known color: Sweet Corn. HEX triplet: EE, E0 and 73. RGB value is (238,224,115). Sum of RGB (Red+Green+Blue) = 238+224+115=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 115 (45.31% from 255 or 19.93% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE073 is #111F8C. Grayscale: #D8D8D8. Windows color (decimal): -1122189 or 7594222. OLE color: 7594222.
HSL color Cylindrical-coordinate representation of color #EEE073: hue angle of 53.17º 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 #EEE073 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 115 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.07 |
| HSL | 53.17º | 0.78% | 0.69% | - |
| HSV(B) | 53.17º | 0.52% | 0.93% | - |
| XYZ | 65.01 | 72.73 | 26.83 | - |
| YUV | 215.76 | 71.14 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 115 | 0 | 0.06 | 0.52 | 0.07 | 53.17 | 0.78 | 0.69 |
| Hex | EE | E0 | 73 | 0 | 6 | 34 | 7 | 35 | 4E | 45 |
| Octal | 356 | 340 | 163 | 0 | 6 | 64 | 7 | 65 | 116 | 105 |
| Binary | 11101110 | 11100000 | 1110011 | 0 | 110 | 110100 | 111 | 110101 | 1001110 | 1000101 |
Color Harmonies of #EEE073
Complementary color
Monochromatic Colors of #EEE073
Black with #EEE073
Text Example
Text Example
White with #EEE073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE073; }
p { color: rgb(238,224,115); }
H1.HeaderClassName
{
color: #EEE073;
}
.AnyTagClassName
{
color: #EEE073;
}
</style>
background-color css
<style>
a { background-color: #EEE073; }
a { background-color: rgb(238,224,115); }
div.DivClassName
{
background-color: #EEE073;
}
.BgClassName
{
background-color: #EEE073;
}
</style>
border-color css
<style>
span { border-color: #EEE073; }
span { border-color: rgb(238,224,115); }
td.TdClassName
{
border-color: #EEE073;
}
.TagClassName
{
border-color: #EEE073;
}
</style>