Shades of Sweet Corn #EDE070
Tints of Sweet Corn #EDE070
RGB
CMYK
RGB Variations
Color information
#EDE070 (or 0xEDE070) is known color: Sweet Corn. HEX triplet: ED, E0 and 70. RGB value is (237,224,112). Sum of RGB (Red+Green+Blue) = 237+224+112=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 112 (44.14% from 255 or 19.55% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE070 is #121F8F. Grayscale: #D7D7D7. Windows color (decimal): -1187728 or 7397613. OLE color: 7397613.
HSL color Cylindrical-coordinate representation of color #EDE070: hue angle of 53.76º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDE070 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 112 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.07 |
| HSL | 53.76º | 0.78% | 0.68% | - |
| HSV(B) | 53.76º | 0.53% | 0.93% | - |
| XYZ | 64.51 | 72.49 | 25.92 | - |
| YUV | 215.12 | 69.81 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 112 | 0 | 0.05 | 0.53 | 0.07 | 53.76 | 0.78 | 0.68 |
| Hex | ED | E0 | 70 | 0 | 5 | 35 | 7 | 36 | 4E | 44 |
| Octal | 355 | 340 | 160 | 0 | 5 | 65 | 7 | 66 | 116 | 104 |
| Binary | 11101101 | 11100000 | 1110000 | 0 | 101 | 110101 | 111 | 110110 | 1001110 | 1000100 |
Color Harmonies of #EDE070
Complementary color
Monochromatic Colors of #EDE070
Black with #EDE070
Text Example
Text Example
White with #EDE070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE070; }
p { color: rgb(237,224,112); }
H1.HeaderClassName
{
color: #EDE070;
}
.AnyTagClassName
{
color: #EDE070;
}
</style>
background-color css
<style>
a { background-color: #EDE070; }
a { background-color: rgb(237,224,112); }
div.DivClassName
{
background-color: #EDE070;
}
.BgClassName
{
background-color: #EDE070;
}
</style>
border-color css
<style>
span { border-color: #EDE070; }
span { border-color: rgb(237,224,112); }
td.TdClassName
{
border-color: #EDE070;
}
.TagClassName
{
border-color: #EDE070;
}
</style>