Shades of Egg Sour #F9E2C0
Tints of Egg Sour #F9E2C0
RGB
CMYK
RGB Variations
Color information
#F9E2C0 (or 0xF9E2C0) is known color: Egg Sour. HEX triplet: F9, E2 and C0. RGB value is (249,226,192). Sum of RGB (Red+Green+Blue) = 249+226+192=667 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.33% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 192 (75.39% from 255 or 28.79% from 667); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E2C0 is #061D3F. Grayscale: #E5E5E5. Windows color (decimal): -400704 or 12641017. OLE color: 12641017.
HSL color Cylindrical-coordinate representation of color #F9E2C0: hue angle of 35.79º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9E2C0 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 226 | 192 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.02 |
| HSL | 35.79º | 0.83% | 0.86% | - |
| HSV(B) | 35.79º | 0.23% | 0.98% | - |
| XYZ | 75.78 | 78.34 | 61 | - |
| YUV | 229 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 226 | 192 | 0 | 0.09 | 0.23 | 0.02 | 35.79 | 0.83 | 0.86 |
| Hex | F9 | E2 | C0 | 0 | 9 | 17 | 2 | 24 | 53 | 56 |
| Octal | 371 | 342 | 300 | 0 | 11 | 27 | 2 | 44 | 123 | 126 |
| Binary | 11111001 | 11100010 | 11000000 | 0 | 1001 | 10111 | 10 | 100100 | 1010011 | 1010110 |
Color Harmonies of #F9E2C0
Complementary color
Monochromatic Colors of #F9E2C0
Black with #F9E2C0
Text Example
Text Example
White with #F9E2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E2C0; }
p { color: rgb(249,226,192); }
H1.HeaderClassName
{
color: #F9E2C0;
}
.AnyTagClassName
{
color: #F9E2C0;
}
</style>
background-color css
<style>
a { background-color: #F9E2C0; }
a { background-color: rgb(249,226,192); }
div.DivClassName
{
background-color: #F9E2C0;
}
.BgClassName
{
background-color: #F9E2C0;
}
</style>
border-color css
<style>
span { border-color: #F9E2C0; }
span { border-color: rgb(249,226,192); }
td.TdClassName
{
border-color: #F9E2C0;
}
.TagClassName
{
border-color: #F9E2C0;
}
</style>