Shades of Sweet Corn #EEDF73
Tints of Sweet Corn #EEDF73
RGB
CMYK
RGB Variations
Color information
#EEDF73 (or 0xEEDF73) is known color: Sweet Corn. HEX triplet: EE, DF and 73. RGB value is (238,223,115). Sum of RGB (Red+Green+Blue) = 238+223+115=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 115 (45.31% from 255 or 19.97% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDF73 is #11208C. Grayscale: #D7D7D7. Windows color (decimal): -1122445 or 7593966. OLE color: 7593966.
HSL color Cylindrical-coordinate representation of color #EEDF73: hue angle of 52.68º 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 #EEDF73 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 115 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.07 |
| HSL | 52.68º | 0.78% | 0.69% | - |
| HSV(B) | 52.68º | 0.52% | 0.93% | - |
| XYZ | 64.74 | 72.19 | 26.74 | - |
| YUV | 215.17 | 71.47 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 115 | 0 | 0.06 | 0.52 | 0.07 | 52.68 | 0.78 | 0.69 |
| Hex | EE | DF | 73 | 0 | 6 | 34 | 7 | 35 | 4E | 45 |
| Octal | 356 | 337 | 163 | 0 | 6 | 64 | 7 | 65 | 116 | 105 |
| Binary | 11101110 | 11011111 | 1110011 | 0 | 110 | 110100 | 111 | 110101 | 1001110 | 1000101 |
Color Harmonies of #EEDF73
Complementary color
Monochromatic Colors of #EEDF73
Black with #EEDF73
Text Example
Text Example
White with #EEDF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDF73; }
p { color: rgb(238,223,115); }
H1.HeaderClassName
{
color: #EEDF73;
}
.AnyTagClassName
{
color: #EEDF73;
}
</style>
background-color css
<style>
a { background-color: #EEDF73; }
a { background-color: rgb(238,223,115); }
div.DivClassName
{
background-color: #EEDF73;
}
.BgClassName
{
background-color: #EEDF73;
}
</style>
border-color css
<style>
span { border-color: #EEDF73; }
span { border-color: rgb(238,223,115); }
td.TdClassName
{
border-color: #EEDF73;
}
.TagClassName
{
border-color: #EEDF73;
}
</style>