Shades of Sweet Corn #FFE875
Tints of Sweet Corn #FFE875
RGB
CMYK
RGB Variations
Color information
#FFE875 (or 0xFFE875) is known color: Sweet Corn. HEX triplet: FF, E8 and 75. RGB value is (255,232,117). Sum of RGB (Red+Green+Blue) = 255+232+117=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 232 (91.02% from 255 or 38.41% from 604); Blue value is 117 (46.09% from 255 or 19.37% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE875 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE875 is #00178A. Grayscale: #E2E2E2. Windows color (decimal): -6027 or 7727359. OLE color: 7727359.
HSL color Cylindrical-coordinate representation of color #FFE875: hue angle of 50º 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 #FFE875 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 117 | - |
| CMYK | 0 | 0.09 | 0.54 | 0 |
| HSL | 50º | 1% | 0.73% | - |
| HSV(B) | 50º | 0.54% | 1% | - |
| XYZ | 73.31 | 80.26 | 28.46 | - |
| YUV | 225.77 | 66.62 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 117 | 0 | 0.09 | 0.54 | 0 | 50 | 1 | 0.73 |
| Hex | FF | E8 | 75 | 0 | 9 | 36 | 0 | 32 | 64 | 49 |
| Octal | 377 | 350 | 165 | 0 | 11 | 66 | 0 | 62 | 144 | 111 |
| Binary | 11111111 | 11101000 | 1110101 | 0 | 1001 | 110110 | 0 | 110010 | 1100100 | 1001001 |
Color Harmonies of #FFE875
Complementary color
Monochromatic Colors of #FFE875
Black with #FFE875
Text Example
Text Example
White with #FFE875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE875; }
p { color: rgb(255,232,117); }
H1.HeaderClassName
{
color: #FFE875;
}
.AnyTagClassName
{
color: #FFE875;
}
</style>
background-color css
<style>
a { background-color: #FFE875; }
a { background-color: rgb(255,232,117); }
div.DivClassName
{
background-color: #FFE875;
}
.BgClassName
{
background-color: #FFE875;
}
</style>
border-color css
<style>
span { border-color: #FFE875; }
span { border-color: rgb(255,232,117); }
td.TdClassName
{
border-color: #FFE875;
}
.TagClassName
{
border-color: #FFE875;
}
</style>