Shades of Pancho #E3BD93
Tints of Pancho #E3BD93
RGB
CMYK
RGB Variations
Color information
#E3BD93 (or 0xE3BD93) is known color: Pancho. HEX triplet: E3, BD and 93. RGB value is (227,189,147). Sum of RGB (Red+Green+Blue) = 227+189+147=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BD93 is #1C426C. Grayscale: #C3C3C3. Windows color (decimal): -1852013 or 9682403. OLE color: 9682403.
HSL color Cylindrical-coordinate representation of color #E3BD93: hue angle of 31.5º degrees, saturation: 0.59, 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 #E3BD93 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 147 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.11 |
| HSL | 31.5º | 0.59% | 0.73% | - |
| HSV(B) | 31.5º | 0.35% | 0.89% | - |
| XYZ | 55.14 | 54.83 | 35.28 | - |
| YUV | 195.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 147 | 0 | 0.17 | 0.35 | 0.11 | 31.5 | 0.59 | 0.73 |
| Hex | E3 | BD | 93 | 0 | 11 | 23 | B | 1F | 3B | 49 |
| Octal | 343 | 275 | 223 | 0 | 21 | 43 | 13 | 37 | 73 | 111 |
| Binary | 11100011 | 10111101 | 10010011 | 0 | 10001 | 100011 | 1011 | 11111 | 111011 | 1001001 |
Color Harmonies of #E3BD93
Complementary color
Monochromatic Colors of #E3BD93
Black with #E3BD93
Text Example
Text Example
White with #E3BD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BD93; }
p { color: rgb(227,189,147); }
H1.HeaderClassName
{
color: #E3BD93;
}
.AnyTagClassName
{
color: #E3BD93;
}
</style>
background-color css
<style>
a { background-color: #E3BD93; }
a { background-color: rgb(227,189,147); }
div.DivClassName
{
background-color: #E3BD93;
}
.BgClassName
{
background-color: #E3BD93;
}
</style>
border-color css
<style>
span { border-color: #E3BD93; }
span { border-color: rgb(227,189,147); }
td.TdClassName
{
border-color: #E3BD93;
}
.TagClassName
{
border-color: #E3BD93;
}
</style>