Shades of Pancho #E9BE93
Tints of Pancho #E9BE93
RGB
CMYK
RGB Variations
Color information
#E9BE93 (or 0xE9BE93) is known color: Pancho. HEX triplet: E9, BE and 93. RGB value is (233,190,147). Sum of RGB (Red+Green+Blue) = 233+190+147=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 147 (57.81% from 255 or 25.79% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BE93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BE93 is #16416C. Grayscale: #C6C6C6. Windows color (decimal): -1458541 or 9682665. OLE color: 9682665.
HSL color Cylindrical-coordinate representation of color #E9BE93: hue angle of 30º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E9BE93 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 190 | 147 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.09 |
| HSL | 30º | 0.66% | 0.75% | - |
| HSV(B) | 30º | 0.37% | 0.91% | - |
| XYZ | 57.28 | 56.26 | 35.44 | - |
| YUV | 197.96 | 99.25 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 190 | 147 | 0 | 0.18 | 0.37 | 0.09 | 30 | 0.66 | 0.75 |
| Hex | E9 | BE | 93 | 0 | 12 | 25 | 9 | 1E | 42 | 4B |
| Octal | 351 | 276 | 223 | 0 | 22 | 45 | 11 | 36 | 102 | 113 |
| Binary | 11101001 | 10111110 | 10010011 | 0 | 10010 | 100101 | 1001 | 11110 | 1000010 | 1001011 |
Color Harmonies of #E9BE93
Complementary color
Monochromatic Colors of #E9BE93
Black with #E9BE93
Text Example
Text Example
White with #E9BE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BE93; }
p { color: rgb(233,190,147); }
H1.HeaderClassName
{
color: #E9BE93;
}
.AnyTagClassName
{
color: #E9BE93;
}
</style>
background-color css
<style>
a { background-color: #E9BE93; }
a { background-color: rgb(233,190,147); }
div.DivClassName
{
background-color: #E9BE93;
}
.BgClassName
{
background-color: #E9BE93;
}
</style>
border-color css
<style>
span { border-color: #E9BE93; }
span { border-color: rgb(233,190,147); }
td.TdClassName
{
border-color: #E9BE93;
}
.TagClassName
{
border-color: #E9BE93;
}
</style>