Shades of Sweet Corn #FEE47F
Tints of Sweet Corn #FEE47F
RGB
CMYK
RGB Variations
Color information
#FEE47F (or 0xFEE47F) is known color: Sweet Corn. HEX triplet: FE, E4 and 7F. RGB value is (254,228,127). Sum of RGB (Red+Green+Blue) = 254+228+127=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 228 (89.45% from 255 or 37.44% from 609); Blue value is 127 (50% from 255 or 20.85% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE47F is #011B80. Grayscale: #E0E0E0. Windows color (decimal): -72577 or 8381694. OLE color: 8381694.
HSL color Cylindrical-coordinate representation of color #FEE47F: hue angle of 47.72º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEE47F is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 127 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.00 |
| HSL | 47.72º | 0.98% | 0.75% | - |
| HSV(B) | 47.72º | 0.5% | 1% | - |
| XYZ | 72.45 | 78.09 | 31.33 | - |
| YUV | 224.26 | 73.11 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 127 | 0 | 0.10 | 0.50 | 0.00 | 47.72 | 0.98 | 0.75 |
| Hex | FE | E4 | 7F | 0 | A | 32 | 0 | 30 | 62 | 4B |
| Octal | 376 | 344 | 177 | 0 | 12 | 62 | 0 | 60 | 142 | 113 |
| Binary | 11111110 | 11100100 | 1111111 | 0 | 1010 | 110010 | 0 | 110000 | 1100010 | 1001011 |
Color Harmonies of #FEE47F
Complementary color
Monochromatic Colors of #FEE47F
Black with #FEE47F
Text Example
Text Example
White with #FEE47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE47F; }
p { color: rgb(254,228,127); }
H1.HeaderClassName
{
color: #FEE47F;
}
.AnyTagClassName
{
color: #FEE47F;
}
</style>
background-color css
<style>
a { background-color: #FEE47F; }
a { background-color: rgb(254,228,127); }
div.DivClassName
{
background-color: #FEE47F;
}
.BgClassName
{
background-color: #FEE47F;
}
</style>
border-color css
<style>
span { border-color: #FEE47F; }
span { border-color: rgb(254,228,127); }
td.TdClassName
{
border-color: #FEE47F;
}
.TagClassName
{
border-color: #FEE47F;
}
</style>