Shades of Sweet Corn #EEDF74
Tints of Sweet Corn #EEDF74
RGB
CMYK
RGB Variations
Color information
#EEDF74 (or 0xEEDF74) is known color: Sweet Corn. HEX triplet: EE, DF and 74. RGB value is (238,223,116). Sum of RGB (Red+Green+Blue) = 238+223+116=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 116 (45.70% from 255 or 20.10% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDF74 is #11208B. Grayscale: #D7D7D7. Windows color (decimal): -1122444 or 7659502. OLE color: 7659502.
HSL color Cylindrical-coordinate representation of color #EEDF74: hue angle of 52.62º 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 #EEDF74 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 116 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.07 |
| HSL | 52.62º | 0.78% | 0.69% | - |
| HSV(B) | 52.62º | 0.51% | 0.93% | - |
| XYZ | 64.8 | 72.21 | 27.05 | - |
| YUV | 215.29 | 71.97 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 116 | 0 | 0.06 | 0.51 | 0.07 | 52.62 | 0.78 | 0.69 |
| Hex | EE | DF | 74 | 0 | 6 | 33 | 7 | 35 | 4E | 45 |
| Octal | 356 | 337 | 164 | 0 | 6 | 63 | 7 | 65 | 116 | 105 |
| Binary | 11101110 | 11011111 | 1110100 | 0 | 110 | 110011 | 111 | 110101 | 1001110 | 1000101 |
Color Harmonies of #EEDF74
Complementary color
Monochromatic Colors of #EEDF74
Black with #EEDF74
Text Example
Text Example
White with #EEDF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDF74; }
p { color: rgb(238,223,116); }
H1.HeaderClassName
{
color: #EEDF74;
}
.AnyTagClassName
{
color: #EEDF74;
}
</style>
background-color css
<style>
a { background-color: #EEDF74; }
a { background-color: rgb(238,223,116); }
div.DivClassName
{
background-color: #EEDF74;
}
.BgClassName
{
background-color: #EEDF74;
}
</style>
border-color css
<style>
span { border-color: #EEDF74; }
span { border-color: rgb(238,223,116); }
td.TdClassName
{
border-color: #EEDF74;
}
.TagClassName
{
border-color: #EEDF74;
}
</style>