Shades of Sweet Corn #FFE573
Tints of Sweet Corn #FFE573
RGB
CMYK
RGB Variations
Color information
#FFE573 (or 0xFFE573) is known color: Sweet Corn. HEX triplet: FF, E5 and 73. RGB value is (255,229,115). Sum of RGB (Red+Green+Blue) = 255+229+115=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 115 (45.31% from 255 or 19.20% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE573 is #001A8C. Grayscale: #E0E0E0. Windows color (decimal): -6797 or 7595519. OLE color: 7595519.
HSL color Cylindrical-coordinate representation of color #FFE573: hue angle of 48.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFE573 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 115 | - |
| CMYK | 0 | 0.10 | 0.55 | 0 |
| HSL | 48.86º | 1% | 0.73% | - |
| HSV(B) | 48.86º | 0.55% | 1% | - |
| XYZ | 72.35 | 78.54 | 27.57 | - |
| YUV | 223.78 | 66.61 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 115 | 0 | 0.10 | 0.55 | 0 | 48.86 | 1 | 0.73 |
| Hex | FF | E5 | 73 | 0 | A | 37 | 0 | 31 | 64 | 49 |
| Octal | 377 | 345 | 163 | 0 | 12 | 67 | 0 | 61 | 144 | 111 |
| Binary | 11111111 | 11100101 | 1110011 | 0 | 1010 | 110111 | 0 | 110001 | 1100100 | 1001001 |
Color Harmonies of #FFE573
Complementary color
Monochromatic Colors of #FFE573
Black with #FFE573
Text Example
Text Example
White with #FFE573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE573; }
p { color: rgb(255,229,115); }
H1.HeaderClassName
{
color: #FFE573;
}
.AnyTagClassName
{
color: #FFE573;
}
</style>
background-color css
<style>
a { background-color: #FFE573; }
a { background-color: rgb(255,229,115); }
div.DivClassName
{
background-color: #FFE573;
}
.BgClassName
{
background-color: #FFE573;
}
</style>
border-color css
<style>
span { border-color: #FFE573; }
span { border-color: rgb(255,229,115); }
td.TdClassName
{
border-color: #FFE573;
}
.TagClassName
{
border-color: #FFE573;
}
</style>