Shades of Sweet Corn #FEE26B
Tints of Sweet Corn #FEE26B
RGB
CMYK
RGB Variations
Color information
#FEE26B (or 0xFEE26B) is known color: Sweet Corn. HEX triplet: FE, E2 and 6B. RGB value is (254,226,107). Sum of RGB (Red+Green+Blue) = 254+226+107=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 107 (42.19% from 255 or 18.23% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE26B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE26B is #011D94. Grayscale: #DDDDDD. Windows color (decimal): -73109 or 7070462. OLE color: 7070462.
HSL color Cylindrical-coordinate representation of color #FEE26B: hue angle of 48.57º 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 #FEE26B is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 107 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.00 |
| HSL | 48.57º | 0.99% | 0.71% | - |
| HSV(B) | 48.57º | 0.58% | 1% | - |
| XYZ | 70.72 | 76.53 | 24.95 | - |
| YUV | 220.81 | 63.78 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 107 | 0 | 0.11 | 0.58 | 0.00 | 48.57 | 0.99 | 0.71 |
| Hex | FE | E2 | 6B | 0 | B | 3A | 0 | 31 | 63 | 47 |
| Octal | 376 | 342 | 153 | 0 | 13 | 72 | 0 | 61 | 143 | 107 |
| Binary | 11111110 | 11100010 | 1101011 | 0 | 1011 | 111010 | 0 | 110001 | 1100011 | 1000111 |
Color Harmonies of #FEE26B
Complementary color
Monochromatic Colors of #FEE26B
Black with #FEE26B
Text Example
Text Example
White with #FEE26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE26B; }
p { color: rgb(254,226,107); }
H1.HeaderClassName
{
color: #FEE26B;
}
.AnyTagClassName
{
color: #FEE26B;
}
</style>
background-color css
<style>
a { background-color: #FEE26B; }
a { background-color: rgb(254,226,107); }
div.DivClassName
{
background-color: #FEE26B;
}
.BgClassName
{
background-color: #FEE26B;
}
</style>
border-color css
<style>
span { border-color: #FEE26B; }
span { border-color: rgb(254,226,107); }
td.TdClassName
{
border-color: #FEE26B;
}
.TagClassName
{
border-color: #FEE26B;
}
</style>