Shades of Pancho #E0BD96
Tints of Pancho #E0BD96
RGB
CMYK
RGB Variations
Color information
#E0BD96 (or 0xE0BD96) is known color: Pancho. HEX triplet: E0, BD and 96. RGB value is (224,189,150). Sum of RGB (Red+Green+Blue) = 224+189+150=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BD96 is #1F4269. Grayscale: #C3C3C3. Windows color (decimal): -2048618 or 9879008. OLE color: 9879008.
HSL color Cylindrical-coordinate representation of color #E0BD96: hue angle of 31.62º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0BD96 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 150 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.12 |
| HSL | 31.62º | 0.54% | 0.73% | - |
| HSV(B) | 31.62º | 0.33% | 0.88% | - |
| XYZ | 54.44 | 54.44 | 36.49 | - |
| YUV | 195.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 150 | 0 | 0.16 | 0.33 | 0.12 | 31.62 | 0.54 | 0.73 |
| Hex | E0 | BD | 96 | 0 | 10 | 21 | C | 20 | 36 | 49 |
| Octal | 340 | 275 | 226 | 0 | 20 | 41 | 14 | 40 | 66 | 111 |
| Binary | 11100000 | 10111101 | 10010110 | 0 | 10000 | 100001 | 1100 | 100000 | 110110 | 1001001 |
Color Harmonies of #E0BD96
Complementary color
Monochromatic Colors of #E0BD96
Black with #E0BD96
Text Example
Text Example
White with #E0BD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BD96; }
p { color: rgb(224,189,150); }
H1.HeaderClassName
{
color: #E0BD96;
}
.AnyTagClassName
{
color: #E0BD96;
}
</style>
background-color css
<style>
a { background-color: #E0BD96; }
a { background-color: rgb(224,189,150); }
div.DivClassName
{
background-color: #E0BD96;
}
.BgClassName
{
background-color: #E0BD96;
}
</style>
border-color css
<style>
span { border-color: #E0BD96; }
span { border-color: rgb(224,189,150); }
td.TdClassName
{
border-color: #E0BD96;
}
.TagClassName
{
border-color: #E0BD96;
}
</style>