Shades of Sweet Corn #FFE279
Tints of Sweet Corn #FFE279
RGB
CMYK
RGB Variations
Color information
#FFE279 (or 0xFFE279) is known color: Sweet Corn. HEX triplet: FF, E2 and 79. RGB value is (255,226,121). Sum of RGB (Red+Green+Blue) = 255+226+121=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 121 (47.66% from 255 or 20.10% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE279 is #001D86. Grayscale: #DFDFDF. Windows color (decimal): -7559 or 7987967. OLE color: 7987967.
HSL color Cylindrical-coordinate representation of color #FFE279: hue angle of 47.01º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFE279 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 121 | - |
| CMYK | 0 | 0.11 | 0.53 | 0 |
| HSL | 47.01º | 1% | 0.74% | - |
| HSV(B) | 47.01º | 0.53% | 1% | - |
| XYZ | 71.89 | 77.03 | 29.17 | - |
| YUV | 222.7 | 70.61 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 121 | 0 | 0.11 | 0.53 | 0 | 47.01 | 1 | 0.74 |
| Hex | FF | E2 | 79 | 0 | B | 35 | 0 | 2F | 64 | 4A |
| Octal | 377 | 342 | 171 | 0 | 13 | 65 | 0 | 57 | 144 | 112 |
| Binary | 11111111 | 11100010 | 1111001 | 0 | 1011 | 110101 | 0 | 101111 | 1100100 | 1001010 |
Color Harmonies of #FFE279
Complementary color
Monochromatic Colors of #FFE279
Black with #FFE279
Text Example
Text Example
White with #FFE279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE279; }
p { color: rgb(255,226,121); }
H1.HeaderClassName
{
color: #FFE279;
}
.AnyTagClassName
{
color: #FFE279;
}
</style>
background-color css
<style>
a { background-color: #FFE279; }
a { background-color: rgb(255,226,121); }
div.DivClassName
{
background-color: #FFE279;
}
.BgClassName
{
background-color: #FFE279;
}
</style>
border-color css
<style>
span { border-color: #FFE279; }
span { border-color: rgb(255,226,121); }
td.TdClassName
{
border-color: #FFE279;
}
.TagClassName
{
border-color: #FFE279;
}
</style>