Shades of Sweet Corn #FFE275
Tints of Sweet Corn #FFE275
RGB
CMYK
RGB Variations
Color information
#FFE275 (or 0xFFE275) is known color: Sweet Corn. HEX triplet: FF, E2 and 75. RGB value is (255,226,117). Sum of RGB (Red+Green+Blue) = 255+226+117=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 117 (46.09% from 255 or 19.57% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE275 is #001D8A. Grayscale: #DEDEDE. Windows color (decimal): -7563 or 7725823. OLE color: 7725823.
HSL color Cylindrical-coordinate representation of color #FFE275: hue angle of 47.39º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFE275 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 117 | - |
| CMYK | 0 | 0.11 | 0.54 | 0 |
| HSL | 47.39º | 1% | 0.73% | - |
| HSV(B) | 47.39º | 0.54% | 1% | - |
| XYZ | 71.65 | 76.94 | 27.9 | - |
| YUV | 222.25 | 68.61 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 117 | 0 | 0.11 | 0.54 | 0 | 47.39 | 1 | 0.73 |
| Hex | FF | E2 | 75 | 0 | B | 36 | 0 | 2F | 64 | 49 |
| Octal | 377 | 342 | 165 | 0 | 13 | 66 | 0 | 57 | 144 | 111 |
| Binary | 11111111 | 11100010 | 1110101 | 0 | 1011 | 110110 | 0 | 101111 | 1100100 | 1001001 |
Color Harmonies of #FFE275
Complementary color
Monochromatic Colors of #FFE275
Black with #FFE275
Text Example
Text Example
White with #FFE275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE275; }
p { color: rgb(255,226,117); }
H1.HeaderClassName
{
color: #FFE275;
}
.AnyTagClassName
{
color: #FFE275;
}
</style>
background-color css
<style>
a { background-color: #FFE275; }
a { background-color: rgb(255,226,117); }
div.DivClassName
{
background-color: #FFE275;
}
.BgClassName
{
background-color: #FFE275;
}
</style>
border-color css
<style>
span { border-color: #FFE275; }
span { border-color: rgb(255,226,117); }
td.TdClassName
{
border-color: #FFE275;
}
.TagClassName
{
border-color: #FFE275;
}
</style>