Shades of Corn #FFE55A
Tints of Corn #FFE55A
RGB
CMYK
RGB Variations
Color information
#FFE55A (or 0xFFE55A) is known color: Corn. HEX triplet: FF, E5 and 5A. RGB value is (255,229,90). Sum of RGB (Red+Green+Blue) = 255+229+90=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 90 (35.55% from 255 or 15.68% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE55A is #001AA5. Grayscale: #DDDDDD. Windows color (decimal): -6822 or 5957119. OLE color: 5957119.
HSL color Cylindrical-coordinate representation of color #FFE55A: hue angle of 50.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFE55A is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 90 | - |
| CMYK | 0 | 0.10 | 0.65 | 0 |
| HSL | 50.55º | 1% | 0.68% | - |
| HSV(B) | 50.55º | 0.65% | 1% | - |
| XYZ | 71.1 | 78.04 | 20.99 | - |
| YUV | 220.93 | 54.11 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 90 | 0 | 0.10 | 0.65 | 0 | 50.55 | 1 | 0.68 |
| Hex | FF | E5 | 5A | 0 | A | 41 | 0 | 33 | 64 | 44 |
| Octal | 377 | 345 | 132 | 0 | 12 | 101 | 0 | 63 | 144 | 104 |
| Binary | 11111111 | 11100101 | 1011010 | 0 | 1010 | 1000001 | 0 | 110011 | 1100100 | 1000100 |
Color Harmonies of #FFE55A
Complementary color
Monochromatic Colors of #FFE55A
Black with #FFE55A
Text Example
Text Example
White with #FFE55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE55A; }
p { color: rgb(255,229,90); }
H1.HeaderClassName
{
color: #FFE55A;
}
.AnyTagClassName
{
color: #FFE55A;
}
</style>
background-color css
<style>
a { background-color: #FFE55A; }
a { background-color: rgb(255,229,90); }
div.DivClassName
{
background-color: #FFE55A;
}
.BgClassName
{
background-color: #FFE55A;
}
</style>
border-color css
<style>
span { border-color: #FFE55A; }
span { border-color: rgb(255,229,90); }
td.TdClassName
{
border-color: #FFE55A;
}
.TagClassName
{
border-color: #FFE55A;
}
</style>