Shades of Corn #FFEA63
Tints of Corn #FFEA63
RGB
CMYK
RGB Variations
Color information
#FFEA63 (or 0xFFEA63) is known color: Corn. HEX triplet: FF, EA and 63. RGB value is (255,234,99). Sum of RGB (Red+Green+Blue) = 255+234+99=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 99 (39.06% from 255 or 16.84% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA63 is #00159C. Grayscale: #E1E1E1. Windows color (decimal): -5533 or 6548223. OLE color: 6548223.
HSL color Cylindrical-coordinate representation of color #FFEA63: hue angle of 51.92º 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 #FFEA63 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 99 | - |
| CMYK | 0 | 0.08 | 0.61 | 0 |
| HSL | 51.92º | 1% | 0.69% | - |
| HSV(B) | 51.92º | 0.61% | 1% | - |
| XYZ | 72.91 | 81.01 | 23.6 | - |
| YUV | 224.89 | 56.96 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 99 | 0 | 0.08 | 0.61 | 0 | 51.92 | 1 | 0.69 |
| Hex | FF | EA | 63 | 0 | 8 | 3D | 0 | 34 | 64 | 45 |
| Octal | 377 | 352 | 143 | 0 | 10 | 75 | 0 | 64 | 144 | 105 |
| Binary | 11111111 | 11101010 | 1100011 | 0 | 1000 | 111101 | 0 | 110100 | 1100100 | 1000101 |
Color Harmonies of #FFEA63
Complementary color
Monochromatic Colors of #FFEA63
Black with #FFEA63
Text Example
Text Example
White with #FFEA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA63; }
p { color: rgb(255,234,99); }
H1.HeaderClassName
{
color: #FFEA63;
}
.AnyTagClassName
{
color: #FFEA63;
}
</style>
background-color css
<style>
a { background-color: #FFEA63; }
a { background-color: rgb(255,234,99); }
div.DivClassName
{
background-color: #FFEA63;
}
.BgClassName
{
background-color: #FFEA63;
}
</style>
border-color css
<style>
span { border-color: #FFEA63; }
span { border-color: rgb(255,234,99); }
td.TdClassName
{
border-color: #FFEA63;
}
.TagClassName
{
border-color: #FFEA63;
}
</style>