Shades of Pancho #E4BA9E
Tints of Pancho #E4BA9E
RGB
CMYK
RGB Variations
Color information
#E4BA9E (or 0xE4BA9E) is known color: Pancho. HEX triplet: E4, BA and 9E. RGB value is (228,186,158). Sum of RGB (Red+Green+Blue) = 228+186+158=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BA9E is #1B4561. Grayscale: #C3C3C3. Windows color (decimal): -1787234 or 10402532. OLE color: 10402532.
HSL color Cylindrical-coordinate representation of color #E4BA9E: hue angle of 24º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E4BA9E is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 186 | 158 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.11 |
| HSL | 24º | 0.56% | 0.76% | - |
| HSV(B) | 24º | 0.31% | 0.89% | - |
| XYZ | 55.73 | 54.08 | 39.85 | - |
| YUV | 195.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 186 | 158 | 0 | 0.18 | 0.31 | 0.11 | 24 | 0.56 | 0.76 |
| Hex | E4 | BA | 9E | 0 | 12 | 1F | B | 18 | 38 | 4C |
| Octal | 344 | 272 | 236 | 0 | 22 | 37 | 13 | 30 | 70 | 114 |
| Binary | 11100100 | 10111010 | 10011110 | 0 | 10010 | 11111 | 1011 | 11000 | 111000 | 1001100 |
Color Harmonies of #E4BA9E
Complementary color
Monochromatic Colors of #E4BA9E
Black with #E4BA9E
Text Example
Text Example
White with #E4BA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BA9E; }
p { color: rgb(228,186,158); }
H1.HeaderClassName
{
color: #E4BA9E;
}
.AnyTagClassName
{
color: #E4BA9E;
}
</style>
background-color css
<style>
a { background-color: #E4BA9E; }
a { background-color: rgb(228,186,158); }
div.DivClassName
{
background-color: #E4BA9E;
}
.BgClassName
{
background-color: #E4BA9E;
}
</style>
border-color css
<style>
span { border-color: #E4BA9E; }
span { border-color: rgb(228,186,158); }
td.TdClassName
{
border-color: #E4BA9E;
}
.TagClassName
{
border-color: #E4BA9E;
}
</style>