Shades of Sweet Corn #FEE380
Tints of Sweet Corn #FEE380
RGB
CMYK
RGB Variations
Color information
#FEE380 (or 0xFEE380) is known color: Sweet Corn. HEX triplet: FE, E3 and 80. RGB value is (254,227,128). Sum of RGB (Red+Green+Blue) = 254+227+128=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 227 (89.06% from 255 or 37.27% from 609); Blue value is 128 (50.39% from 255 or 21.02% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE380 is #011C7F. Grayscale: #E0E0E0. Windows color (decimal): -72832 or 8446974. OLE color: 8446974.
HSL color Cylindrical-coordinate representation of color #FEE380: hue angle of 47.14º 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 #FEE380 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 128 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.00 |
| HSL | 47.14º | 0.98% | 0.75% | - |
| HSV(B) | 47.14º | 0.5% | 1% | - |
| XYZ | 72.24 | 77.57 | 31.59 | - |
| YUV | 223.79 | 73.95 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 128 | 0 | 0.11 | 0.50 | 0.00 | 47.14 | 0.98 | 0.75 |
| Hex | FE | E3 | 80 | 0 | B | 32 | 0 | 2F | 62 | 4B |
| Octal | 376 | 343 | 200 | 0 | 13 | 62 | 0 | 57 | 142 | 113 |
| Binary | 11111110 | 11100011 | 10000000 | 0 | 1011 | 110010 | 0 | 101111 | 1100010 | 1001011 |
Color Harmonies of #FEE380
Complementary color
Monochromatic Colors of #FEE380
Black with #FEE380
Text Example
Text Example
White with #FEE380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE380; }
p { color: rgb(254,227,128); }
H1.HeaderClassName
{
color: #FEE380;
}
.AnyTagClassName
{
color: #FEE380;
}
</style>
background-color css
<style>
a { background-color: #FEE380; }
a { background-color: rgb(254,227,128); }
div.DivClassName
{
background-color: #FEE380;
}
.BgClassName
{
background-color: #FEE380;
}
</style>
border-color css
<style>
span { border-color: #FEE380; }
span { border-color: rgb(254,227,128); }
td.TdClassName
{
border-color: #FEE380;
}
.TagClassName
{
border-color: #FEE380;
}
</style>