Shades of Corn #FFE55D
Tints of Corn #FFE55D
RGB
CMYK
RGB Variations
Color information
#FFE55D (or 0xFFE55D) is known color: Corn. HEX triplet: FF, E5 and 5D. RGB value is (255,229,93). Sum of RGB (Red+Green+Blue) = 255+229+93=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 229 (89.84% from 255 or 39.69% from 577); Blue value is 93 (36.72% from 255 or 16.12% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE55D is #001AA2. Grayscale: #DDDDDD. Windows color (decimal): -6819 or 6153727. OLE color: 6153727.
HSL color Cylindrical-coordinate representation of color #FFE55D: hue angle of 50.37º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFE55D is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 93 | - |
| CMYK | 0 | 0.10 | 0.64 | 0 |
| HSL | 50.37º | 1% | 0.68% | - |
| HSV(B) | 50.37º | 0.64% | 1% | - |
| XYZ | 71.24 | 78.09 | 21.67 | - |
| YUV | 221.27 | 55.61 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 93 | 0 | 0.10 | 0.64 | 0 | 50.37 | 1 | 0.68 |
| Hex | FF | E5 | 5D | 0 | A | 40 | 0 | 32 | 64 | 44 |
| Octal | 377 | 345 | 135 | 0 | 12 | 100 | 0 | 62 | 144 | 104 |
| Binary | 11111111 | 11100101 | 1011101 | 0 | 1010 | 1000000 | 0 | 110010 | 1100100 | 1000100 |
Color Harmonies of #FFE55D
Complementary color
Monochromatic Colors of #FFE55D
Black with #FFE55D
Text Example
Text Example
White with #FFE55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE55D; }
p { color: rgb(255,229,93); }
H1.HeaderClassName
{
color: #FFE55D;
}
.AnyTagClassName
{
color: #FFE55D;
}
</style>
background-color css
<style>
a { background-color: #FFE55D; }
a { background-color: rgb(255,229,93); }
div.DivClassName
{
background-color: #FFE55D;
}
.BgClassName
{
background-color: #FFE55D;
}
</style>
border-color css
<style>
span { border-color: #FFE55D; }
span { border-color: rgb(255,229,93); }
td.TdClassName
{
border-color: #FFE55D;
}
.TagClassName
{
border-color: #FFE55D;
}
</style>