Shades of Pancho #E2BD93
Tints of Pancho #E2BD93
RGB
CMYK
RGB Variations
Color information
#E2BD93 (or 0xE2BD93) is known color: Pancho. HEX triplet: E2, BD and 93. RGB value is (226,189,147). Sum of RGB (Red+Green+Blue) = 226+189+147=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BD93 is #1D426C. Grayscale: #C3C3C3. Windows color (decimal): -1917549 or 9682402. OLE color: 9682402.
HSL color Cylindrical-coordinate representation of color #E2BD93: hue angle of 31.9º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2BD93 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 147 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.11 |
| HSL | 31.9º | 0.58% | 0.73% | - |
| HSV(B) | 31.9º | 0.35% | 0.89% | - |
| XYZ | 54.83 | 54.67 | 35.27 | - |
| YUV | 195.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 147 | 0 | 0.16 | 0.35 | 0.11 | 31.9 | 0.58 | 0.73 |
| Hex | E2 | BD | 93 | 0 | 10 | 23 | B | 20 | 3A | 49 |
| Octal | 342 | 275 | 223 | 0 | 20 | 43 | 13 | 40 | 72 | 111 |
| Binary | 11100010 | 10111101 | 10010011 | 0 | 10000 | 100011 | 1011 | 100000 | 111010 | 1001001 |
Color Harmonies of #E2BD93
Complementary color
Monochromatic Colors of #E2BD93
Black with #E2BD93
Text Example
Text Example
White with #E2BD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BD93; }
p { color: rgb(226,189,147); }
H1.HeaderClassName
{
color: #E2BD93;
}
.AnyTagClassName
{
color: #E2BD93;
}
</style>
background-color css
<style>
a { background-color: #E2BD93; }
a { background-color: rgb(226,189,147); }
div.DivClassName
{
background-color: #E2BD93;
}
.BgClassName
{
background-color: #E2BD93;
}
</style>
border-color css
<style>
span { border-color: #E2BD93; }
span { border-color: rgb(226,189,147); }
td.TdClassName
{
border-color: #E2BD93;
}
.TagClassName
{
border-color: #E2BD93;
}
</style>