Shades of Corn #FFE55F
Tints of Corn #FFE55F
RGB
CMYK
RGB Variations
Color information
#FFE55F (or 0xFFE55F) is known color: Corn. HEX triplet: FF, E5 and 5F. RGB value is (255,229,95). Sum of RGB (Red+Green+Blue) = 255+229+95=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 229 (89.84% from 255 or 39.55% from 579); Blue value is 95 (37.5% from 255 or 16.41% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE55F is #001AA0. Grayscale: #DEDEDE. Windows color (decimal): -6817 or 6284799. OLE color: 6284799.
HSL color Cylindrical-coordinate representation of color #FFE55F: hue angle of 50.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFE55F is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 95 | - |
| CMYK | 0 | 0.10 | 0.63 | 0 |
| HSL | 50.25º | 1% | 0.69% | - |
| HSV(B) | 50.25º | 0.63% | 1% | - |
| XYZ | 71.32 | 78.12 | 22.15 | - |
| YUV | 221.5 | 56.61 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 95 | 0 | 0.10 | 0.63 | 0 | 50.25 | 1 | 0.69 |
| Hex | FF | E5 | 5F | 0 | A | 3F | 0 | 32 | 64 | 45 |
| Octal | 377 | 345 | 137 | 0 | 12 | 77 | 0 | 62 | 144 | 105 |
| Binary | 11111111 | 11100101 | 1011111 | 0 | 1010 | 111111 | 0 | 110010 | 1100100 | 1000101 |
Color Harmonies of #FFE55F
Complementary color
Monochromatic Colors of #FFE55F
Black with #FFE55F
Text Example
Text Example
White with #FFE55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE55F; }
p { color: rgb(255,229,95); }
H1.HeaderClassName
{
color: #FFE55F;
}
.AnyTagClassName
{
color: #FFE55F;
}
</style>
background-color css
<style>
a { background-color: #FFE55F; }
a { background-color: rgb(255,229,95); }
div.DivClassName
{
background-color: #FFE55F;
}
.BgClassName
{
background-color: #FFE55F;
}
</style>
border-color css
<style>
span { border-color: #FFE55F; }
span { border-color: rgb(255,229,95); }
td.TdClassName
{
border-color: #FFE55F;
}
.TagClassName
{
border-color: #FFE55F;
}
</style>