Shades of Pancho #E9BB8F
Tints of Pancho #E9BB8F
RGB
CMYK
RGB Variations
Color information
#E9BB8F (or 0xE9BB8F) is known color: Pancho. HEX triplet: E9, BB and 8F. RGB value is (233,187,143). Sum of RGB (Red+Green+Blue) = 233+187+143=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BB8F is #164470. Grayscale: #C3C3C3. Windows color (decimal): -1459313 or 9419753. OLE color: 9419753.
HSL color Cylindrical-coordinate representation of color #E9BB8F: hue angle of 29.33º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E9BB8F is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 187 | 143 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.09 |
| HSL | 29.33º | 0.67% | 0.74% | - |
| HSV(B) | 29.33º | 0.39% | 0.91% | - |
| XYZ | 56.33 | 54.85 | 33.6 | - |
| YUV | 195.74 | 98.24 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 187 | 143 | 0 | 0.20 | 0.39 | 0.09 | 29.33 | 0.67 | 0.74 |
| Hex | E9 | BB | 8F | 0 | 14 | 27 | 9 | 1D | 43 | 4A |
| Octal | 351 | 273 | 217 | 0 | 24 | 47 | 11 | 35 | 103 | 112 |
| Binary | 11101001 | 10111011 | 10001111 | 0 | 10100 | 100111 | 1001 | 11101 | 1000011 | 1001010 |
Color Harmonies of #E9BB8F
Complementary color
Monochromatic Colors of #E9BB8F
Black with #E9BB8F
Text Example
Text Example
White with #E9BB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BB8F; }
p { color: rgb(233,187,143); }
H1.HeaderClassName
{
color: #E9BB8F;
}
.AnyTagClassName
{
color: #E9BB8F;
}
</style>
background-color css
<style>
a { background-color: #E9BB8F; }
a { background-color: rgb(233,187,143); }
div.DivClassName
{
background-color: #E9BB8F;
}
.BgClassName
{
background-color: #E9BB8F;
}
</style>
border-color css
<style>
span { border-color: #E9BB8F; }
span { border-color: rgb(233,187,143); }
td.TdClassName
{
border-color: #E9BB8F;
}
.TagClassName
{
border-color: #E9BB8F;
}
</style>