Shades of Pancho #E9BC8D
Tints of Pancho #E9BC8D
RGB
CMYK
RGB Variations
Color information
#E9BC8D (or 0xE9BC8D) is known color: Pancho. HEX triplet: E9, BC and 8D. RGB value is (233,188,141). Sum of RGB (Red+Green+Blue) = 233+188+141=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BC8D is #164372. Grayscale: #C4C4C4. Windows color (decimal): -1459059 or 9288937. OLE color: 9288937.
HSL color Cylindrical-coordinate representation of color #E9BC8D: hue angle of 30.65º 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 #E9BC8D is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 141 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.09 |
| HSL | 30.65º | 0.68% | 0.73% | - |
| HSV(B) | 30.65º | 0.39% | 0.91% | - |
| XYZ | 56.4 | 55.21 | 32.88 | - |
| YUV | 196.1 | 96.91 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 141 | 0 | 0.19 | 0.39 | 0.09 | 30.65 | 0.68 | 0.73 |
| Hex | E9 | BC | 8D | 0 | 13 | 27 | 9 | 1F | 44 | 49 |
| Octal | 351 | 274 | 215 | 0 | 23 | 47 | 11 | 37 | 104 | 111 |
| Binary | 11101001 | 10111100 | 10001101 | 0 | 10011 | 100111 | 1001 | 11111 | 1000100 | 1001001 |
Color Harmonies of #E9BC8D
Complementary color
Monochromatic Colors of #E9BC8D
Black with #E9BC8D
Text Example
Text Example
White with #E9BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BC8D; }
p { color: rgb(233,188,141); }
H1.HeaderClassName
{
color: #E9BC8D;
}
.AnyTagClassName
{
color: #E9BC8D;
}
</style>
background-color css
<style>
a { background-color: #E9BC8D; }
a { background-color: rgb(233,188,141); }
div.DivClassName
{
background-color: #E9BC8D;
}
.BgClassName
{
background-color: #E9BC8D;
}
</style>
border-color css
<style>
span { border-color: #E9BC8D; }
span { border-color: rgb(233,188,141); }
td.TdClassName
{
border-color: #E9BC8D;
}
.TagClassName
{
border-color: #E9BC8D;
}
</style>