Shades of Sweet Corn #FEE26F
Tints of Sweet Corn #FEE26F
RGB
CMYK
RGB Variations
Color information
#FEE26F (or 0xFEE26F) is known color: Sweet Corn. HEX triplet: FE, E2 and 6F. RGB value is (254,226,111). Sum of RGB (Red+Green+Blue) = 254+226+111=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 111 (43.75% from 255 or 18.78% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE26F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE26F is #011D90. Grayscale: #DDDDDD. Windows color (decimal): -73105 or 7332606. OLE color: 7332606.
HSL color Cylindrical-coordinate representation of color #FEE26F: hue angle of 48.25º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEE26F is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 111 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.00 |
| HSL | 48.25º | 0.99% | 0.72% | - |
| HSV(B) | 48.25º | 0.56% | 1% | - |
| XYZ | 70.94 | 76.61 | 26.09 | - |
| YUV | 221.26 | 65.78 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 111 | 0 | 0.11 | 0.56 | 0.00 | 48.25 | 0.99 | 0.72 |
| Hex | FE | E2 | 6F | 0 | B | 38 | 0 | 30 | 63 | 48 |
| Octal | 376 | 342 | 157 | 0 | 13 | 70 | 0 | 60 | 143 | 110 |
| Binary | 11111110 | 11100010 | 1101111 | 0 | 1011 | 111000 | 0 | 110000 | 1100011 | 1001000 |
Color Harmonies of #FEE26F
Complementary color
Monochromatic Colors of #FEE26F
Black with #FEE26F
Text Example
Text Example
White with #FEE26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE26F; }
p { color: rgb(254,226,111); }
H1.HeaderClassName
{
color: #FEE26F;
}
.AnyTagClassName
{
color: #FEE26F;
}
</style>
background-color css
<style>
a { background-color: #FEE26F; }
a { background-color: rgb(254,226,111); }
div.DivClassName
{
background-color: #FEE26F;
}
.BgClassName
{
background-color: #FEE26F;
}
</style>
border-color css
<style>
span { border-color: #FEE26F; }
span { border-color: rgb(254,226,111); }
td.TdClassName
{
border-color: #FEE26F;
}
.TagClassName
{
border-color: #FEE26F;
}
</style>