Shades of Corn #EDEA57
Tints of Corn #EDEA57
RGB
CMYK
RGB Variations
Color information
#EDEA57 (or 0xEDEA57) is known color: Corn. HEX triplet: ED, EA and 57. RGB value is (237,234,87). Sum of RGB (Red+Green+Blue) = 237+234+87=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 87 (34.38% from 255 or 15.59% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEA57 is #1215A8. Grayscale: #DADADA. Windows color (decimal): -1185193 or 5761773. OLE color: 5761773.
HSL color Cylindrical-coordinate representation of color #EDEA57: hue angle of 58.8º 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 #EDEA57 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 87 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.07 |
| HSL | 58.8º | 0.81% | 0.64% | - |
| HSV(B) | 58.8º | 0.63% | 0.93% | - |
| XYZ | 66.07 | 77.54 | 20.5 | - |
| YUV | 218.14 | 53.99 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 87 | 0 | 0.01 | 0.63 | 0.07 | 58.8 | 0.81 | 0.64 |
| Hex | ED | EA | 57 | 0 | 1 | 3F | 7 | 3B | 51 | 40 |
| Octal | 355 | 352 | 127 | 0 | 1 | 77 | 7 | 73 | 121 | 100 |
| Binary | 11101101 | 11101010 | 1010111 | 0 | 1 | 111111 | 111 | 111011 | 1010001 | 1000000 |
Color Harmonies of #EDEA57
Complementary color
Monochromatic Colors of #EDEA57
Black with #EDEA57
Text Example
Text Example
White with #EDEA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEA57; }
p { color: rgb(237,234,87); }
H1.HeaderClassName
{
color: #EDEA57;
}
.AnyTagClassName
{
color: #EDEA57;
}
</style>
background-color css
<style>
a { background-color: #EDEA57; }
a { background-color: rgb(237,234,87); }
div.DivClassName
{
background-color: #EDEA57;
}
.BgClassName
{
background-color: #EDEA57;
}
</style>
border-color css
<style>
span { border-color: #EDEA57; }
span { border-color: rgb(237,234,87); }
td.TdClassName
{
border-color: #EDEA57;
}
.TagClassName
{
border-color: #EDEA57;
}
</style>