Shades of Sweet Corn #FFE268
Tints of Sweet Corn #FFE268
RGB
CMYK
RGB Variations
Color information
#FFE268 (or 0xFFE268) is known color: Sweet Corn. HEX triplet: FF, E2 and 68. RGB value is (255,226,104). Sum of RGB (Red+Green+Blue) = 255+226+104=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 104 (41.02% from 255 or 17.78% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE268 is #001D97. Grayscale: #DDDDDD. Windows color (decimal): -7576 or 6873855. OLE color: 6873855.
HSL color Cylindrical-coordinate representation of color #FFE268: hue angle of 48.48º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFE268 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 104 | - |
| CMYK | 0 | 0.11 | 0.59 | 0 |
| HSL | 48.48º | 1% | 0.7% | - |
| HSV(B) | 48.48º | 0.59% | 1% | - |
| XYZ | 70.94 | 76.65 | 24.15 | - |
| YUV | 220.76 | 62.11 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 104 | 0 | 0.11 | 0.59 | 0 | 48.48 | 1 | 0.7 |
| Hex | FF | E2 | 68 | 0 | B | 3B | 0 | 30 | 64 | 46 |
| Octal | 377 | 342 | 150 | 0 | 13 | 73 | 0 | 60 | 144 | 106 |
| Binary | 11111111 | 11100010 | 1101000 | 0 | 1011 | 111011 | 0 | 110000 | 1100100 | 1000110 |
Color Harmonies of #FFE268
Complementary color
Monochromatic Colors of #FFE268
Black with #FFE268
Text Example
Text Example
White with #FFE268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE268; }
p { color: rgb(255,226,104); }
H1.HeaderClassName
{
color: #FFE268;
}
.AnyTagClassName
{
color: #FFE268;
}
</style>
background-color css
<style>
a { background-color: #FFE268; }
a { background-color: rgb(255,226,104); }
div.DivClassName
{
background-color: #FFE268;
}
.BgClassName
{
background-color: #FFE268;
}
</style>
border-color css
<style>
span { border-color: #FFE268; }
span { border-color: rgb(255,226,104); }
td.TdClassName
{
border-color: #FFE268;
}
.TagClassName
{
border-color: #FFE268;
}
</style>