Shades of Egg Sour #FFE8C0
Tints of Egg Sour #FFE8C0
RGB
CMYK
RGB Variations
Color information
#FFE8C0 (or 0xFFE8C0) is known color: Egg Sour. HEX triplet: FF, E8 and C0. RGB value is (255,232,192). Sum of RGB (Red+Green+Blue) = 255+232+192=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 232 (91.02% from 255 or 34.17% from 679); Blue value is 192 (75.39% from 255 or 28.28% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE8C0 is #00173F. Grayscale: #EAEAEA. Windows color (decimal): -5952 or 12642559. OLE color: 12642559.
HSL color Cylindrical-coordinate representation of color #FFE8C0: hue angle of 38.1º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFE8C0 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 192 | - |
| CMYK | 0 | 0.09 | 0.25 | 0 |
| HSL | 38.1º | 1% | 0.88% | - |
| HSV(B) | 38.1º | 0.25% | 1% | - |
| XYZ | 79.61 | 82.78 | 61.65 | - |
| YUV | 234.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 192 | 0 | 0.09 | 0.25 | 0 | 38.1 | 1 | 0.88 |
| Hex | FF | E8 | C0 | 0 | 9 | 19 | 0 | 26 | 64 | 58 |
| Octal | 377 | 350 | 300 | 0 | 11 | 31 | 0 | 46 | 144 | 130 |
| Binary | 11111111 | 11101000 | 11000000 | 0 | 1001 | 11001 | 0 | 100110 | 1100100 | 1011000 |
Color Harmonies of #FFE8C0
Complementary color
Monochromatic Colors of #FFE8C0
Black with #FFE8C0
Text Example
Text Example
White with #FFE8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE8C0; }
p { color: rgb(255,232,192); }
H1.HeaderClassName
{
color: #FFE8C0;
}
.AnyTagClassName
{
color: #FFE8C0;
}
</style>
background-color css
<style>
a { background-color: #FFE8C0; }
a { background-color: rgb(255,232,192); }
div.DivClassName
{
background-color: #FFE8C0;
}
.BgClassName
{
background-color: #FFE8C0;
}
</style>
border-color css
<style>
span { border-color: #FFE8C0; }
span { border-color: rgb(255,232,192); }
td.TdClassName
{
border-color: #FFE8C0;
}
.TagClassName
{
border-color: #FFE8C0;
}
</style>