Shades of Corn #FFE558
Tints of Corn #FFE558
RGB
CMYK
RGB Variations
Color information
#FFE558 (or 0xFFE558) is known color: Corn. HEX triplet: FF, E5 and 58. RGB value is (255,229,88). Sum of RGB (Red+Green+Blue) = 255+229+88=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 88 (34.77% from 255 or 15.38% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE558 is #001AA7. Grayscale: #DDDDDD. Windows color (decimal): -6824 or 5826047. OLE color: 5826047.
HSL color Cylindrical-coordinate representation of color #FFE558: hue angle of 50.66º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFE558 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 88 | - |
| CMYK | 0 | 0.10 | 0.65 | 0 |
| HSL | 50.66º | 1% | 0.67% | - |
| HSV(B) | 50.66º | 0.65% | 1% | - |
| XYZ | 71.02 | 78 | 20.55 | - |
| YUV | 220.7 | 53.11 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 88 | 0 | 0.10 | 0.65 | 0 | 50.66 | 1 | 0.67 |
| Hex | FF | E5 | 58 | 0 | A | 41 | 0 | 33 | 64 | 43 |
| Octal | 377 | 345 | 130 | 0 | 12 | 101 | 0 | 63 | 144 | 103 |
| Binary | 11111111 | 11100101 | 1011000 | 0 | 1010 | 1000001 | 0 | 110011 | 1100100 | 1000011 |
Color Harmonies of #FFE558
Complementary color
Monochromatic Colors of #FFE558
Black with #FFE558
Text Example
Text Example
White with #FFE558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE558; }
p { color: rgb(255,229,88); }
H1.HeaderClassName
{
color: #FFE558;
}
.AnyTagClassName
{
color: #FFE558;
}
</style>
background-color css
<style>
a { background-color: #FFE558; }
a { background-color: rgb(255,229,88); }
div.DivClassName
{
background-color: #FFE558;
}
.BgClassName
{
background-color: #FFE558;
}
</style>
border-color css
<style>
span { border-color: #FFE558; }
span { border-color: rgb(255,229,88); }
td.TdClassName
{
border-color: #FFE558;
}
.TagClassName
{
border-color: #FFE558;
}
</style>