Shades of Sweet Corn #FFE274
Tints of Sweet Corn #FFE274
RGB
CMYK
RGB Variations
Color information
#FFE274 (or 0xFFE274) is known color: Sweet Corn. HEX triplet: FF, E2 and 74. RGB value is (255,226,116). Sum of RGB (Red+Green+Blue) = 255+226+116=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 116 (45.70% from 255 or 19.43% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE274 is #001D8B. Grayscale: #DEDEDE. Windows color (decimal): -7564 or 7660287. OLE color: 7660287.
HSL color Cylindrical-coordinate representation of color #FFE274: hue angle of 47.48º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFE274 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 116 | - |
| CMYK | 0 | 0.11 | 0.55 | 0 |
| HSL | 47.48º | 1% | 0.73% | - |
| HSV(B) | 47.48º | 0.55% | 1% | - |
| XYZ | 71.59 | 76.91 | 27.6 | - |
| YUV | 222.13 | 68.11 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 116 | 0 | 0.11 | 0.55 | 0 | 47.48 | 1 | 0.73 |
| Hex | FF | E2 | 74 | 0 | B | 37 | 0 | 2F | 64 | 49 |
| Octal | 377 | 342 | 164 | 0 | 13 | 67 | 0 | 57 | 144 | 111 |
| Binary | 11111111 | 11100010 | 1110100 | 0 | 1011 | 110111 | 0 | 101111 | 1100100 | 1001001 |
Color Harmonies of #FFE274
Complementary color
Monochromatic Colors of #FFE274
Black with #FFE274
Text Example
Text Example
White with #FFE274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE274; }
p { color: rgb(255,226,116); }
H1.HeaderClassName
{
color: #FFE274;
}
.AnyTagClassName
{
color: #FFE274;
}
</style>
background-color css
<style>
a { background-color: #FFE274; }
a { background-color: rgb(255,226,116); }
div.DivClassName
{
background-color: #FFE274;
}
.BgClassName
{
background-color: #FFE274;
}
</style>
border-color css
<style>
span { border-color: #FFE274; }
span { border-color: rgb(255,226,116); }
td.TdClassName
{
border-color: #FFE274;
}
.TagClassName
{
border-color: #FFE274;
}
</style>