Shades of Corn #FFE563
Tints of Corn #FFE563
RGB
CMYK
RGB Variations
Color information
#FFE563 (or 0xFFE563) is known color: Corn. HEX triplet: FF, E5 and 63. RGB value is (255,229,99). Sum of RGB (Red+Green+Blue) = 255+229+99=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 99 (39.06% from 255 or 16.98% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE563 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE563 is #001A9C. Grayscale: #DEDEDE. Windows color (decimal): -6813 or 6546943. OLE color: 6546943.
HSL color Cylindrical-coordinate representation of color #FFE563: hue angle of 50º 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 #FFE563 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 99 | - |
| CMYK | 0 | 0.10 | 0.61 | 0 |
| HSL | 50º | 1% | 0.69% | - |
| HSV(B) | 50º | 0.61% | 1% | - |
| XYZ | 71.51 | 78.2 | 23.13 | - |
| YUV | 221.95 | 58.61 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 99 | 0 | 0.10 | 0.61 | 0 | 50 | 1 | 0.69 |
| Hex | FF | E5 | 63 | 0 | A | 3D | 0 | 32 | 64 | 45 |
| Octal | 377 | 345 | 143 | 0 | 12 | 75 | 0 | 62 | 144 | 105 |
| Binary | 11111111 | 11100101 | 1100011 | 0 | 1010 | 111101 | 0 | 110010 | 1100100 | 1000101 |
Color Harmonies of #FFE563
Complementary color
Monochromatic Colors of #FFE563
Black with #FFE563
Text Example
Text Example
White with #FFE563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE563; }
p { color: rgb(255,229,99); }
H1.HeaderClassName
{
color: #FFE563;
}
.AnyTagClassName
{
color: #FFE563;
}
</style>
background-color css
<style>
a { background-color: #FFE563; }
a { background-color: rgb(255,229,99); }
div.DivClassName
{
background-color: #FFE563;
}
.BgClassName
{
background-color: #FFE563;
}
</style>
border-color css
<style>
span { border-color: #FFE563; }
span { border-color: rgb(255,229,99); }
td.TdClassName
{
border-color: #FFE563;
}
.TagClassName
{
border-color: #FFE563;
}
</style>