Shades of Pancho #E9BB8D
Tints of Pancho #E9BB8D
RGB
CMYK
RGB Variations
Color information
#E9BB8D (or 0xE9BB8D) is known color: Pancho. HEX triplet: E9, BB and 8D. RGB value is (233,187,141). Sum of RGB (Red+Green+Blue) = 233+187+141=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BB8D is #164472. Grayscale: #C3C3C3. Windows color (decimal): -1459315 or 9288681. OLE color: 9288681.
HSL color Cylindrical-coordinate representation of color #E9BB8D: hue angle of 30º 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 #E9BB8D is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 187 | 141 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.09 |
| HSL | 30º | 0.68% | 0.73% | - |
| HSV(B) | 30º | 0.39% | 0.91% | - |
| XYZ | 56.18 | 54.79 | 32.81 | - |
| YUV | 195.51 | 97.24 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 187 | 141 | 0 | 0.20 | 0.39 | 0.09 | 30 | 0.68 | 0.73 |
| Hex | E9 | BB | 8D | 0 | 14 | 27 | 9 | 1E | 44 | 49 |
| Octal | 351 | 273 | 215 | 0 | 24 | 47 | 11 | 36 | 104 | 111 |
| Binary | 11101001 | 10111011 | 10001101 | 0 | 10100 | 100111 | 1001 | 11110 | 1000100 | 1001001 |
Color Harmonies of #E9BB8D
Complementary color
Monochromatic Colors of #E9BB8D
Black with #E9BB8D
Text Example
Text Example
White with #E9BB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BB8D; }
p { color: rgb(233,187,141); }
H1.HeaderClassName
{
color: #E9BB8D;
}
.AnyTagClassName
{
color: #E9BB8D;
}
</style>
background-color css
<style>
a { background-color: #E9BB8D; }
a { background-color: rgb(233,187,141); }
div.DivClassName
{
background-color: #E9BB8D;
}
.BgClassName
{
background-color: #E9BB8D;
}
</style>
border-color css
<style>
span { border-color: #E9BB8D; }
span { border-color: rgb(233,187,141); }
td.TdClassName
{
border-color: #E9BB8D;
}
.TagClassName
{
border-color: #E9BB8D;
}
</style>