Shades of Sweet Corn #EEDF67
Tints of Sweet Corn #EEDF67
RGB
CMYK
RGB Variations
Color information
#EEDF67 (or 0xEEDF67) is known color: Sweet Corn. HEX triplet: EE, DF and 67. RGB value is (238,223,103). Sum of RGB (Red+Green+Blue) = 238+223+103=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 103 (40.62% from 255 or 18.26% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDF67 is #112098. Grayscale: #D6D6D6. Windows color (decimal): -1122457 or 6807534. OLE color: 6807534.
HSL color Cylindrical-coordinate representation of color #EEDF67: hue angle of 53.33º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EEDF67 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 103 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.07 |
| HSL | 53.33º | 0.8% | 0.67% | - |
| HSV(B) | 53.33º | 0.57% | 0.93% | - |
| XYZ | 64.1 | 71.93 | 23.34 | - |
| YUV | 213.81 | 65.47 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 103 | 0 | 0.06 | 0.57 | 0.07 | 53.33 | 0.8 | 0.67 |
| Hex | EE | DF | 67 | 0 | 6 | 39 | 7 | 35 | 50 | 43 |
| Octal | 356 | 337 | 147 | 0 | 6 | 71 | 7 | 65 | 120 | 103 |
| Binary | 11101110 | 11011111 | 1100111 | 0 | 110 | 111001 | 111 | 110101 | 1010000 | 1000011 |
Color Harmonies of #EEDF67
Complementary color
Monochromatic Colors of #EEDF67
Black with #EEDF67
Text Example
Text Example
White with #EEDF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDF67; }
p { color: rgb(238,223,103); }
H1.HeaderClassName
{
color: #EEDF67;
}
.AnyTagClassName
{
color: #EEDF67;
}
</style>
background-color css
<style>
a { background-color: #EEDF67; }
a { background-color: rgb(238,223,103); }
div.DivClassName
{
background-color: #EEDF67;
}
.BgClassName
{
background-color: #EEDF67;
}
</style>
border-color css
<style>
span { border-color: #EEDF67; }
span { border-color: rgb(238,223,103); }
td.TdClassName
{
border-color: #EEDF67;
}
.TagClassName
{
border-color: #EEDF67;
}
</style>