Shades of Sweet Corn #FEE277
Tints of Sweet Corn #FEE277
RGB
CMYK
RGB Variations
Color information
#FEE277 (or 0xFEE277) is known color: Sweet Corn. HEX triplet: FE, E2 and 77. RGB value is (254,226,119). Sum of RGB (Red+Green+Blue) = 254+226+119=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 119 (46.88% from 255 or 19.87% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE277 is #011D88. Grayscale: #DEDEDE. Windows color (decimal): -73097 or 7856894. OLE color: 7856894.
HSL color Cylindrical-coordinate representation of color #FEE277: hue angle of 47.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FEE277 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 119 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.00 |
| HSL | 47.56º | 0.99% | 0.73% | - |
| HSV(B) | 47.56º | 0.53% | 1% | - |
| XYZ | 71.4 | 76.8 | 28.51 | - |
| YUV | 222.17 | 69.78 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 119 | 0 | 0.11 | 0.53 | 0.00 | 47.56 | 0.99 | 0.73 |
| Hex | FE | E2 | 77 | 0 | B | 35 | 0 | 30 | 63 | 49 |
| Octal | 376 | 342 | 167 | 0 | 13 | 65 | 0 | 60 | 143 | 111 |
| Binary | 11111110 | 11100010 | 1110111 | 0 | 1011 | 110101 | 0 | 110000 | 1100011 | 1001001 |
Color Harmonies of #FEE277
Complementary color
Monochromatic Colors of #FEE277
Black with #FEE277
Text Example
Text Example
White with #FEE277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE277; }
p { color: rgb(254,226,119); }
H1.HeaderClassName
{
color: #FEE277;
}
.AnyTagClassName
{
color: #FEE277;
}
</style>
background-color css
<style>
a { background-color: #FEE277; }
a { background-color: rgb(254,226,119); }
div.DivClassName
{
background-color: #FEE277;
}
.BgClassName
{
background-color: #FEE277;
}
</style>
border-color css
<style>
span { border-color: #FEE277; }
span { border-color: rgb(254,226,119); }
td.TdClassName
{
border-color: #FEE277;
}
.TagClassName
{
border-color: #FEE277;
}
</style>