Shades of Pancho #E2BD98
Tints of Pancho #E2BD98
RGB
CMYK
RGB Variations
Color information
#E2BD98 (or 0xE2BD98) is known color: Pancho. HEX triplet: E2, BD and 98. RGB value is (226,189,152). Sum of RGB (Red+Green+Blue) = 226+189+152=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BD98 is #1D4267. Grayscale: #C4C4C4. Windows color (decimal): -1917544 or 10010082. OLE color: 10010082.
HSL color Cylindrical-coordinate representation of color #E2BD98: hue angle of 30º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2BD98 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 152 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.11 |
| HSL | 30º | 0.56% | 0.74% | - |
| HSV(B) | 30º | 0.33% | 0.89% | - |
| XYZ | 55.23 | 54.83 | 37.38 | - |
| YUV | 195.85 | 103.26 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 152 | 0 | 0.16 | 0.33 | 0.11 | 30 | 0.56 | 0.74 |
| Hex | E2 | BD | 98 | 0 | 10 | 21 | B | 1E | 38 | 4A |
| Octal | 342 | 275 | 230 | 0 | 20 | 41 | 13 | 36 | 70 | 112 |
| Binary | 11100010 | 10111101 | 10011000 | 0 | 10000 | 100001 | 1011 | 11110 | 111000 | 1001010 |
Color Harmonies of #E2BD98
Complementary color
Monochromatic Colors of #E2BD98
Black with #E2BD98
Text Example
Text Example
White with #E2BD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BD98; }
p { color: rgb(226,189,152); }
H1.HeaderClassName
{
color: #E2BD98;
}
.AnyTagClassName
{
color: #E2BD98;
}
</style>
background-color css
<style>
a { background-color: #E2BD98; }
a { background-color: rgb(226,189,152); }
div.DivClassName
{
background-color: #E2BD98;
}
.BgClassName
{
background-color: #E2BD98;
}
</style>
border-color css
<style>
span { border-color: #E2BD98; }
span { border-color: rgb(226,189,152); }
td.TdClassName
{
border-color: #E2BD98;
}
.TagClassName
{
border-color: #E2BD98;
}
</style>