Shades of Sweet Corn #FEE875
Tints of Sweet Corn #FEE875
RGB
CMYK
RGB Variations
Color information
#FEE875 (or 0xFEE875) is known color: Sweet Corn. HEX triplet: FE, E8 and 75. RGB value is (254,232,117). Sum of RGB (Red+Green+Blue) = 254+232+117=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 232 (91.02% from 255 or 38.47% from 603); Blue value is 117 (46.09% from 255 or 19.40% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE875 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE875 is #01178A. Grayscale: #E1E1E1. Windows color (decimal): -71563 or 7727358. OLE color: 7727358.
HSL color Cylindrical-coordinate representation of color #FEE875: hue angle of 50.36º 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 #FEE875 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 117 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.00 |
| HSL | 50.36º | 0.99% | 0.73% | - |
| HSV(B) | 50.36º | 0.54% | 1% | - |
| XYZ | 72.94 | 80.07 | 28.44 | - |
| YUV | 225.47 | 66.79 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 117 | 0 | 0.09 | 0.54 | 0.00 | 50.36 | 0.99 | 0.73 |
| Hex | FE | E8 | 75 | 0 | 9 | 36 | 0 | 32 | 63 | 49 |
| Octal | 376 | 350 | 165 | 0 | 11 | 66 | 0 | 62 | 143 | 111 |
| Binary | 11111110 | 11101000 | 1110101 | 0 | 1001 | 110110 | 0 | 110010 | 1100011 | 1001001 |
Color Harmonies of #FEE875
Complementary color
Monochromatic Colors of #FEE875
Black with #FEE875
Text Example
Text Example
White with #FEE875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE875; }
p { color: rgb(254,232,117); }
H1.HeaderClassName
{
color: #FEE875;
}
.AnyTagClassName
{
color: #FEE875;
}
</style>
background-color css
<style>
a { background-color: #FEE875; }
a { background-color: rgb(254,232,117); }
div.DivClassName
{
background-color: #FEE875;
}
.BgClassName
{
background-color: #FEE875;
}
</style>
border-color css
<style>
span { border-color: #FEE875; }
span { border-color: rgb(254,232,117); }
td.TdClassName
{
border-color: #FEE875;
}
.TagClassName
{
border-color: #FEE875;
}
</style>