Shades of Corn #FEE563
Tints of Corn #FEE563
RGB
CMYK
RGB Variations
Color information
#FEE563 (or 0xFEE563) is known color: Corn. HEX triplet: FE, E5 and 63. RGB value is (254,229,99). Sum of RGB (Red+Green+Blue) = 254+229+99=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 99 (39.06% from 255 or 17.01% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE563 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE563 is #011A9C. Grayscale: #DEDEDE. Windows color (decimal): -72349 or 6546942. OLE color: 6546942.
HSL color Cylindrical-coordinate representation of color #FEE563: hue angle of 50.32º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEE563 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 99 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.00 |
| HSL | 50.32º | 0.99% | 0.69% | - |
| HSV(B) | 50.32º | 0.61% | 1% | - |
| XYZ | 71.14 | 78.01 | 23.11 | - |
| YUV | 221.66 | 58.78 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 99 | 0 | 0.10 | 0.61 | 0.00 | 50.32 | 0.99 | 0.69 |
| Hex | FE | E5 | 63 | 0 | A | 3D | 0 | 32 | 63 | 45 |
| Octal | 376 | 345 | 143 | 0 | 12 | 75 | 0 | 62 | 143 | 105 |
| Binary | 11111110 | 11100101 | 1100011 | 0 | 1010 | 111101 | 0 | 110010 | 1100011 | 1000101 |
Color Harmonies of #FEE563
Complementary color
Monochromatic Colors of #FEE563
Black with #FEE563
Text Example
Text Example
White with #FEE563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE563; }
p { color: rgb(254,229,99); }
H1.HeaderClassName
{
color: #FEE563;
}
.AnyTagClassName
{
color: #FEE563;
}
</style>
background-color css
<style>
a { background-color: #FEE563; }
a { background-color: rgb(254,229,99); }
div.DivClassName
{
background-color: #FEE563;
}
.BgClassName
{
background-color: #FEE563;
}
</style>
border-color css
<style>
span { border-color: #FEE563; }
span { border-color: rgb(254,229,99); }
td.TdClassName
{
border-color: #FEE563;
}
.TagClassName
{
border-color: #FEE563;
}
</style>