Shades of Sweet Corn #FFE278
Tints of Sweet Corn #FFE278
RGB
CMYK
RGB Variations
Color information
#FFE278 (or 0xFFE278) is known color: Sweet Corn. HEX triplet: FF, E2 and 78. RGB value is (255,226,120). Sum of RGB (Red+Green+Blue) = 255+226+120=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 120 (47.27% from 255 or 19.97% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE278 is #001D87. Grayscale: #DFDFDF. Windows color (decimal): -7560 or 7922431. OLE color: 7922431.
HSL color Cylindrical-coordinate representation of color #FFE278: hue angle of 47.11º 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 #FFE278 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 120 | - |
| CMYK | 0 | 0.11 | 0.53 | 0 |
| HSL | 47.11º | 1% | 0.74% | - |
| HSV(B) | 47.11º | 0.53% | 1% | - |
| XYZ | 71.83 | 77.01 | 28.85 | - |
| YUV | 222.59 | 70.11 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 120 | 0 | 0.11 | 0.53 | 0 | 47.11 | 1 | 0.74 |
| Hex | FF | E2 | 78 | 0 | B | 35 | 0 | 2F | 64 | 4A |
| Octal | 377 | 342 | 170 | 0 | 13 | 65 | 0 | 57 | 144 | 112 |
| Binary | 11111111 | 11100010 | 1111000 | 0 | 1011 | 110101 | 0 | 101111 | 1100100 | 1001010 |
Color Harmonies of #FFE278
Complementary color
Monochromatic Colors of #FFE278
Black with #FFE278
Text Example
Text Example
White with #FFE278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE278; }
p { color: rgb(255,226,120); }
H1.HeaderClassName
{
color: #FFE278;
}
.AnyTagClassName
{
color: #FFE278;
}
</style>
background-color css
<style>
a { background-color: #FFE278; }
a { background-color: rgb(255,226,120); }
div.DivClassName
{
background-color: #FFE278;
}
.BgClassName
{
background-color: #FFE278;
}
</style>
border-color css
<style>
span { border-color: #FFE278; }
span { border-color: rgb(255,226,120); }
td.TdClassName
{
border-color: #FFE278;
}
.TagClassName
{
border-color: #FFE278;
}
</style>