Shades of Corn #FFE55B
Tints of Corn #FFE55B
RGB
CMYK
RGB Variations
Color information
#FFE55B (or 0xFFE55B) is known color: Corn. HEX triplet: FF, E5 and 5B. RGB value is (255,229,91). Sum of RGB (Red+Green+Blue) = 255+229+91=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 91 (35.94% from 255 or 15.83% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE55B is #001AA4. Grayscale: #DDDDDD. Windows color (decimal): -6821 or 6022655. OLE color: 6022655.
HSL color Cylindrical-coordinate representation of color #FFE55B: hue angle of 50.49º 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 #FFE55B is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 91 | - |
| CMYK | 0 | 0.10 | 0.64 | 0 |
| HSL | 50.49º | 1% | 0.68% | - |
| HSV(B) | 50.49º | 0.64% | 1% | - |
| XYZ | 71.15 | 78.05 | 21.21 | - |
| YUV | 221.04 | 54.61 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 91 | 0 | 0.10 | 0.64 | 0 | 50.49 | 1 | 0.68 |
| Hex | FF | E5 | 5B | 0 | A | 40 | 0 | 32 | 64 | 44 |
| Octal | 377 | 345 | 133 | 0 | 12 | 100 | 0 | 62 | 144 | 104 |
| Binary | 11111111 | 11100101 | 1011011 | 0 | 1010 | 1000000 | 0 | 110010 | 1100100 | 1000100 |
Color Harmonies of #FFE55B
Complementary color
Monochromatic Colors of #FFE55B
Black with #FFE55B
Text Example
Text Example
White with #FFE55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE55B; }
p { color: rgb(255,229,91); }
H1.HeaderClassName
{
color: #FFE55B;
}
.AnyTagClassName
{
color: #FFE55B;
}
</style>
background-color css
<style>
a { background-color: #FFE55B; }
a { background-color: rgb(255,229,91); }
div.DivClassName
{
background-color: #FFE55B;
}
.BgClassName
{
background-color: #FFE55B;
}
</style>
border-color css
<style>
span { border-color: #FFE55B; }
span { border-color: rgb(255,229,91); }
td.TdClassName
{
border-color: #FFE55B;
}
.TagClassName
{
border-color: #FFE55B;
}
</style>