Shades of Pancho #ECBB8F
Tints of Pancho #ECBB8F
RGB
CMYK
RGB Variations
Color information
#ECBB8F (or 0xECBB8F) is known color: Pancho. HEX triplet: EC, BB and 8F. RGB value is (236,187,143). Sum of RGB (Red+Green+Blue) = 236+187+143=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 143 (56.25% from 255 or 25.27% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBB8F is #134470. Grayscale: #C4C4C4. Windows color (decimal): -1262705 or 9419756. OLE color: 9419756.
HSL color Cylindrical-coordinate representation of color #ECBB8F: hue angle of 28.39º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECBB8F is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 143 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.07 |
| HSL | 28.39º | 0.71% | 0.74% | - |
| HSV(B) | 28.39º | 0.39% | 0.93% | - |
| XYZ | 57.32 | 55.36 | 33.65 | - |
| YUV | 196.64 | 97.73 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 143 | 0 | 0.21 | 0.39 | 0.07 | 28.39 | 0.71 | 0.74 |
| Hex | EC | BB | 8F | 0 | 15 | 27 | 7 | 1C | 47 | 4A |
| Octal | 354 | 273 | 217 | 0 | 25 | 47 | 7 | 34 | 107 | 112 |
| Binary | 11101100 | 10111011 | 10001111 | 0 | 10101 | 100111 | 111 | 11100 | 1000111 | 1001010 |
Color Harmonies of #ECBB8F
Complementary color
Monochromatic Colors of #ECBB8F
Black with #ECBB8F
Text Example
Text Example
White with #ECBB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBB8F; }
p { color: rgb(236,187,143); }
H1.HeaderClassName
{
color: #ECBB8F;
}
.AnyTagClassName
{
color: #ECBB8F;
}
</style>
background-color css
<style>
a { background-color: #ECBB8F; }
a { background-color: rgb(236,187,143); }
div.DivClassName
{
background-color: #ECBB8F;
}
.BgClassName
{
background-color: #ECBB8F;
}
</style>
border-color css
<style>
span { border-color: #ECBB8F; }
span { border-color: rgb(236,187,143); }
td.TdClassName
{
border-color: #ECBB8F;
}
.TagClassName
{
border-color: #ECBB8F;
}
</style>