Shades of Pancho #E9BA8D
Tints of Pancho #E9BA8D
RGB
CMYK
RGB Variations
Color information
#E9BA8D (or 0xE9BA8D) is known color: Pancho. HEX triplet: E9, BA and 8D. RGB value is (233,186,141). Sum of RGB (Red+Green+Blue) = 233+186+141=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BA8D is #164572. Grayscale: #C3C3C3. Windows color (decimal): -1459571 or 9288425. OLE color: 9288425.
HSL color Cylindrical-coordinate representation of color #E9BA8D: hue angle of 29.35º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E9BA8D is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 141 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.09 |
| HSL | 29.35º | 0.68% | 0.73% | - |
| HSV(B) | 29.35º | 0.39% | 0.91% | - |
| XYZ | 55.97 | 54.36 | 32.74 | - |
| YUV | 194.92 | 97.57 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 141 | 0 | 0.20 | 0.39 | 0.09 | 29.35 | 0.68 | 0.73 |
| Hex | E9 | BA | 8D | 0 | 14 | 27 | 9 | 1D | 44 | 49 |
| Octal | 351 | 272 | 215 | 0 | 24 | 47 | 11 | 35 | 104 | 111 |
| Binary | 11101001 | 10111010 | 10001101 | 0 | 10100 | 100111 | 1001 | 11101 | 1000100 | 1001001 |
Color Harmonies of #E9BA8D
Complementary color
Monochromatic Colors of #E9BA8D
Black with #E9BA8D
Text Example
Text Example
White with #E9BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BA8D; }
p { color: rgb(233,186,141); }
H1.HeaderClassName
{
color: #E9BA8D;
}
.AnyTagClassName
{
color: #E9BA8D;
}
</style>
background-color css
<style>
a { background-color: #E9BA8D; }
a { background-color: rgb(233,186,141); }
div.DivClassName
{
background-color: #E9BA8D;
}
.BgClassName
{
background-color: #E9BA8D;
}
</style>
border-color css
<style>
span { border-color: #E9BA8D; }
span { border-color: rgb(233,186,141); }
td.TdClassName
{
border-color: #E9BA8D;
}
.TagClassName
{
border-color: #E9BA8D;
}
</style>