Shades of Pancho #E0B898
Tints of Pancho #E0B898
RGB
CMYK
RGB Variations
Color information
#E0B898 (or 0xE0B898) is known color: Pancho. HEX triplet: E0, B8 and 98. RGB value is (224,184,152). Sum of RGB (Red+Green+Blue) = 224+184+152=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B898 is #1F4767. Grayscale: #C0C0C0. Windows color (decimal): -2049896 or 10008800. OLE color: 10008800.
HSL color Cylindrical-coordinate representation of color #E0B898: hue angle of 26.67º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0B898 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 184 | 152 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.12 |
| HSL | 26.67º | 0.54% | 0.74% | - |
| HSV(B) | 26.67º | 0.32% | 0.88% | - |
| XYZ | 53.55 | 52.4 | 37 | - |
| YUV | 192.31 | 105.25 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 184 | 152 | 0 | 0.18 | 0.32 | 0.12 | 26.67 | 0.54 | 0.74 |
| Hex | E0 | B8 | 98 | 0 | 12 | 20 | C | 1B | 36 | 4A |
| Octal | 340 | 270 | 230 | 0 | 22 | 40 | 14 | 33 | 66 | 112 |
| Binary | 11100000 | 10111000 | 10011000 | 0 | 10010 | 100000 | 1100 | 11011 | 110110 | 1001010 |
Color Harmonies of #E0B898
Complementary color
Monochromatic Colors of #E0B898
Black with #E0B898
Text Example
Text Example
White with #E0B898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B898; }
p { color: rgb(224,184,152); }
H1.HeaderClassName
{
color: #E0B898;
}
.AnyTagClassName
{
color: #E0B898;
}
</style>
background-color css
<style>
a { background-color: #E0B898; }
a { background-color: rgb(224,184,152); }
div.DivClassName
{
background-color: #E0B898;
}
.BgClassName
{
background-color: #E0B898;
}
</style>
border-color css
<style>
span { border-color: #E0B898; }
span { border-color: rgb(224,184,152); }
td.TdClassName
{
border-color: #E0B898;
}
.TagClassName
{
border-color: #E0B898;
}
</style>