Shades of Sweet Corn #FFE26E
Tints of Sweet Corn #FFE26E
RGB
CMYK
RGB Variations
Color information
#FFE26E (or 0xFFE26E) is known color: Sweet Corn. HEX triplet: FF, E2 and 6E. RGB value is (255,226,110). Sum of RGB (Red+Green+Blue) = 255+226+110=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 110 (43.36% from 255 or 18.61% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE26E is #001D91. Grayscale: #DDDDDD. Windows color (decimal): -7570 or 7267071. OLE color: 7267071.
HSL color Cylindrical-coordinate representation of color #FFE26E: hue angle of 48º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFE26E is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 110 | - |
| CMYK | 0 | 0.11 | 0.57 | 0 |
| HSL | 48º | 1% | 0.72% | - |
| HSV(B) | 48º | 0.57% | 1% | - |
| XYZ | 71.25 | 76.78 | 25.82 | - |
| YUV | 221.45 | 65.11 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 110 | 0 | 0.11 | 0.57 | 0 | 48 | 1 | 0.72 |
| Hex | FF | E2 | 6E | 0 | B | 39 | 0 | 30 | 64 | 48 |
| Octal | 377 | 342 | 156 | 0 | 13 | 71 | 0 | 60 | 144 | 110 |
| Binary | 11111111 | 11100010 | 1101110 | 0 | 1011 | 111001 | 0 | 110000 | 1100100 | 1001000 |
Color Harmonies of #FFE26E
Complementary color
Monochromatic Colors of #FFE26E
Black with #FFE26E
Text Example
Text Example
White with #FFE26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE26E; }
p { color: rgb(255,226,110); }
H1.HeaderClassName
{
color: #FFE26E;
}
.AnyTagClassName
{
color: #FFE26E;
}
</style>
background-color css
<style>
a { background-color: #FFE26E; }
a { background-color: rgb(255,226,110); }
div.DivClassName
{
background-color: #FFE26E;
}
.BgClassName
{
background-color: #FFE26E;
}
</style>
border-color css
<style>
span { border-color: #FFE26E; }
span { border-color: rgb(255,226,110); }
td.TdClassName
{
border-color: #FFE26E;
}
.TagClassName
{
border-color: #FFE26E;
}
</style>