Shades of Sweet Corn #FEE27E
Tints of Sweet Corn #FEE27E
RGB
CMYK
RGB Variations
Color information
#FEE27E (or 0xFEE27E) is known color: Sweet Corn. HEX triplet: FE, E2 and 7E. RGB value is (254,226,126). Sum of RGB (Red+Green+Blue) = 254+226+126=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 126 (49.61% from 255 or 20.79% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE27E is #011D81. Grayscale: #DFDFDF. Windows color (decimal): -73090 or 8315646. OLE color: 8315646.
HSL color Cylindrical-coordinate representation of color #FEE27E: hue angle of 46.88º 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 #FEE27E is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 126 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.00 |
| HSL | 46.88º | 0.98% | 0.75% | - |
| HSV(B) | 46.88º | 0.5% | 1% | - |
| XYZ | 71.84 | 76.97 | 30.81 | - |
| YUV | 222.97 | 73.28 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 126 | 0 | 0.11 | 0.50 | 0.00 | 46.88 | 0.98 | 0.75 |
| Hex | FE | E2 | 7E | 0 | B | 32 | 0 | 2F | 62 | 4B |
| Octal | 376 | 342 | 176 | 0 | 13 | 62 | 0 | 57 | 142 | 113 |
| Binary | 11111110 | 11100010 | 1111110 | 0 | 1011 | 110010 | 0 | 101111 | 1100010 | 1001011 |
Color Harmonies of #FEE27E
Complementary color
Monochromatic Colors of #FEE27E
Black with #FEE27E
Text Example
Text Example
White with #FEE27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE27E; }
p { color: rgb(254,226,126); }
H1.HeaderClassName
{
color: #FEE27E;
}
.AnyTagClassName
{
color: #FEE27E;
}
</style>
background-color css
<style>
a { background-color: #FEE27E; }
a { background-color: rgb(254,226,126); }
div.DivClassName
{
background-color: #FEE27E;
}
.BgClassName
{
background-color: #FEE27E;
}
</style>
border-color css
<style>
span { border-color: #FEE27E; }
span { border-color: rgb(254,226,126); }
td.TdClassName
{
border-color: #FEE27E;
}
.TagClassName
{
border-color: #FEE27E;
}
</style>