Shades of Sweet Corn #EEDD74
Tints of Sweet Corn #EEDD74
RGB
CMYK
RGB Variations
Color information
#EEDD74 (or 0xEEDD74) is known color: Sweet Corn. HEX triplet: EE, DD and 74. RGB value is (238,221,116). Sum of RGB (Red+Green+Blue) = 238+221+116=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 116 (45.70% from 255 or 20.17% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD74 is #11228B. Grayscale: #D6D6D6. Windows color (decimal): -1122956 or 7658990. OLE color: 7658990.
HSL color Cylindrical-coordinate representation of color #EEDD74: hue angle of 51.64º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEDD74 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 116 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.07 |
| HSL | 51.64º | 0.78% | 0.69% | - |
| HSV(B) | 51.64º | 0.51% | 0.93% | - |
| XYZ | 64.27 | 71.15 | 26.87 | - |
| YUV | 214.11 | 72.63 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 116 | 0 | 0.07 | 0.51 | 0.07 | 51.64 | 0.78 | 0.69 |
| Hex | EE | DD | 74 | 0 | 7 | 33 | 7 | 34 | 4E | 45 |
| Octal | 356 | 335 | 164 | 0 | 7 | 63 | 7 | 64 | 116 | 105 |
| Binary | 11101110 | 11011101 | 1110100 | 0 | 111 | 110011 | 111 | 110100 | 1001110 | 1000101 |
Color Harmonies of #EEDD74
Complementary color
Monochromatic Colors of #EEDD74
Black with #EEDD74
Text Example
Text Example
White with #EEDD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD74; }
p { color: rgb(238,221,116); }
H1.HeaderClassName
{
color: #EEDD74;
}
.AnyTagClassName
{
color: #EEDD74;
}
</style>
background-color css
<style>
a { background-color: #EEDD74; }
a { background-color: rgb(238,221,116); }
div.DivClassName
{
background-color: #EEDD74;
}
.BgClassName
{
background-color: #EEDD74;
}
</style>
border-color css
<style>
span { border-color: #EEDD74; }
span { border-color: rgb(238,221,116); }
td.TdClassName
{
border-color: #EEDD74;
}
.TagClassName
{
border-color: #EEDD74;
}
</style>