Shades of Sweet Corn #FEE379
Tints of Sweet Corn #FEE379
RGB
CMYK
RGB Variations
Color information
#FEE379 (or 0xFEE379) is known color: Sweet Corn. HEX triplet: FE, E3 and 79. RGB value is (254,227,121). Sum of RGB (Red+Green+Blue) = 254+227+121=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 121 (47.66% from 255 or 20.10% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE379 is #011C86. Grayscale: #DFDFDF. Windows color (decimal): -72839 or 7988222. OLE color: 7988222.
HSL color Cylindrical-coordinate representation of color #FEE379: hue angle of 47.82º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEE379 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 121 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.00 |
| HSL | 47.82º | 0.99% | 0.74% | - |
| HSV(B) | 47.82º | 0.52% | 1% | - |
| XYZ | 71.79 | 77.39 | 29.24 | - |
| YUV | 222.99 | 70.45 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 121 | 0 | 0.11 | 0.52 | 0.00 | 47.82 | 0.99 | 0.74 |
| Hex | FE | E3 | 79 | 0 | B | 34 | 0 | 30 | 63 | 4A |
| Octal | 376 | 343 | 171 | 0 | 13 | 64 | 0 | 60 | 143 | 112 |
| Binary | 11111110 | 11100011 | 1111001 | 0 | 1011 | 110100 | 0 | 110000 | 1100011 | 1001010 |
Color Harmonies of #FEE379
Complementary color
Monochromatic Colors of #FEE379
Black with #FEE379
Text Example
Text Example
White with #FEE379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE379; }
p { color: rgb(254,227,121); }
H1.HeaderClassName
{
color: #FEE379;
}
.AnyTagClassName
{
color: #FEE379;
}
</style>
background-color css
<style>
a { background-color: #FEE379; }
a { background-color: rgb(254,227,121); }
div.DivClassName
{
background-color: #FEE379;
}
.BgClassName
{
background-color: #FEE379;
}
</style>
border-color css
<style>
span { border-color: #FEE379; }
span { border-color: rgb(254,227,121); }
td.TdClassName
{
border-color: #FEE379;
}
.TagClassName
{
border-color: #FEE379;
}
</style>