Shades of Pancho #E3BD98
Tints of Pancho #E3BD98
RGB
CMYK
RGB Variations
Color information
#E3BD98 (or 0xE3BD98) is known color: Pancho. HEX triplet: E3, BD and 98. RGB value is (227,189,152). Sum of RGB (Red+Green+Blue) = 227+189+152=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BD98 is #1C4267. Grayscale: #C4C4C4. Windows color (decimal): -1852008 or 10010083. OLE color: 10010083.
HSL color Cylindrical-coordinate representation of color #E3BD98: hue angle of 29.6º degrees, saturation: 0.57, 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 #E3BD98 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 152 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.11 |
| HSL | 29.6º | 0.57% | 0.74% | - |
| HSV(B) | 29.6º | 0.33% | 0.89% | - |
| XYZ | 55.54 | 54.99 | 37.39 | - |
| YUV | 196.14 | 103.09 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 152 | 0 | 0.17 | 0.33 | 0.11 | 29.6 | 0.57 | 0.74 |
| Hex | E3 | BD | 98 | 0 | 11 | 21 | B | 1E | 39 | 4A |
| Octal | 343 | 275 | 230 | 0 | 21 | 41 | 13 | 36 | 71 | 112 |
| Binary | 11100011 | 10111101 | 10011000 | 0 | 10001 | 100001 | 1011 | 11110 | 111001 | 1001010 |
Color Harmonies of #E3BD98
Complementary color
Monochromatic Colors of #E3BD98
Black with #E3BD98
Text Example
Text Example
White with #E3BD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BD98; }
p { color: rgb(227,189,152); }
H1.HeaderClassName
{
color: #E3BD98;
}
.AnyTagClassName
{
color: #E3BD98;
}
</style>
background-color css
<style>
a { background-color: #E3BD98; }
a { background-color: rgb(227,189,152); }
div.DivClassName
{
background-color: #E3BD98;
}
.BgClassName
{
background-color: #E3BD98;
}
</style>
border-color css
<style>
span { border-color: #E3BD98; }
span { border-color: rgb(227,189,152); }
td.TdClassName
{
border-color: #E3BD98;
}
.TagClassName
{
border-color: #E3BD98;
}
</style>