Shades of Pancho #E4BC99
Tints of Pancho #E4BC99
RGB
CMYK
RGB Variations
Color information
#E4BC99 (or 0xE4BC99) is known color: Pancho. HEX triplet: E4, BC and 99. RGB value is (228,188,153). Sum of RGB (Red+Green+Blue) = 228+188+153=569 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.07% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BC99 is #1B4366. Grayscale: #C4C4C4. Windows color (decimal): -1786727 or 10075364. OLE color: 10075364.
HSL color Cylindrical-coordinate representation of color #E4BC99: hue angle of 28º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E4BC99 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 188 | 153 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.11 |
| HSL | 28º | 0.58% | 0.75% | - |
| HSV(B) | 28º | 0.33% | 0.89% | - |
| XYZ | 55.73 | 54.76 | 37.77 | - |
| YUV | 195.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 188 | 153 | 0 | 0.18 | 0.33 | 0.11 | 28 | 0.58 | 0.75 |
| Hex | E4 | BC | 99 | 0 | 12 | 21 | B | 1C | 3A | 4B |
| Octal | 344 | 274 | 231 | 0 | 22 | 41 | 13 | 34 | 72 | 113 |
| Binary | 11100100 | 10111100 | 10011001 | 0 | 10010 | 100001 | 1011 | 11100 | 111010 | 1001011 |
Color Harmonies of #E4BC99
Complementary color
Monochromatic Colors of #E4BC99
Black with #E4BC99
Text Example
Text Example
White with #E4BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BC99; }
p { color: rgb(228,188,153); }
H1.HeaderClassName
{
color: #E4BC99;
}
.AnyTagClassName
{
color: #E4BC99;
}
</style>
background-color css
<style>
a { background-color: #E4BC99; }
a { background-color: rgb(228,188,153); }
div.DivClassName
{
background-color: #E4BC99;
}
.BgClassName
{
background-color: #E4BC99;
}
</style>
border-color css
<style>
span { border-color: #E4BC99; }
span { border-color: rgb(228,188,153); }
td.TdClassName
{
border-color: #E4BC99;
}
.TagClassName
{
border-color: #E4BC99;
}
</style>