Shades of Pancho #E0BF9A
Tints of Pancho #E0BF9A
RGB
CMYK
RGB Variations
Color information
#E0BF9A (or 0xE0BF9A) is known color: Pancho. HEX triplet: E0, BF and 9A. RGB value is (224,191,154). Sum of RGB (Red+Green+Blue) = 224+191+154=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BF9A is #1F4065. Grayscale: #C4C4C4. Windows color (decimal): -2048102 or 10141664. OLE color: 10141664.
HSL color Cylindrical-coordinate representation of color #E0BF9A: hue angle of 31.71º 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 #E0BF9A is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 154 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.12 |
| HSL | 31.71º | 0.53% | 0.74% | - |
| HSV(B) | 31.71º | 0.31% | 0.88% | - |
| XYZ | 55.2 | 55.44 | 38.36 | - |
| YUV | 196.65 | 103.93 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 154 | 0 | 0.15 | 0.31 | 0.12 | 31.71 | 0.53 | 0.74 |
| Hex | E0 | BF | 9A | 0 | F | 1F | C | 20 | 35 | 4A |
| Octal | 340 | 277 | 232 | 0 | 17 | 37 | 14 | 40 | 65 | 112 |
| Binary | 11100000 | 10111111 | 10011010 | 0 | 1111 | 11111 | 1100 | 100000 | 110101 | 1001010 |
Color Harmonies of #E0BF9A
Complementary color
Monochromatic Colors of #E0BF9A
Black with #E0BF9A
Text Example
Text Example
White with #E0BF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BF9A; }
p { color: rgb(224,191,154); }
H1.HeaderClassName
{
color: #E0BF9A;
}
.AnyTagClassName
{
color: #E0BF9A;
}
</style>
background-color css
<style>
a { background-color: #E0BF9A; }
a { background-color: rgb(224,191,154); }
div.DivClassName
{
background-color: #E0BF9A;
}
.BgClassName
{
background-color: #E0BF9A;
}
</style>
border-color css
<style>
span { border-color: #E0BF9A; }
span { border-color: rgb(224,191,154); }
td.TdClassName
{
border-color: #E0BF9A;
}
.TagClassName
{
border-color: #E0BF9A;
}
</style>