Shades of Pancho #E1C08F
Tints of Pancho #E1C08F
RGB
CMYK
RGB Variations
Color information
#E1C08F (or 0xE1C08F) is known color: Pancho. HEX triplet: E1, C0 and 8F. RGB value is (225,192,143). Sum of RGB (Red+Green+Blue) = 225+192+143=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 143 (56.25% from 255 or 25.54% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C08F is #1E3F70. Grayscale: #C4C4C4. Windows color (decimal): -1982321 or 9421025. OLE color: 9421025.
HSL color Cylindrical-coordinate representation of color #E1C08F: hue angle of 35.85º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1C08F is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 143 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.12 |
| HSL | 35.85º | 0.58% | 0.72% | - |
| HSV(B) | 35.85º | 0.36% | 0.88% | - |
| XYZ | 54.86 | 55.69 | 33.84 | - |
| YUV | 196.28 | 97.93 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 143 | 0 | 0.15 | 0.36 | 0.12 | 35.85 | 0.58 | 0.72 |
| Hex | E1 | C0 | 8F | 0 | F | 24 | C | 24 | 3A | 48 |
| Octal | 341 | 300 | 217 | 0 | 17 | 44 | 14 | 44 | 72 | 110 |
| Binary | 11100001 | 11000000 | 10001111 | 0 | 1111 | 100100 | 1100 | 100100 | 111010 | 1001000 |
Color Harmonies of #E1C08F
Complementary color
Monochromatic Colors of #E1C08F
Black with #E1C08F
Text Example
Text Example
White with #E1C08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C08F; }
p { color: rgb(225,192,143); }
H1.HeaderClassName
{
color: #E1C08F;
}
.AnyTagClassName
{
color: #E1C08F;
}
</style>
background-color css
<style>
a { background-color: #E1C08F; }
a { background-color: rgb(225,192,143); }
div.DivClassName
{
background-color: #E1C08F;
}
.BgClassName
{
background-color: #E1C08F;
}
</style>
border-color css
<style>
span { border-color: #E1C08F; }
span { border-color: rgb(225,192,143); }
td.TdClassName
{
border-color: #E1C08F;
}
.TagClassName
{
border-color: #E1C08F;
}
</style>