Shades of Corn #FFED5A
Tints of Corn #FFED5A
RGB
CMYK
RGB Variations
Color information
#FFED5A (or 0xFFED5A) is known color: Corn. HEX triplet: FF, ED and 5A. RGB value is (255,237,90). Sum of RGB (Red+Green+Blue) = 255+237+90=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 90 (35.55% from 255 or 15.46% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED5A is #0012A5. Grayscale: #E2E2E2. Windows color (decimal): -4774 or 5959167. OLE color: 5959167.
HSL color Cylindrical-coordinate representation of color #FFED5A: hue angle of 53.45º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFED5A is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 90 | - |
| CMYK | 0 | 0.07 | 0.65 | 0 |
| HSL | 53.45º | 1% | 0.68% | - |
| HSV(B) | 53.45º | 0.65% | 1% | - |
| XYZ | 73.37 | 82.57 | 21.74 | - |
| YUV | 225.62 | 51.46 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 90 | 0 | 0.07 | 0.65 | 0 | 53.45 | 1 | 0.68 |
| Hex | FF | ED | 5A | 0 | 7 | 41 | 0 | 35 | 64 | 44 |
| Octal | 377 | 355 | 132 | 0 | 7 | 101 | 0 | 65 | 144 | 104 |
| Binary | 11111111 | 11101101 | 1011010 | 0 | 111 | 1000001 | 0 | 110101 | 1100100 | 1000100 |
Color Harmonies of #FFED5A
Complementary color
Monochromatic Colors of #FFED5A
Black with #FFED5A
Text Example
Text Example
White with #FFED5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED5A; }
p { color: rgb(255,237,90); }
H1.HeaderClassName
{
color: #FFED5A;
}
.AnyTagClassName
{
color: #FFED5A;
}
</style>
background-color css
<style>
a { background-color: #FFED5A; }
a { background-color: rgb(255,237,90); }
div.DivClassName
{
background-color: #FFED5A;
}
.BgClassName
{
background-color: #FFED5A;
}
</style>
border-color css
<style>
span { border-color: #FFED5A; }
span { border-color: rgb(255,237,90); }
td.TdClassName
{
border-color: #FFED5A;
}
.TagClassName
{
border-color: #FFED5A;
}
</style>