Shades of Sweet Corn #EDDF6E
Tints of Sweet Corn #EDDF6E
RGB
CMYK
RGB Variations
Color information
#EDDF6E (or 0xEDDF6E) is known color: Sweet Corn. HEX triplet: ED, DF and 6E. RGB value is (237,223,110). Sum of RGB (Red+Green+Blue) = 237+223+110=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 110 (43.36% from 255 or 19.30% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF6E is #122091. Grayscale: #D6D6D6. Windows color (decimal): -1187986 or 7266285. OLE color: 7266285.
HSL color Cylindrical-coordinate representation of color #EDDF6E: hue angle of 53.39º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDDF6E is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 110 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.07 |
| HSL | 53.39º | 0.78% | 0.68% | - |
| HSV(B) | 53.39º | 0.54% | 0.93% | - |
| XYZ | 64.13 | 71.91 | 25.25 | - |
| YUV | 214.3 | 69.14 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 110 | 0 | 0.06 | 0.54 | 0.07 | 53.39 | 0.78 | 0.68 |
| Hex | ED | DF | 6E | 0 | 6 | 36 | 7 | 35 | 4E | 44 |
| Octal | 355 | 337 | 156 | 0 | 6 | 66 | 7 | 65 | 116 | 104 |
| Binary | 11101101 | 11011111 | 1101110 | 0 | 110 | 110110 | 111 | 110101 | 1001110 | 1000100 |
Color Harmonies of #EDDF6E
Complementary color
Monochromatic Colors of #EDDF6E
Black with #EDDF6E
Text Example
Text Example
White with #EDDF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF6E; }
p { color: rgb(237,223,110); }
H1.HeaderClassName
{
color: #EDDF6E;
}
.AnyTagClassName
{
color: #EDDF6E;
}
</style>
background-color css
<style>
a { background-color: #EDDF6E; }
a { background-color: rgb(237,223,110); }
div.DivClassName
{
background-color: #EDDF6E;
}
.BgClassName
{
background-color: #EDDF6E;
}
</style>
border-color css
<style>
span { border-color: #EDDF6E; }
span { border-color: rgb(237,223,110); }
td.TdClassName
{
border-color: #EDDF6E;
}
.TagClassName
{
border-color: #EDDF6E;
}
</style>