Shades of Sweet Corn #FEE473
Tints of Sweet Corn #FEE473
RGB
CMYK
RGB Variations
Color information
#FEE473 (or 0xFEE473) is known color: Sweet Corn. HEX triplet: FE, E4 and 73. RGB value is (254,228,115). Sum of RGB (Red+Green+Blue) = 254+228+115=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 228 (89.45% from 255 or 38.19% from 597); Blue value is 115 (45.31% from 255 or 19.26% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE473 is #011B8C. Grayscale: #DFDFDF. Windows color (decimal): -72589 or 7595262. OLE color: 7595262.
HSL color Cylindrical-coordinate representation of color #FEE473: hue angle of 48.78º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FEE473 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 115 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.00 |
| HSL | 48.78º | 0.99% | 0.72% | - |
| HSV(B) | 48.78º | 0.55% | 1% | - |
| XYZ | 71.71 | 77.8 | 27.46 | - |
| YUV | 222.89 | 67.11 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 115 | 0 | 0.10 | 0.55 | 0.00 | 48.78 | 0.99 | 0.72 |
| Hex | FE | E4 | 73 | 0 | A | 37 | 0 | 31 | 63 | 48 |
| Octal | 376 | 344 | 163 | 0 | 12 | 67 | 0 | 61 | 143 | 110 |
| Binary | 11111110 | 11100100 | 1110011 | 0 | 1010 | 110111 | 0 | 110001 | 1100011 | 1001000 |
Color Harmonies of #FEE473
Complementary color
Monochromatic Colors of #FEE473
Black with #FEE473
Text Example
Text Example
White with #FEE473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE473; }
p { color: rgb(254,228,115); }
H1.HeaderClassName
{
color: #FEE473;
}
.AnyTagClassName
{
color: #FEE473;
}
</style>
background-color css
<style>
a { background-color: #FEE473; }
a { background-color: rgb(254,228,115); }
div.DivClassName
{
background-color: #FEE473;
}
.BgClassName
{
background-color: #FEE473;
}
</style>
border-color css
<style>
span { border-color: #FEE473; }
span { border-color: rgb(254,228,115); }
td.TdClassName
{
border-color: #FEE473;
}
.TagClassName
{
border-color: #FEE473;
}
</style>