Shades of Sweet Corn #EDE16D
Tints of Sweet Corn #EDE16D
RGB
CMYK
RGB Variations
Color information
#EDE16D (or 0xEDE16D) is known color: Sweet Corn. HEX triplet: ED, E1 and 6D. RGB value is (237,225,109). Sum of RGB (Red+Green+Blue) = 237+225+109=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 109 (42.97% from 255 or 19.09% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE16D is #121E92. Grayscale: #D7D7D7. Windows color (decimal): -1187475 or 7201261. OLE color: 7201261.
HSL color Cylindrical-coordinate representation of color #EDE16D: hue angle of 54.38º 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 #EDE16D is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 109 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.07 |
| HSL | 54.38º | 0.78% | 0.68% | - |
| HSV(B) | 54.38º | 0.54% | 0.93% | - |
| XYZ | 64.61 | 72.96 | 25.15 | - |
| YUV | 215.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 109 | 0 | 0.05 | 0.54 | 0.07 | 54.38 | 0.78 | 0.68 |
| Hex | ED | E1 | 6D | 0 | 5 | 36 | 7 | 36 | 4E | 44 |
| Octal | 355 | 341 | 155 | 0 | 5 | 66 | 7 | 66 | 116 | 104 |
| Binary | 11101101 | 11100001 | 1101101 | 0 | 101 | 110110 | 111 | 110110 | 1001110 | 1000100 |
Color Harmonies of #EDE16D
Complementary color
Monochromatic Colors of #EDE16D
Black with #EDE16D
Text Example
Text Example
White with #EDE16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE16D; }
p { color: rgb(237,225,109); }
H1.HeaderClassName
{
color: #EDE16D;
}
.AnyTagClassName
{
color: #EDE16D;
}
</style>
background-color css
<style>
a { background-color: #EDE16D; }
a { background-color: rgb(237,225,109); }
div.DivClassName
{
background-color: #EDE16D;
}
.BgClassName
{
background-color: #EDE16D;
}
</style>
border-color css
<style>
span { border-color: #EDE16D; }
span { border-color: rgb(237,225,109); }
td.TdClassName
{
border-color: #EDE16D;
}
.TagClassName
{
border-color: #EDE16D;
}
</style>