Shades of Corn #FFED63
Tints of Corn #FFED63
RGB
CMYK
RGB Variations
Color information
#FFED63 (or 0xFFED63) is known color: Corn. HEX triplet: FF, ED and 63. RGB value is (255,237,99). Sum of RGB (Red+Green+Blue) = 255+237+99=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 99 (39.06% from 255 or 16.75% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED63 is #00129C. Grayscale: #E3E3E3. Windows color (decimal): -4765 or 6548991. OLE color: 6548991.
HSL color Cylindrical-coordinate representation of color #FFED63: hue angle of 53.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFED63 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 99 | - |
| CMYK | 0 | 0.07 | 0.61 | 0 |
| HSL | 53.08º | 1% | 0.69% | - |
| HSV(B) | 53.08º | 0.61% | 1% | - |
| XYZ | 73.78 | 82.73 | 23.88 | - |
| YUV | 226.65 | 55.96 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 99 | 0 | 0.07 | 0.61 | 0 | 53.08 | 1 | 0.69 |
| Hex | FF | ED | 63 | 0 | 7 | 3D | 0 | 35 | 64 | 45 |
| Octal | 377 | 355 | 143 | 0 | 7 | 75 | 0 | 65 | 144 | 105 |
| Binary | 11111111 | 11101101 | 1100011 | 0 | 111 | 111101 | 0 | 110101 | 1100100 | 1000101 |
Color Harmonies of #FFED63
Complementary color
Monochromatic Colors of #FFED63
Black with #FFED63
Text Example
Text Example
White with #FFED63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED63; }
p { color: rgb(255,237,99); }
H1.HeaderClassName
{
color: #FFED63;
}
.AnyTagClassName
{
color: #FFED63;
}
</style>
background-color css
<style>
a { background-color: #FFED63; }
a { background-color: rgb(255,237,99); }
div.DivClassName
{
background-color: #FFED63;
}
.BgClassName
{
background-color: #FFED63;
}
</style>
border-color css
<style>
span { border-color: #FFED63; }
span { border-color: rgb(255,237,99); }
td.TdClassName
{
border-color: #FFED63;
}
.TagClassName
{
border-color: #FFED63;
}
</style>