Shades of Sweet Corn #FEE17E
Tints of Sweet Corn #FEE17E
RGB
CMYK
RGB Variations
Color information
#FEE17E (or 0xFEE17E) is known color: Sweet Corn. HEX triplet: FE, E1 and 7E. RGB value is (254,225,126). Sum of RGB (Red+Green+Blue) = 254+225+126=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 126 (49.61% from 255 or 20.83% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE17E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE17E is #011E81. Grayscale: #DEDEDE. Windows color (decimal): -73346 or 8315390. OLE color: 8315390.
HSL color Cylindrical-coordinate representation of color #FEE17E: hue angle of 46.41º 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 #FEE17E is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 126 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.00 |
| HSL | 46.41º | 0.98% | 0.75% | - |
| HSV(B) | 46.41º | 0.5% | 1% | - |
| XYZ | 71.56 | 76.43 | 30.72 | - |
| YUV | 222.39 | 73.61 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 126 | 0 | 0.11 | 0.50 | 0.00 | 46.41 | 0.98 | 0.75 |
| Hex | FE | E1 | 7E | 0 | B | 32 | 0 | 2E | 62 | 4B |
| Octal | 376 | 341 | 176 | 0 | 13 | 62 | 0 | 56 | 142 | 113 |
| Binary | 11111110 | 11100001 | 1111110 | 0 | 1011 | 110010 | 0 | 101110 | 1100010 | 1001011 |
Color Harmonies of #FEE17E
Complementary color
Monochromatic Colors of #FEE17E
Black with #FEE17E
Text Example
Text Example
White with #FEE17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE17E; }
p { color: rgb(254,225,126); }
H1.HeaderClassName
{
color: #FEE17E;
}
.AnyTagClassName
{
color: #FEE17E;
}
</style>
background-color css
<style>
a { background-color: #FEE17E; }
a { background-color: rgb(254,225,126); }
div.DivClassName
{
background-color: #FEE17E;
}
.BgClassName
{
background-color: #FEE17E;
}
</style>
border-color css
<style>
span { border-color: #FEE17E; }
span { border-color: rgb(254,225,126); }
td.TdClassName
{
border-color: #FEE17E;
}
.TagClassName
{
border-color: #FEE17E;
}
</style>