Shades of Egg Sour #F7E0BD
Tints of Egg Sour #F7E0BD
RGB
CMYK
RGB Variations
Color information
#F7E0BD (or 0xF7E0BD) is known color: Egg Sour. HEX triplet: F7, E0 and BD. RGB value is (247,224,189). Sum of RGB (Red+Green+Blue) = 247+224+189=660 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.42% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E0BD is #081F42. Grayscale: #E3E3E3. Windows color (decimal): -532291 or 12443895. OLE color: 12443895.
HSL color Cylindrical-coordinate representation of color #F7E0BD: hue angle of 36.21º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7E0BD is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 224 | 189 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.03 |
| HSL | 36.21º | 0.78% | 0.85% | - |
| HSV(B) | 36.21º | 0.23% | 0.97% | - |
| XYZ | 74.2 | 76.76 | 59.05 | - |
| YUV | 226.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 224 | 189 | 0 | 0.09 | 0.23 | 0.03 | 36.21 | 0.78 | 0.85 |
| Hex | F7 | E0 | BD | 0 | 9 | 17 | 3 | 24 | 4E | 55 |
| Octal | 367 | 340 | 275 | 0 | 11 | 27 | 3 | 44 | 116 | 125 |
| Binary | 11110111 | 11100000 | 10111101 | 0 | 1001 | 10111 | 11 | 100100 | 1001110 | 1010101 |
Color Harmonies of #F7E0BD
Complementary color
Monochromatic Colors of #F7E0BD
Black with #F7E0BD
Text Example
Text Example
White with #F7E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E0BD; }
p { color: rgb(247,224,189); }
H1.HeaderClassName
{
color: #F7E0BD;
}
.AnyTagClassName
{
color: #F7E0BD;
}
</style>
background-color css
<style>
a { background-color: #F7E0BD; }
a { background-color: rgb(247,224,189); }
div.DivClassName
{
background-color: #F7E0BD;
}
.BgClassName
{
background-color: #F7E0BD;
}
</style>
border-color css
<style>
span { border-color: #F7E0BD; }
span { border-color: rgb(247,224,189); }
td.TdClassName
{
border-color: #F7E0BD;
}
.TagClassName
{
border-color: #F7E0BD;
}
</style>