Shades of Pancho #E0B799
Tints of Pancho #E0B799
RGB
CMYK
RGB Variations
Color information
#E0B799 (or 0xE0B799) is known color: Pancho. HEX triplet: E0, B7 and 99. RGB value is (224,183,153). Sum of RGB (Red+Green+Blue) = 224+183+153=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B799 is #1F4866. Grayscale: #C0C0C0. Windows color (decimal): -2050151 or 10074080. OLE color: 10074080.
HSL color Cylindrical-coordinate representation of color #E0B799: hue angle of 25.35º degrees, saturation: 0.53, 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 #E0B799 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 183 | 153 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.12 |
| HSL | 25.35º | 0.53% | 0.74% | - |
| HSV(B) | 25.35º | 0.32% | 0.88% | - |
| XYZ | 53.42 | 52.01 | 37.36 | - |
| YUV | 191.84 | 106.08 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 183 | 153 | 0 | 0.18 | 0.32 | 0.12 | 25.35 | 0.53 | 0.74 |
| Hex | E0 | B7 | 99 | 0 | 12 | 20 | C | 19 | 35 | 4A |
| Octal | 340 | 267 | 231 | 0 | 22 | 40 | 14 | 31 | 65 | 112 |
| Binary | 11100000 | 10110111 | 10011001 | 0 | 10010 | 100000 | 1100 | 11001 | 110101 | 1001010 |
Color Harmonies of #E0B799
Complementary color
Monochromatic Colors of #E0B799
Black with #E0B799
Text Example
Text Example
White with #E0B799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B799; }
p { color: rgb(224,183,153); }
H1.HeaderClassName
{
color: #E0B799;
}
.AnyTagClassName
{
color: #E0B799;
}
</style>
background-color css
<style>
a { background-color: #E0B799; }
a { background-color: rgb(224,183,153); }
div.DivClassName
{
background-color: #E0B799;
}
.BgClassName
{
background-color: #E0B799;
}
</style>
border-color css
<style>
span { border-color: #E0B799; }
span { border-color: rgb(224,183,153); }
td.TdClassName
{
border-color: #E0B799;
}
.TagClassName
{
border-color: #E0B799;
}
</style>