Shades of Sweet Corn #FFE473
Tints of Sweet Corn #FFE473
RGB
CMYK
RGB Variations
Color information
#FFE473 (or 0xFFE473) is known color: Sweet Corn. HEX triplet: FF, E4 and 73. RGB value is (255,228,115). Sum of RGB (Red+Green+Blue) = 255+228+115=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 115 (45.31% from 255 or 19.23% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE473 is #001B8C. Grayscale: #DFDFDF. Windows color (decimal): -7053 or 7595263. OLE color: 7595263.
HSL color Cylindrical-coordinate representation of color #FFE473: hue angle of 48.43º 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 #FFE473 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 115 | - |
| CMYK | 0 | 0.11 | 0.55 | 0 |
| HSL | 48.43º | 1% | 0.73% | - |
| HSV(B) | 48.43º | 0.55% | 1% | - |
| XYZ | 72.08 | 77.98 | 27.47 | - |
| YUV | 223.19 | 66.95 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 115 | 0 | 0.11 | 0.55 | 0 | 48.43 | 1 | 0.73 |
| Hex | FF | E4 | 73 | 0 | B | 37 | 0 | 30 | 64 | 49 |
| Octal | 377 | 344 | 163 | 0 | 13 | 67 | 0 | 60 | 144 | 111 |
| Binary | 11111111 | 11100100 | 1110011 | 0 | 1011 | 110111 | 0 | 110000 | 1100100 | 1001001 |
Color Harmonies of #FFE473
Complementary color
Monochromatic Colors of #FFE473
Black with #FFE473
Text Example
Text Example
White with #FFE473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE473; }
p { color: rgb(255,228,115); }
H1.HeaderClassName
{
color: #FFE473;
}
.AnyTagClassName
{
color: #FFE473;
}
</style>
background-color css
<style>
a { background-color: #FFE473; }
a { background-color: rgb(255,228,115); }
div.DivClassName
{
background-color: #FFE473;
}
.BgClassName
{
background-color: #FFE473;
}
</style>
border-color css
<style>
span { border-color: #FFE473; }
span { border-color: rgb(255,228,115); }
td.TdClassName
{
border-color: #FFE473;
}
.TagClassName
{
border-color: #FFE473;
}
</style>