Shades of Corn #FFED57
Tints of Corn #FFED57
RGB
CMYK
RGB Variations
Color information
#FFED57 (or 0xFFED57) is known color: Corn. HEX triplet: FF, ED and 57. RGB value is (255,237,87). Sum of RGB (Red+Green+Blue) = 255+237+87=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 87 (34.38% from 255 or 15.03% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED57 is #0012A8. Grayscale: #E1E1E1. Windows color (decimal): -4777 or 5762559. OLE color: 5762559.
HSL color Cylindrical-coordinate representation of color #FFED57: hue angle of 53.57º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFED57 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 87 | - |
| CMYK | 0 | 0.07 | 0.66 | 0 |
| HSL | 53.57º | 1% | 0.67% | - |
| HSV(B) | 53.57º | 0.66% | 1% | - |
| XYZ | 73.24 | 82.52 | 21.08 | - |
| YUV | 225.28 | 49.96 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 87 | 0 | 0.07 | 0.66 | 0 | 53.57 | 1 | 0.67 |
| Hex | FF | ED | 57 | 0 | 7 | 42 | 0 | 36 | 64 | 43 |
| Octal | 377 | 355 | 127 | 0 | 7 | 102 | 0 | 66 | 144 | 103 |
| Binary | 11111111 | 11101101 | 1010111 | 0 | 111 | 1000010 | 0 | 110110 | 1100100 | 1000011 |
Color Harmonies of #FFED57
Complementary color
Monochromatic Colors of #FFED57
Black with #FFED57
Text Example
Text Example
White with #FFED57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED57; }
p { color: rgb(255,237,87); }
H1.HeaderClassName
{
color: #FFED57;
}
.AnyTagClassName
{
color: #FFED57;
}
</style>
background-color css
<style>
a { background-color: #FFED57; }
a { background-color: rgb(255,237,87); }
div.DivClassName
{
background-color: #FFED57;
}
.BgClassName
{
background-color: #FFED57;
}
</style>
border-color css
<style>
span { border-color: #FFED57; }
span { border-color: rgb(255,237,87); }
td.TdClassName
{
border-color: #FFED57;
}
.TagClassName
{
border-color: #FFED57;
}
</style>