Shades of Corn #FFED60
Tints of Corn #FFED60
RGB
CMYK
RGB Variations
Color information
#FFED60 (or 0xFFED60) is known color: Corn. HEX triplet: FF, ED and 60. RGB value is (255,237,96). Sum of RGB (Red+Green+Blue) = 255+237+96=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 96 (37.89% from 255 or 16.33% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED60 is #00129F. Grayscale: #E2E2E2. Windows color (decimal): -4768 or 6352383. OLE color: 6352383.
HSL color Cylindrical-coordinate representation of color #FFED60: hue angle of 53.21º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFED60 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 96 | - |
| CMYK | 0 | 0.07 | 0.62 | 0 |
| HSL | 53.21º | 1% | 0.69% | - |
| HSV(B) | 53.21º | 0.62% | 1% | - |
| XYZ | 73.64 | 82.67 | 23.14 | - |
| YUV | 226.31 | 54.46 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 96 | 0 | 0.07 | 0.62 | 0 | 53.21 | 1 | 0.69 |
| Hex | FF | ED | 60 | 0 | 7 | 3E | 0 | 35 | 64 | 45 |
| Octal | 377 | 355 | 140 | 0 | 7 | 76 | 0 | 65 | 144 | 105 |
| Binary | 11111111 | 11101101 | 1100000 | 0 | 111 | 111110 | 0 | 110101 | 1100100 | 1000101 |
Color Harmonies of #FFED60
Complementary color
Monochromatic Colors of #FFED60
Black with #FFED60
Text Example
Text Example
White with #FFED60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED60; }
p { color: rgb(255,237,96); }
H1.HeaderClassName
{
color: #FFED60;
}
.AnyTagClassName
{
color: #FFED60;
}
</style>
background-color css
<style>
a { background-color: #FFED60; }
a { background-color: rgb(255,237,96); }
div.DivClassName
{
background-color: #FFED60;
}
.BgClassName
{
background-color: #FFED60;
}
</style>
border-color css
<style>
span { border-color: #FFED60; }
span { border-color: rgb(255,237,96); }
td.TdClassName
{
border-color: #FFED60;
}
.TagClassName
{
border-color: #FFED60;
}
</style>