Shades of Corn #FFE55C
Tints of Corn #FFE55C
RGB
CMYK
RGB Variations
Color information
#FFE55C (or 0xFFE55C) is known color: Corn. HEX triplet: FF, E5 and 5C. RGB value is (255,229,92). Sum of RGB (Red+Green+Blue) = 255+229+92=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 92 (36.33% from 255 or 15.97% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE55C is #001AA3. Grayscale: #DDDDDD. Windows color (decimal): -6820 or 6088191. OLE color: 6088191.
HSL color Cylindrical-coordinate representation of color #FFE55C: hue angle of 50.43º 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 #FFE55C is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 92 | - |
| CMYK | 0 | 0.10 | 0.64 | 0 |
| HSL | 50.43º | 1% | 0.68% | - |
| HSV(B) | 50.43º | 0.64% | 1% | - |
| XYZ | 71.19 | 78.07 | 21.44 | - |
| YUV | 221.16 | 55.11 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 92 | 0 | 0.10 | 0.64 | 0 | 50.43 | 1 | 0.68 |
| Hex | FF | E5 | 5C | 0 | A | 40 | 0 | 32 | 64 | 44 |
| Octal | 377 | 345 | 134 | 0 | 12 | 100 | 0 | 62 | 144 | 104 |
| Binary | 11111111 | 11100101 | 1011100 | 0 | 1010 | 1000000 | 0 | 110010 | 1100100 | 1000100 |
Color Harmonies of #FFE55C
Complementary color
Monochromatic Colors of #FFE55C
Black with #FFE55C
Text Example
Text Example
White with #FFE55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE55C; }
p { color: rgb(255,229,92); }
H1.HeaderClassName
{
color: #FFE55C;
}
.AnyTagClassName
{
color: #FFE55C;
}
</style>
background-color css
<style>
a { background-color: #FFE55C; }
a { background-color: rgb(255,229,92); }
div.DivClassName
{
background-color: #FFE55C;
}
.BgClassName
{
background-color: #FFE55C;
}
</style>
border-color css
<style>
span { border-color: #FFE55C; }
span { border-color: rgb(255,229,92); }
td.TdClassName
{
border-color: #FFE55C;
}
.TagClassName
{
border-color: #FFE55C;
}
</style>