Shades of Corn #EDEF57
Tints of Corn #EDEF57
RGB
CMYK
RGB Variations
Color information
#EDEF57 (or 0xEDEF57) is known color: Corn. HEX triplet: ED, EF and 57. RGB value is (237,239,87). Sum of RGB (Red+Green+Blue) = 237+239+87=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 87 (34.38% from 255 or 15.45% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF57 is #1210A8. Grayscale: #DDDDDD. Windows color (decimal): -1183913 or 5763053. OLE color: 5763053.
HSL color Cylindrical-coordinate representation of color #EDEF57: hue angle of 60.79º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDEF57 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 87 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.06 |
| HSL | 60.79º | 0.83% | 0.64% | - |
| HSV(B) | 60.79º | 0.64% | 0.94% | - |
| XYZ | 67.51 | 80.43 | 20.98 | - |
| YUV | 221.07 | 52.34 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 87 | 0.01 | 0 | 0.64 | 0.06 | 60.79 | 0.83 | 0.64 |
| Hex | ED | EF | 57 | 1 | 0 | 40 | 6 | 3D | 53 | 40 |
| Octal | 355 | 357 | 127 | 1 | 0 | 100 | 6 | 75 | 123 | 100 |
| Binary | 11101101 | 11101111 | 1010111 | 1 | 0 | 1000000 | 110 | 111101 | 1010011 | 1000000 |
Color Harmonies of #EDEF57
Complementary color
Monochromatic Colors of #EDEF57
Black with #EDEF57
Text Example
Text Example
White with #EDEF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF57; }
p { color: rgb(237,239,87); }
H1.HeaderClassName
{
color: #EDEF57;
}
.AnyTagClassName
{
color: #EDEF57;
}
</style>
background-color css
<style>
a { background-color: #EDEF57; }
a { background-color: rgb(237,239,87); }
div.DivClassName
{
background-color: #EDEF57;
}
.BgClassName
{
background-color: #EDEF57;
}
</style>
border-color css
<style>
span { border-color: #EDEF57; }
span { border-color: rgb(237,239,87); }
td.TdClassName
{
border-color: #EDEF57;
}
.TagClassName
{
border-color: #EDEF57;
}
</style>