Shades of Sweet Corn #FEE275
Tints of Sweet Corn #FEE275
RGB
CMYK
RGB Variations
Color information
#FEE275 (or 0xFEE275) is known color: Sweet Corn. HEX triplet: FE, E2 and 75. RGB value is (254,226,117). Sum of RGB (Red+Green+Blue) = 254+226+117=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 117 (46.09% from 255 or 19.60% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE275 is #011D8A. Grayscale: #DEDEDE. Windows color (decimal): -73099 or 7725822. OLE color: 7725822.
HSL color Cylindrical-coordinate representation of color #FEE275: hue angle of 47.74º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEE275 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 117 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.00 |
| HSL | 47.74º | 0.99% | 0.73% | - |
| HSV(B) | 47.74º | 0.54% | 1% | - |
| XYZ | 71.28 | 76.75 | 27.89 | - |
| YUV | 221.95 | 68.78 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 117 | 0 | 0.11 | 0.54 | 0.00 | 47.74 | 0.99 | 0.73 |
| Hex | FE | E2 | 75 | 0 | B | 36 | 0 | 30 | 63 | 49 |
| Octal | 376 | 342 | 165 | 0 | 13 | 66 | 0 | 60 | 143 | 111 |
| Binary | 11111110 | 11100010 | 1110101 | 0 | 1011 | 110110 | 0 | 110000 | 1100011 | 1001001 |
Color Harmonies of #FEE275
Complementary color
Monochromatic Colors of #FEE275
Black with #FEE275
Text Example
Text Example
White with #FEE275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE275; }
p { color: rgb(254,226,117); }
H1.HeaderClassName
{
color: #FEE275;
}
.AnyTagClassName
{
color: #FEE275;
}
</style>
background-color css
<style>
a { background-color: #FEE275; }
a { background-color: rgb(254,226,117); }
div.DivClassName
{
background-color: #FEE275;
}
.BgClassName
{
background-color: #FEE275;
}
</style>
border-color css
<style>
span { border-color: #FEE275; }
span { border-color: rgb(254,226,117); }
td.TdClassName
{
border-color: #FEE275;
}
.TagClassName
{
border-color: #FEE275;
}
</style>