Shades of Sweet Corn #FEE46F
Tints of Sweet Corn #FEE46F
RGB
CMYK
RGB Variations
Color information
#FEE46F (or 0xFEE46F) is known color: Sweet Corn. HEX triplet: FE, E4 and 6F. RGB value is (254,228,111). Sum of RGB (Red+Green+Blue) = 254+228+111=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 111 (43.75% from 255 or 18.72% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE46F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE46F is #011B90. Grayscale: #DEDEDE. Windows color (decimal): -72593 or 7333118. OLE color: 7333118.
HSL color Cylindrical-coordinate representation of color #FEE46F: hue angle of 49.09º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEE46F is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 111 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.00 |
| HSL | 49.09º | 0.99% | 0.72% | - |
| HSV(B) | 49.09º | 0.56% | 1% | - |
| XYZ | 71.49 | 77.71 | 26.27 | - |
| YUV | 222.44 | 65.11 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 111 | 0 | 0.10 | 0.56 | 0.00 | 49.09 | 0.99 | 0.72 |
| Hex | FE | E4 | 6F | 0 | A | 38 | 0 | 31 | 63 | 48 |
| Octal | 376 | 344 | 157 | 0 | 12 | 70 | 0 | 61 | 143 | 110 |
| Binary | 11111110 | 11100100 | 1101111 | 0 | 1010 | 111000 | 0 | 110001 | 1100011 | 1001000 |
Color Harmonies of #FEE46F
Complementary color
Monochromatic Colors of #FEE46F
Black with #FEE46F
Text Example
Text Example
White with #FEE46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE46F; }
p { color: rgb(254,228,111); }
H1.HeaderClassName
{
color: #FEE46F;
}
.AnyTagClassName
{
color: #FEE46F;
}
</style>
background-color css
<style>
a { background-color: #FEE46F; }
a { background-color: rgb(254,228,111); }
div.DivClassName
{
background-color: #FEE46F;
}
.BgClassName
{
background-color: #FEE46F;
}
</style>
border-color css
<style>
span { border-color: #FEE46F; }
span { border-color: rgb(254,228,111); }
td.TdClassName
{
border-color: #FEE46F;
}
.TagClassName
{
border-color: #FEE46F;
}
</style>