Shades of Pancho #E4BC98
Tints of Pancho #E4BC98
RGB
CMYK
RGB Variations
Color information
#E4BC98 (or 0xE4BC98) is known color: Pancho. HEX triplet: E4, BC and 98. RGB value is (228,188,152). Sum of RGB (Red+Green+Blue) = 228+188+152=568 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.14% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BC98 is #1B4367. Grayscale: #C4C4C4. Windows color (decimal): -1786728 or 10009828. OLE color: 10009828.
HSL color Cylindrical-coordinate representation of color #E4BC98: hue angle of 28.42º 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 #E4BC98 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 188 | 152 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.11 |
| HSL | 28.42º | 0.58% | 0.75% | - |
| HSV(B) | 28.42º | 0.33% | 0.89% | - |
| XYZ | 55.65 | 54.73 | 37.34 | - |
| YUV | 195.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 188 | 152 | 0 | 0.18 | 0.33 | 0.11 | 28.42 | 0.58 | 0.75 |
| Hex | E4 | BC | 98 | 0 | 12 | 21 | B | 1C | 3A | 4B |
| Octal | 344 | 274 | 230 | 0 | 22 | 41 | 13 | 34 | 72 | 113 |
| Binary | 11100100 | 10111100 | 10011000 | 0 | 10010 | 100001 | 1011 | 11100 | 111010 | 1001011 |
Color Harmonies of #E4BC98
Complementary color
Monochromatic Colors of #E4BC98
Black with #E4BC98
Text Example
Text Example
White with #E4BC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BC98; }
p { color: rgb(228,188,152); }
H1.HeaderClassName
{
color: #E4BC98;
}
.AnyTagClassName
{
color: #E4BC98;
}
</style>
background-color css
<style>
a { background-color: #E4BC98; }
a { background-color: rgb(228,188,152); }
div.DivClassName
{
background-color: #E4BC98;
}
.BgClassName
{
background-color: #E4BC98;
}
</style>
border-color css
<style>
span { border-color: #E4BC98; }
span { border-color: rgb(228,188,152); }
td.TdClassName
{
border-color: #E4BC98;
}
.TagClassName
{
border-color: #E4BC98;
}
</style>