Shades of Pancho #E0BD98
Tints of Pancho #E0BD98
RGB
CMYK
RGB Variations
Color information
#E0BD98 (or 0xE0BD98) is known color: Pancho. HEX triplet: E0, BD and 98. RGB value is (224,189,152). Sum of RGB (Red+Green+Blue) = 224+189+152=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BD98 is #1F4267. Grayscale: #C3C3C3. Windows color (decimal): -2048616 or 10010080. OLE color: 10010080.
HSL color Cylindrical-coordinate representation of color #E0BD98: hue angle of 30.83º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0BD98 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 152 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.12 |
| HSL | 30.83º | 0.54% | 0.74% | - |
| HSV(B) | 30.83º | 0.32% | 0.88% | - |
| XYZ | 54.61 | 54.51 | 37.35 | - |
| YUV | 195.25 | 103.6 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 152 | 0 | 0.16 | 0.32 | 0.12 | 30.83 | 0.54 | 0.74 |
| Hex | E0 | BD | 98 | 0 | 10 | 20 | C | 1F | 36 | 4A |
| Octal | 340 | 275 | 230 | 0 | 20 | 40 | 14 | 37 | 66 | 112 |
| Binary | 11100000 | 10111101 | 10011000 | 0 | 10000 | 100000 | 1100 | 11111 | 110110 | 1001010 |
Color Harmonies of #E0BD98
Complementary color
Monochromatic Colors of #E0BD98
Black with #E0BD98
Text Example
Text Example
White with #E0BD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BD98; }
p { color: rgb(224,189,152); }
H1.HeaderClassName
{
color: #E0BD98;
}
.AnyTagClassName
{
color: #E0BD98;
}
</style>
background-color css
<style>
a { background-color: #E0BD98; }
a { background-color: rgb(224,189,152); }
div.DivClassName
{
background-color: #E0BD98;
}
.BgClassName
{
background-color: #E0BD98;
}
</style>
border-color css
<style>
span { border-color: #E0BD98; }
span { border-color: rgb(224,189,152); }
td.TdClassName
{
border-color: #E0BD98;
}
.TagClassName
{
border-color: #E0BD98;
}
</style>