Shades of Corn #FFED5F
Tints of Corn #FFED5F
RGB
CMYK
RGB Variations
Color information
#FFED5F (or 0xFFED5F) is known color: Corn. HEX triplet: FF, ED and 5F. RGB value is (255,237,95). Sum of RGB (Red+Green+Blue) = 255+237+95=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 95 (37.5% from 255 or 16.18% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED5F is #0012A0. Grayscale: #E2E2E2. Windows color (decimal): -4769 or 6286847. OLE color: 6286847.
HSL color Cylindrical-coordinate representation of color #FFED5F: hue angle of 53.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFED5F is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 95 | - |
| CMYK | 0 | 0.07 | 0.63 | 0 |
| HSL | 53.25º | 1% | 0.69% | - |
| HSV(B) | 53.25º | 0.63% | 1% | - |
| XYZ | 73.59 | 82.65 | 22.9 | - |
| YUV | 226.19 | 53.96 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 95 | 0 | 0.07 | 0.63 | 0 | 53.25 | 1 | 0.69 |
| Hex | FF | ED | 5F | 0 | 7 | 3F | 0 | 35 | 64 | 45 |
| Octal | 377 | 355 | 137 | 0 | 7 | 77 | 0 | 65 | 144 | 105 |
| Binary | 11111111 | 11101101 | 1011111 | 0 | 111 | 111111 | 0 | 110101 | 1100100 | 1000101 |
Color Harmonies of #FFED5F
Complementary color
Monochromatic Colors of #FFED5F
Black with #FFED5F
Text Example
Text Example
White with #FFED5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED5F; }
p { color: rgb(255,237,95); }
H1.HeaderClassName
{
color: #FFED5F;
}
.AnyTagClassName
{
color: #FFED5F;
}
</style>
background-color css
<style>
a { background-color: #FFED5F; }
a { background-color: rgb(255,237,95); }
div.DivClassName
{
background-color: #FFED5F;
}
.BgClassName
{
background-color: #FFED5F;
}
</style>
border-color css
<style>
span { border-color: #FFED5F; }
span { border-color: rgb(255,237,95); }
td.TdClassName
{
border-color: #FFED5F;
}
.TagClassName
{
border-color: #FFED5F;
}
</style>