Shades of Sweet Corn #FEE26D
Tints of Sweet Corn #FEE26D
RGB
CMYK
RGB Variations
Color information
#FEE26D (or 0xFEE26D) is known color: Sweet Corn. HEX triplet: FE, E2 and 6D. RGB value is (254,226,109). Sum of RGB (Red+Green+Blue) = 254+226+109=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 109 (42.97% from 255 or 18.51% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE26D is #011D92. Grayscale: #DDDDDD. Windows color (decimal): -73107 or 7201534. OLE color: 7201534.
HSL color Cylindrical-coordinate representation of color #FEE26D: hue angle of 48.41º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEE26D is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 109 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.00 |
| HSL | 48.41º | 0.99% | 0.71% | - |
| HSV(B) | 48.41º | 0.57% | 1% | - |
| XYZ | 70.83 | 76.57 | 25.51 | - |
| YUV | 221.03 | 64.78 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 109 | 0 | 0.11 | 0.57 | 0.00 | 48.41 | 0.99 | 0.71 |
| Hex | FE | E2 | 6D | 0 | B | 39 | 0 | 30 | 63 | 47 |
| Octal | 376 | 342 | 155 | 0 | 13 | 71 | 0 | 60 | 143 | 107 |
| Binary | 11111110 | 11100010 | 1101101 | 0 | 1011 | 111001 | 0 | 110000 | 1100011 | 1000111 |
Color Harmonies of #FEE26D
Complementary color
Monochromatic Colors of #FEE26D
Black with #FEE26D
Text Example
Text Example
White with #FEE26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE26D; }
p { color: rgb(254,226,109); }
H1.HeaderClassName
{
color: #FEE26D;
}
.AnyTagClassName
{
color: #FEE26D;
}
</style>
background-color css
<style>
a { background-color: #FEE26D; }
a { background-color: rgb(254,226,109); }
div.DivClassName
{
background-color: #FEE26D;
}
.BgClassName
{
background-color: #FEE26D;
}
</style>
border-color css
<style>
span { border-color: #FEE26D; }
span { border-color: rgb(254,226,109); }
td.TdClassName
{
border-color: #FEE26D;
}
.TagClassName
{
border-color: #FEE26D;
}
</style>