Shades of Corn #EDE957
Tints of Corn #EDE957
RGB
CMYK
RGB Variations
Color information
#EDE957 (or 0xEDE957) is known color: Corn. HEX triplet: ED, E9 and 57. RGB value is (237,233,87). Sum of RGB (Red+Green+Blue) = 237+233+87=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 233 (91.41% from 255 or 41.83% from 557); Blue value is 87 (34.38% from 255 or 15.62% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE957 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE957 is #1216A8. Grayscale: #DADADA. Windows color (decimal): -1185449 or 5761517. OLE color: 5761517.
HSL color Cylindrical-coordinate representation of color #EDE957: hue angle of 58.4º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDE957 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 87 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.07 |
| HSL | 58.4º | 0.81% | 0.64% | - |
| HSV(B) | 58.4º | 0.63% | 0.93% | - |
| XYZ | 65.78 | 76.97 | 20.41 | - |
| YUV | 217.55 | 54.33 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 87 | 0 | 0.02 | 0.63 | 0.07 | 58.4 | 0.81 | 0.64 |
| Hex | ED | E9 | 57 | 0 | 2 | 3F | 7 | 3A | 51 | 40 |
| Octal | 355 | 351 | 127 | 0 | 2 | 77 | 7 | 72 | 121 | 100 |
| Binary | 11101101 | 11101001 | 1010111 | 0 | 10 | 111111 | 111 | 111010 | 1010001 | 1000000 |
Color Harmonies of #EDE957
Complementary color
Monochromatic Colors of #EDE957
Black with #EDE957
Text Example
Text Example
White with #EDE957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE957; }
p { color: rgb(237,233,87); }
H1.HeaderClassName
{
color: #EDE957;
}
.AnyTagClassName
{
color: #EDE957;
}
</style>
background-color css
<style>
a { background-color: #EDE957; }
a { background-color: rgb(237,233,87); }
div.DivClassName
{
background-color: #EDE957;
}
.BgClassName
{
background-color: #EDE957;
}
</style>
border-color css
<style>
span { border-color: #EDE957; }
span { border-color: rgb(237,233,87); }
td.TdClassName
{
border-color: #EDE957;
}
.TagClassName
{
border-color: #EDE957;
}
</style>