Shades of Pancho #E5C08F
Tints of Pancho #E5C08F
RGB
CMYK
RGB Variations
Color information
#E5C08F (or 0xE5C08F) is known color: Pancho. HEX triplet: E5, C0 and 8F. RGB value is (229,192,143). Sum of RGB (Red+Green+Blue) = 229+192+143=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 143 (56.25% from 255 or 25.35% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C08F is #1A3F70. Grayscale: #C5C5C5. Windows color (decimal): -1720177 or 9421029. OLE color: 9421029.
HSL color Cylindrical-coordinate representation of color #E5C08F: hue angle of 34.19º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5C08F is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 192 | 143 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.10 |
| HSL | 34.19º | 0.62% | 0.73% | - |
| HSV(B) | 34.19º | 0.38% | 0.9% | - |
| XYZ | 56.12 | 56.34 | 33.9 | - |
| YUV | 197.48 | 97.26 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 143 | 0 | 0.16 | 0.38 | 0.10 | 34.19 | 0.62 | 0.73 |
| Hex | E5 | C0 | 8F | 0 | 10 | 26 | A | 22 | 3E | 49 |
| Octal | 345 | 300 | 217 | 0 | 20 | 46 | 12 | 42 | 76 | 111 |
| Binary | 11100101 | 11000000 | 10001111 | 0 | 10000 | 100110 | 1010 | 100010 | 111110 | 1001001 |
Color Harmonies of #E5C08F
Complementary color
Monochromatic Colors of #E5C08F
Black with #E5C08F
Text Example
Text Example
White with #E5C08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C08F; }
p { color: rgb(229,192,143); }
H1.HeaderClassName
{
color: #E5C08F;
}
.AnyTagClassName
{
color: #E5C08F;
}
</style>
background-color css
<style>
a { background-color: #E5C08F; }
a { background-color: rgb(229,192,143); }
div.DivClassName
{
background-color: #E5C08F;
}
.BgClassName
{
background-color: #E5C08F;
}
</style>
border-color css
<style>
span { border-color: #E5C08F; }
span { border-color: rgb(229,192,143); }
td.TdClassName
{
border-color: #E5C08F;
}
.TagClassName
{
border-color: #E5C08F;
}
</style>