Shades of Corn #FFE562
Tints of Corn #FFE562
RGB
CMYK
RGB Variations
Color information
#FFE562 (or 0xFFE562) is known color: Corn. HEX triplet: FF, E5 and 62. RGB value is (255,229,98). Sum of RGB (Red+Green+Blue) = 255+229+98=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 98 (38.67% from 255 or 16.84% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE562 is #001A9D. Grayscale: #DEDEDE. Windows color (decimal): -6814 or 6481407. OLE color: 6481407.
HSL color Cylindrical-coordinate representation of color #FFE562: hue angle of 50.06º 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 #FFE562 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 98 | - |
| CMYK | 0 | 0.10 | 0.62 | 0 |
| HSL | 50.06º | 1% | 0.69% | - |
| HSV(B) | 50.06º | 0.62% | 1% | - |
| XYZ | 71.46 | 78.18 | 22.88 | - |
| YUV | 221.84 | 58.11 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 98 | 0 | 0.10 | 0.62 | 0 | 50.06 | 1 | 0.69 |
| Hex | FF | E5 | 62 | 0 | A | 3E | 0 | 32 | 64 | 45 |
| Octal | 377 | 345 | 142 | 0 | 12 | 76 | 0 | 62 | 144 | 105 |
| Binary | 11111111 | 11100101 | 1100010 | 0 | 1010 | 111110 | 0 | 110010 | 1100100 | 1000101 |
Color Harmonies of #FFE562
Complementary color
Monochromatic Colors of #FFE562
Black with #FFE562
Text Example
Text Example
White with #FFE562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE562; }
p { color: rgb(255,229,98); }
H1.HeaderClassName
{
color: #FFE562;
}
.AnyTagClassName
{
color: #FFE562;
}
</style>
background-color css
<style>
a { background-color: #FFE562; }
a { background-color: rgb(255,229,98); }
div.DivClassName
{
background-color: #FFE562;
}
.BgClassName
{
background-color: #FFE562;
}
</style>
border-color css
<style>
span { border-color: #FFE562; }
span { border-color: rgb(255,229,98); }
td.TdClassName
{
border-color: #FFE562;
}
.TagClassName
{
border-color: #FFE562;
}
</style>