Shades of Pancho #E2B98F
Tints of Pancho #E2B98F
RGB
CMYK
RGB Variations
Color information
#E2B98F (or 0xE2B98F) is known color: Pancho. HEX triplet: E2, B9 and 8F. RGB value is (226,185,143). Sum of RGB (Red+Green+Blue) = 226+185+143=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 143 (56.25% from 255 or 25.81% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B98F is #1D4670. Grayscale: #C0C0C0. Windows color (decimal): -1918577 or 9419234. OLE color: 9419234.
HSL color Cylindrical-coordinate representation of color #E2B98F: hue angle of 30.36º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E2B98F is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 185 | 143 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.11 |
| HSL | 30.36º | 0.59% | 0.72% | - |
| HSV(B) | 30.36º | 0.37% | 0.89% | - |
| XYZ | 53.67 | 52.85 | 33.36 | - |
| YUV | 192.47 | 100.08 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 143 | 0 | 0.18 | 0.37 | 0.11 | 30.36 | 0.59 | 0.72 |
| Hex | E2 | B9 | 8F | 0 | 12 | 25 | B | 1E | 3B | 48 |
| Octal | 342 | 271 | 217 | 0 | 22 | 45 | 13 | 36 | 73 | 110 |
| Binary | 11100010 | 10111001 | 10001111 | 0 | 10010 | 100101 | 1011 | 11110 | 111011 | 1001000 |
Color Harmonies of #E2B98F
Complementary color
Monochromatic Colors of #E2B98F
Black with #E2B98F
Text Example
Text Example
White with #E2B98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B98F; }
p { color: rgb(226,185,143); }
H1.HeaderClassName
{
color: #E2B98F;
}
.AnyTagClassName
{
color: #E2B98F;
}
</style>
background-color css
<style>
a { background-color: #E2B98F; }
a { background-color: rgb(226,185,143); }
div.DivClassName
{
background-color: #E2B98F;
}
.BgClassName
{
background-color: #E2B98F;
}
</style>
border-color css
<style>
span { border-color: #E2B98F; }
span { border-color: rgb(226,185,143); }
td.TdClassName
{
border-color: #E2B98F;
}
.TagClassName
{
border-color: #E2B98F;
}
</style>