Shades of Corn #FFED5C
Tints of Corn #FFED5C
RGB
CMYK
RGB Variations
Color information
#FFED5C (or 0xFFED5C) is known color: Corn. HEX triplet: FF, ED and 5C. RGB value is (255,237,92). Sum of RGB (Red+Green+Blue) = 255+237+92=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 92 (36.33% from 255 or 15.75% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED5C is #0012A3. Grayscale: #E2E2E2. Windows color (decimal): -4772 or 6090239. OLE color: 6090239.
HSL color Cylindrical-coordinate representation of color #FFED5C: hue angle of 53.37º 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 #FFED5C is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 92 | - |
| CMYK | 0 | 0.07 | 0.64 | 0 |
| HSL | 53.37º | 1% | 0.68% | - |
| HSV(B) | 53.37º | 0.64% | 1% | - |
| XYZ | 73.46 | 82.6 | 22.2 | - |
| YUV | 225.85 | 52.46 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 92 | 0 | 0.07 | 0.64 | 0 | 53.37 | 1 | 0.68 |
| Hex | FF | ED | 5C | 0 | 7 | 40 | 0 | 35 | 64 | 44 |
| Octal | 377 | 355 | 134 | 0 | 7 | 100 | 0 | 65 | 144 | 104 |
| Binary | 11111111 | 11101101 | 1011100 | 0 | 111 | 1000000 | 0 | 110101 | 1100100 | 1000100 |
Color Harmonies of #FFED5C
Complementary color
Monochromatic Colors of #FFED5C
Black with #FFED5C
Text Example
Text Example
White with #FFED5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED5C; }
p { color: rgb(255,237,92); }
H1.HeaderClassName
{
color: #FFED5C;
}
.AnyTagClassName
{
color: #FFED5C;
}
</style>
background-color css
<style>
a { background-color: #FFED5C; }
a { background-color: rgb(255,237,92); }
div.DivClassName
{
background-color: #FFED5C;
}
.BgClassName
{
background-color: #FFED5C;
}
</style>
border-color css
<style>
span { border-color: #FFED5C; }
span { border-color: rgb(255,237,92); }
td.TdClassName
{
border-color: #FFED5C;
}
.TagClassName
{
border-color: #FFED5C;
}
</style>