Shades of Pancho #E0B398
Tints of Pancho #E0B398
RGB
CMYK
RGB Variations
Color information
#E0B398 (or 0xE0B398) is known color: Pancho. HEX triplet: E0, B3 and 98. RGB value is (224,179,152). Sum of RGB (Red+Green+Blue) = 224+179+152=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B398 is #1F4C67. Grayscale: #BDBDBD. Windows color (decimal): -2051176 or 10007520. OLE color: 10007520.
HSL color Cylindrical-coordinate representation of color #E0B398: hue angle of 22.5º 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 #E0B398 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 179 | 152 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.12 |
| HSL | 22.5º | 0.54% | 0.74% | - |
| HSV(B) | 22.5º | 0.32% | 0.88% | - |
| XYZ | 52.53 | 50.35 | 36.66 | - |
| YUV | 189.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 179 | 152 | 0 | 0.20 | 0.32 | 0.12 | 22.5 | 0.54 | 0.74 |
| Hex | E0 | B3 | 98 | 0 | 14 | 20 | C | 16 | 36 | 4A |
| Octal | 340 | 263 | 230 | 0 | 24 | 40 | 14 | 26 | 66 | 112 |
| Binary | 11100000 | 10110011 | 10011000 | 0 | 10100 | 100000 | 1100 | 10110 | 110110 | 1001010 |
Color Harmonies of #E0B398
Complementary color
Monochromatic Colors of #E0B398
Black with #E0B398
Text Example
Text Example
White with #E0B398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B398; }
p { color: rgb(224,179,152); }
H1.HeaderClassName
{
color: #E0B398;
}
.AnyTagClassName
{
color: #E0B398;
}
</style>
background-color css
<style>
a { background-color: #E0B398; }
a { background-color: rgb(224,179,152); }
div.DivClassName
{
background-color: #E0B398;
}
.BgClassName
{
background-color: #E0B398;
}
</style>
border-color css
<style>
span { border-color: #E0B398; }
span { border-color: rgb(224,179,152); }
td.TdClassName
{
border-color: #E0B398;
}
.TagClassName
{
border-color: #E0B398;
}
</style>