Shades of Sweet Corn #EDDF73
Tints of Sweet Corn #EDDF73
RGB
CMYK
RGB Variations
Color information
#EDDF73 (or 0xEDDF73) is known color: Sweet Corn. HEX triplet: ED, DF and 73. RGB value is (237,223,115). Sum of RGB (Red+Green+Blue) = 237+223+115=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 115 (45.31% from 255 or 20% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF73 is #12208C. Grayscale: #D7D7D7. Windows color (decimal): -1187981 or 7593965. OLE color: 7593965.
HSL color Cylindrical-coordinate representation of color #EDDF73: hue angle of 53.11º degrees, saturation: 0.77, 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 #EDDF73 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 115 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.07 |
| HSL | 53.11º | 0.77% | 0.69% | - |
| HSV(B) | 53.11º | 0.51% | 0.93% | - |
| XYZ | 64.41 | 72.02 | 26.73 | - |
| YUV | 214.87 | 71.64 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 115 | 0 | 0.06 | 0.51 | 0.07 | 53.11 | 0.77 | 0.69 |
| Hex | ED | DF | 73 | 0 | 6 | 33 | 7 | 35 | 4D | 45 |
| Octal | 355 | 337 | 163 | 0 | 6 | 63 | 7 | 65 | 115 | 105 |
| Binary | 11101101 | 11011111 | 1110011 | 0 | 110 | 110011 | 111 | 110101 | 1001101 | 1000101 |
Color Harmonies of #EDDF73
Complementary color
Monochromatic Colors of #EDDF73
Black with #EDDF73
Text Example
Text Example
White with #EDDF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF73; }
p { color: rgb(237,223,115); }
H1.HeaderClassName
{
color: #EDDF73;
}
.AnyTagClassName
{
color: #EDDF73;
}
</style>
background-color css
<style>
a { background-color: #EDDF73; }
a { background-color: rgb(237,223,115); }
div.DivClassName
{
background-color: #EDDF73;
}
.BgClassName
{
background-color: #EDDF73;
}
</style>
border-color css
<style>
span { border-color: #EDDF73; }
span { border-color: rgb(237,223,115); }
td.TdClassName
{
border-color: #EDDF73;
}
.TagClassName
{
border-color: #EDDF73;
}
</style>