Shades of Corn #FFED5D
Tints of Corn #FFED5D
RGB
CMYK
RGB Variations
Color information
#FFED5D (or 0xFFED5D) is known color: Corn. HEX triplet: FF, ED and 5D. RGB value is (255,237,93). Sum of RGB (Red+Green+Blue) = 255+237+93=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 93 (36.72% from 255 or 15.90% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED5D is #0012A2. Grayscale: #E2E2E2. Windows color (decimal): -4771 or 6155775. OLE color: 6155775.
HSL color Cylindrical-coordinate representation of color #FFED5D: hue angle of 53.33º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFED5D is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 93 | - |
| CMYK | 0 | 0.07 | 0.64 | 0 |
| HSL | 53.33º | 1% | 0.68% | - |
| HSV(B) | 53.33º | 0.64% | 1% | - |
| XYZ | 73.5 | 82.62 | 22.43 | - |
| YUV | 225.97 | 52.96 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 93 | 0 | 0.07 | 0.64 | 0 | 53.33 | 1 | 0.68 |
| Hex | FF | ED | 5D | 0 | 7 | 40 | 0 | 35 | 64 | 44 |
| Octal | 377 | 355 | 135 | 0 | 7 | 100 | 0 | 65 | 144 | 104 |
| Binary | 11111111 | 11101101 | 1011101 | 0 | 111 | 1000000 | 0 | 110101 | 1100100 | 1000100 |
Color Harmonies of #FFED5D
Complementary color
Monochromatic Colors of #FFED5D
Black with #FFED5D
Text Example
Text Example
White with #FFED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED5D; }
p { color: rgb(255,237,93); }
H1.HeaderClassName
{
color: #FFED5D;
}
.AnyTagClassName
{
color: #FFED5D;
}
</style>
background-color css
<style>
a { background-color: #FFED5D; }
a { background-color: rgb(255,237,93); }
div.DivClassName
{
background-color: #FFED5D;
}
.BgClassName
{
background-color: #FFED5D;
}
</style>
border-color css
<style>
span { border-color: #FFED5D; }
span { border-color: rgb(255,237,93); }
td.TdClassName
{
border-color: #FFED5D;
}
.TagClassName
{
border-color: #FFED5D;
}
</style>