Shades of Pancho #E9BC94
Tints of Pancho #E9BC94
RGB
CMYK
RGB Variations
Color information
#E9BC94 (or 0xE9BC94) is known color: Pancho. HEX triplet: E9, BC and 94. RGB value is (233,188,148). Sum of RGB (Red+Green+Blue) = 233+188+148=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BC94 is #16436B. Grayscale: #C5C5C5. Windows color (decimal): -1459052 or 9747689. OLE color: 9747689.
HSL color Cylindrical-coordinate representation of color #E9BC94: hue angle of 28.24º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9BC94 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 148 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.09 |
| HSL | 28.24º | 0.66% | 0.75% | - |
| HSV(B) | 28.24º | 0.36% | 0.91% | - |
| XYZ | 56.93 | 55.43 | 35.72 | - |
| YUV | 196.9 | 100.41 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 148 | 0 | 0.19 | 0.36 | 0.09 | 28.24 | 0.66 | 0.75 |
| Hex | E9 | BC | 94 | 0 | 13 | 24 | 9 | 1C | 42 | 4B |
| Octal | 351 | 274 | 224 | 0 | 23 | 44 | 11 | 34 | 102 | 113 |
| Binary | 11101001 | 10111100 | 10010100 | 0 | 10011 | 100100 | 1001 | 11100 | 1000010 | 1001011 |
Color Harmonies of #E9BC94
Complementary color
Monochromatic Colors of #E9BC94
Black with #E9BC94
Text Example
Text Example
White with #E9BC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BC94; }
p { color: rgb(233,188,148); }
H1.HeaderClassName
{
color: #E9BC94;
}
.AnyTagClassName
{
color: #E9BC94;
}
</style>
background-color css
<style>
a { background-color: #E9BC94; }
a { background-color: rgb(233,188,148); }
div.DivClassName
{
background-color: #E9BC94;
}
.BgClassName
{
background-color: #E9BC94;
}
</style>
border-color css
<style>
span { border-color: #E9BC94; }
span { border-color: rgb(233,188,148); }
td.TdClassName
{
border-color: #E9BC94;
}
.TagClassName
{
border-color: #E9BC94;
}
</style>