Shades of Sweet Corn #FEE26A
Tints of Sweet Corn #FEE26A
RGB
CMYK
RGB Variations
Color information
#FEE26A (or 0xFEE26A) is known color: Sweet Corn. HEX triplet: FE, E2 and 6A. RGB value is (254,226,106). Sum of RGB (Red+Green+Blue) = 254+226+106=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 106 (41.80% from 255 or 18.09% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE26A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE26A is #011D95. Grayscale: #DDDDDD. Windows color (decimal): -73110 or 7004926. OLE color: 7004926.
HSL color Cylindrical-coordinate representation of color #FEE26A: hue angle of 48.65º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEE26A is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 106 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.00 |
| HSL | 48.65º | 0.99% | 0.71% | - |
| HSV(B) | 48.65º | 0.58% | 1% | - |
| XYZ | 70.67 | 76.5 | 24.68 | - |
| YUV | 220.69 | 63.28 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 106 | 0 | 0.11 | 0.58 | 0.00 | 48.65 | 0.99 | 0.71 |
| Hex | FE | E2 | 6A | 0 | B | 3A | 0 | 31 | 63 | 47 |
| Octal | 376 | 342 | 152 | 0 | 13 | 72 | 0 | 61 | 143 | 107 |
| Binary | 11111110 | 11100010 | 1101010 | 0 | 1011 | 111010 | 0 | 110001 | 1100011 | 1000111 |
Color Harmonies of #FEE26A
Complementary color
Monochromatic Colors of #FEE26A
Black with #FEE26A
Text Example
Text Example
White with #FEE26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE26A; }
p { color: rgb(254,226,106); }
H1.HeaderClassName
{
color: #FEE26A;
}
.AnyTagClassName
{
color: #FEE26A;
}
</style>
background-color css
<style>
a { background-color: #FEE26A; }
a { background-color: rgb(254,226,106); }
div.DivClassName
{
background-color: #FEE26A;
}
.BgClassName
{
background-color: #FEE26A;
}
</style>
border-color css
<style>
span { border-color: #FEE26A; }
span { border-color: rgb(254,226,106); }
td.TdClassName
{
border-color: #FEE26A;
}
.TagClassName
{
border-color: #FEE26A;
}
</style>