Shades of Corn #FFED59
Tints of Corn #FFED59
RGB
CMYK
RGB Variations
Color information
#FFED59 (or 0xFFED59) is known color: Corn. HEX triplet: FF, ED and 59. RGB value is (255,237,89). Sum of RGB (Red+Green+Blue) = 255+237+89=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 89 (35.16% from 255 or 15.32% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED59 is #0012A6. Grayscale: #E2E2E2. Windows color (decimal): -4775 or 5893631. OLE color: 5893631.
HSL color Cylindrical-coordinate representation of color #FFED59: hue angle of 53.49º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFED59 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 89 | - |
| CMYK | 0 | 0.07 | 0.65 | 0 |
| HSL | 53.49º | 1% | 0.67% | - |
| HSV(B) | 53.49º | 0.65% | 1% | - |
| XYZ | 73.33 | 82.55 | 21.52 | - |
| YUV | 225.51 | 50.96 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 89 | 0 | 0.07 | 0.65 | 0 | 53.49 | 1 | 0.67 |
| Hex | FF | ED | 59 | 0 | 7 | 41 | 0 | 35 | 64 | 43 |
| Octal | 377 | 355 | 131 | 0 | 7 | 101 | 0 | 65 | 144 | 103 |
| Binary | 11111111 | 11101101 | 1011001 | 0 | 111 | 1000001 | 0 | 110101 | 1100100 | 1000011 |
Color Harmonies of #FFED59
Complementary color
Monochromatic Colors of #FFED59
Black with #FFED59
Text Example
Text Example
White with #FFED59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED59; }
p { color: rgb(255,237,89); }
H1.HeaderClassName
{
color: #FFED59;
}
.AnyTagClassName
{
color: #FFED59;
}
</style>
background-color css
<style>
a { background-color: #FFED59; }
a { background-color: rgb(255,237,89); }
div.DivClassName
{
background-color: #FFED59;
}
.BgClassName
{
background-color: #FFED59;
}
</style>
border-color css
<style>
span { border-color: #FFED59; }
span { border-color: rgb(255,237,89); }
td.TdClassName
{
border-color: #FFED59;
}
.TagClassName
{
border-color: #FFED59;
}
</style>