Shades of Pancho #E8BD99
Tints of Pancho #E8BD99
RGB
CMYK
RGB Variations
Color information
#E8BD99 (or 0xE8BD99) is known color: Pancho. HEX triplet: E8, BD and 99. RGB value is (232,189,153). Sum of RGB (Red+Green+Blue) = 232+189+153=574 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.42% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 153 (60.16% from 255 or 26.66% from 574); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BD99 is #174266. Grayscale: #C5C5C5. Windows color (decimal): -1524327 or 10075624. OLE color: 10075624.
HSL color Cylindrical-coordinate representation of color #E8BD99: hue angle of 27.34º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8BD99 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 189 | 153 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.09 |
| HSL | 27.34º | 0.63% | 0.75% | - |
| HSV(B) | 27.34º | 0.34% | 0.91% | - |
| XYZ | 57.23 | 55.85 | 37.9 | - |
| YUV | 197.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 153 | 0 | 0.19 | 0.34 | 0.09 | 27.34 | 0.63 | 0.75 |
| Hex | E8 | BD | 99 | 0 | 13 | 22 | 9 | 1B | 3F | 4B |
| Octal | 350 | 275 | 231 | 0 | 23 | 42 | 11 | 33 | 77 | 113 |
| Binary | 11101000 | 10111101 | 10011001 | 0 | 10011 | 100010 | 1001 | 11011 | 111111 | 1001011 |
Color Harmonies of #E8BD99
Complementary color
Monochromatic Colors of #E8BD99
Black with #E8BD99
Text Example
Text Example
White with #E8BD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BD99; }
p { color: rgb(232,189,153); }
H1.HeaderClassName
{
color: #E8BD99;
}
.AnyTagClassName
{
color: #E8BD99;
}
</style>
background-color css
<style>
a { background-color: #E8BD99; }
a { background-color: rgb(232,189,153); }
div.DivClassName
{
background-color: #E8BD99;
}
.BgClassName
{
background-color: #E8BD99;
}
</style>
border-color css
<style>
span { border-color: #E8BD99; }
span { border-color: rgb(232,189,153); }
td.TdClassName
{
border-color: #E8BD99;
}
.TagClassName
{
border-color: #E8BD99;
}
</style>