Shades of Sweet Corn #FEE17F
Tints of Sweet Corn #FEE17F
RGB
CMYK
RGB Variations
Color information
#FEE17F (or 0xFEE17F) is known color: Sweet Corn. HEX triplet: FE, E1 and 7F. RGB value is (254,225,127). Sum of RGB (Red+Green+Blue) = 254+225+127=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 127 (50% from 255 or 20.96% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE17F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE17F is #011E80. Grayscale: #DEDEDE. Windows color (decimal): -73345 or 8380926. OLE color: 8380926.
HSL color Cylindrical-coordinate representation of color #FEE17F: hue angle of 46.3º 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 #FEE17F is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 127 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.00 |
| HSL | 46.3º | 0.98% | 0.75% | - |
| HSV(B) | 46.3º | 0.5% | 1% | - |
| XYZ | 71.63 | 76.45 | 31.06 | - |
| YUV | 222.5 | 74.11 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 127 | 0 | 0.11 | 0.50 | 0.00 | 46.3 | 0.98 | 0.75 |
| Hex | FE | E1 | 7F | 0 | B | 32 | 0 | 2E | 62 | 4B |
| Octal | 376 | 341 | 177 | 0 | 13 | 62 | 0 | 56 | 142 | 113 |
| Binary | 11111110 | 11100001 | 1111111 | 0 | 1011 | 110010 | 0 | 101110 | 1100010 | 1001011 |
Color Harmonies of #FEE17F
Complementary color
Monochromatic Colors of #FEE17F
Black with #FEE17F
Text Example
Text Example
White with #FEE17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE17F; }
p { color: rgb(254,225,127); }
H1.HeaderClassName
{
color: #FEE17F;
}
.AnyTagClassName
{
color: #FEE17F;
}
</style>
background-color css
<style>
a { background-color: #FEE17F; }
a { background-color: rgb(254,225,127); }
div.DivClassName
{
background-color: #FEE17F;
}
.BgClassName
{
background-color: #FEE17F;
}
</style>
border-color css
<style>
span { border-color: #FEE17F; }
span { border-color: rgb(254,225,127); }
td.TdClassName
{
border-color: #FEE17F;
}
.TagClassName
{
border-color: #FEE17F;
}
</style>