Shades of Pancho #E0B79B
Tints of Pancho #E0B79B
RGB
CMYK
RGB Variations
Color information
#E0B79B (or 0xE0B79B) is known color: Pancho. HEX triplet: E0, B7 and 9B. RGB value is (224,183,155). Sum of RGB (Red+Green+Blue) = 224+183+155=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B79B is #1F4864. Grayscale: #C0C0C0. Windows color (decimal): -2050149 or 10205152. OLE color: 10205152.
HSL color Cylindrical-coordinate representation of color #E0B79B: hue angle of 24.35º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0B79B is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 183 | 155 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.12 |
| HSL | 24.35º | 0.53% | 0.74% | - |
| HSV(B) | 24.35º | 0.31% | 0.88% | - |
| XYZ | 53.59 | 52.08 | 38.24 | - |
| YUV | 192.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 183 | 155 | 0 | 0.18 | 0.31 | 0.12 | 24.35 | 0.53 | 0.74 |
| Hex | E0 | B7 | 9B | 0 | 12 | 1F | C | 18 | 35 | 4A |
| Octal | 340 | 267 | 233 | 0 | 22 | 37 | 14 | 30 | 65 | 112 |
| Binary | 11100000 | 10110111 | 10011011 | 0 | 10010 | 11111 | 1100 | 11000 | 110101 | 1001010 |
Color Harmonies of #E0B79B
Complementary color
Monochromatic Colors of #E0B79B
Black with #E0B79B
Text Example
Text Example
White with #E0B79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B79B; }
p { color: rgb(224,183,155); }
H1.HeaderClassName
{
color: #E0B79B;
}
.AnyTagClassName
{
color: #E0B79B;
}
</style>
background-color css
<style>
a { background-color: #E0B79B; }
a { background-color: rgb(224,183,155); }
div.DivClassName
{
background-color: #E0B79B;
}
.BgClassName
{
background-color: #E0B79B;
}
</style>
border-color css
<style>
span { border-color: #E0B79B; }
span { border-color: rgb(224,183,155); }
td.TdClassName
{
border-color: #E0B79B;
}
.TagClassName
{
border-color: #E0B79B;
}
</style>