Shades of Sweet Corn #FEE180
Tints of Sweet Corn #FEE180
RGB
CMYK
RGB Variations
Color information
#FEE180 (or 0xFEE180) is known color: Sweet Corn. HEX triplet: FE, E1 and 80. RGB value is (254,225,128). Sum of RGB (Red+Green+Blue) = 254+225+128=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 128 (50.39% from 255 or 21.09% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE180 is #011E7F. Grayscale: #DFDFDF. Windows color (decimal): -73344 or 8446462. OLE color: 8446462.
HSL color Cylindrical-coordinate representation of color #FEE180: hue angle of 46.19º 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 #FEE180 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 128 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.00 |
| HSL | 46.19º | 0.98% | 0.75% | - |
| HSV(B) | 46.19º | 0.5% | 1% | - |
| XYZ | 71.69 | 76.48 | 31.41 | - |
| YUV | 222.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 128 | 0 | 0.11 | 0.50 | 0.00 | 46.19 | 0.98 | 0.75 |
| Hex | FE | E1 | 80 | 0 | B | 32 | 0 | 2E | 62 | 4B |
| Octal | 376 | 341 | 200 | 0 | 13 | 62 | 0 | 56 | 142 | 113 |
| Binary | 11111110 | 11100001 | 10000000 | 0 | 1011 | 110010 | 0 | 101110 | 1100010 | 1001011 |
Color Harmonies of #FEE180
Complementary color
Monochromatic Colors of #FEE180
Black with #FEE180
Text Example
Text Example
White with #FEE180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE180; }
p { color: rgb(254,225,128); }
H1.HeaderClassName
{
color: #FEE180;
}
.AnyTagClassName
{
color: #FEE180;
}
</style>
background-color css
<style>
a { background-color: #FEE180; }
a { background-color: rgb(254,225,128); }
div.DivClassName
{
background-color: #FEE180;
}
.BgClassName
{
background-color: #FEE180;
}
</style>
border-color css
<style>
span { border-color: #FEE180; }
span { border-color: rgb(254,225,128); }
td.TdClassName
{
border-color: #FEE180;
}
.TagClassName
{
border-color: #FEE180;
}
</style>