Shades of Sweet Corn #EEDD72
Tints of Sweet Corn #EEDD72
RGB
CMYK
RGB Variations
Color information
#EEDD72 (or 0xEEDD72) is known color: Sweet Corn. HEX triplet: EE, DD and 72. RGB value is (238,221,114). Sum of RGB (Red+Green+Blue) = 238+221+114=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 114 (44.92% from 255 or 19.90% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD72 is #11228D. Grayscale: #D6D6D6. Windows color (decimal): -1122958 or 7527918. OLE color: 7527918.
HSL color Cylindrical-coordinate representation of color #EEDD72: hue angle of 51.77º 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 #EEDD72 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 114 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.07 |
| HSL | 51.77º | 0.78% | 0.69% | - |
| HSV(B) | 51.77º | 0.52% | 0.93% | - |
| XYZ | 64.15 | 71.1 | 26.26 | - |
| YUV | 213.89 | 71.63 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 114 | 0 | 0.07 | 0.52 | 0.07 | 51.77 | 0.78 | 0.69 |
| Hex | EE | DD | 72 | 0 | 7 | 34 | 7 | 34 | 4E | 45 |
| Octal | 356 | 335 | 162 | 0 | 7 | 64 | 7 | 64 | 116 | 105 |
| Binary | 11101110 | 11011101 | 1110010 | 0 | 111 | 110100 | 111 | 110100 | 1001110 | 1000101 |
Color Harmonies of #EEDD72
Complementary color
Monochromatic Colors of #EEDD72
Black with #EEDD72
Text Example
Text Example
White with #EEDD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD72; }
p { color: rgb(238,221,114); }
H1.HeaderClassName
{
color: #EEDD72;
}
.AnyTagClassName
{
color: #EEDD72;
}
</style>
background-color css
<style>
a { background-color: #EEDD72; }
a { background-color: rgb(238,221,114); }
div.DivClassName
{
background-color: #EEDD72;
}
.BgClassName
{
background-color: #EEDD72;
}
</style>
border-color css
<style>
span { border-color: #EEDD72; }
span { border-color: rgb(238,221,114); }
td.TdClassName
{
border-color: #EEDD72;
}
.TagClassName
{
border-color: #EEDD72;
}
</style>