Shades of Pancho #ECBB8E
Tints of Pancho #ECBB8E
RGB
CMYK
RGB Variations
Color information
#ECBB8E (or 0xECBB8E) is known color: Pancho. HEX triplet: EC, BB and 8E. RGB value is (236,187,142). Sum of RGB (Red+Green+Blue) = 236+187+142=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 142 (55.86% from 255 or 25.13% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBB8E is #134471. Grayscale: #C4C4C4. Windows color (decimal): -1262706 or 9354220. OLE color: 9354220.
HSL color Cylindrical-coordinate representation of color #ECBB8E: hue angle of 28.72º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECBB8E is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 142 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.07 |
| HSL | 28.72º | 0.71% | 0.74% | - |
| HSV(B) | 28.72º | 0.4% | 0.93% | - |
| XYZ | 57.24 | 55.33 | 33.25 | - |
| YUV | 196.52 | 97.23 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 142 | 0 | 0.21 | 0.40 | 0.07 | 28.72 | 0.71 | 0.74 |
| Hex | EC | BB | 8E | 0 | 15 | 28 | 7 | 1D | 47 | 4A |
| Octal | 354 | 273 | 216 | 0 | 25 | 50 | 7 | 35 | 107 | 112 |
| Binary | 11101100 | 10111011 | 10001110 | 0 | 10101 | 101000 | 111 | 11101 | 1000111 | 1001010 |
Color Harmonies of #ECBB8E
Complementary color
Monochromatic Colors of #ECBB8E
Black with #ECBB8E
Text Example
Text Example
White with #ECBB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBB8E; }
p { color: rgb(236,187,142); }
H1.HeaderClassName
{
color: #ECBB8E;
}
.AnyTagClassName
{
color: #ECBB8E;
}
</style>
background-color css
<style>
a { background-color: #ECBB8E; }
a { background-color: rgb(236,187,142); }
div.DivClassName
{
background-color: #ECBB8E;
}
.BgClassName
{
background-color: #ECBB8E;
}
</style>
border-color css
<style>
span { border-color: #ECBB8E; }
span { border-color: rgb(236,187,142); }
td.TdClassName
{
border-color: #ECBB8E;
}
.TagClassName
{
border-color: #ECBB8E;
}
</style>