Shades of Pancho #ECBC8E
Tints of Pancho #ECBC8E
RGB
CMYK
RGB Variations
Color information
#ECBC8E (or 0xECBC8E) is known color: Pancho. HEX triplet: EC, BC and 8E. RGB value is (236,188,142). Sum of RGB (Red+Green+Blue) = 236+188+142=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBC8E is #134371. Grayscale: #C5C5C5. Windows color (decimal): -1262450 or 9354476. OLE color: 9354476.
HSL color Cylindrical-coordinate representation of color #ECBC8E: hue angle of 29.36º 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 #ECBC8E is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 142 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.07 |
| HSL | 29.36º | 0.71% | 0.74% | - |
| HSV(B) | 29.36º | 0.4% | 0.93% | - |
| XYZ | 57.46 | 55.75 | 33.32 | - |
| YUV | 197.11 | 96.9 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 142 | 0 | 0.20 | 0.40 | 0.07 | 29.36 | 0.71 | 0.74 |
| Hex | EC | BC | 8E | 0 | 14 | 28 | 7 | 1D | 47 | 4A |
| Octal | 354 | 274 | 216 | 0 | 24 | 50 | 7 | 35 | 107 | 112 |
| Binary | 11101100 | 10111100 | 10001110 | 0 | 10100 | 101000 | 111 | 11101 | 1000111 | 1001010 |
Color Harmonies of #ECBC8E
Complementary color
Monochromatic Colors of #ECBC8E
Black with #ECBC8E
Text Example
Text Example
White with #ECBC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC8E; }
p { color: rgb(236,188,142); }
H1.HeaderClassName
{
color: #ECBC8E;
}
.AnyTagClassName
{
color: #ECBC8E;
}
</style>
background-color css
<style>
a { background-color: #ECBC8E; }
a { background-color: rgb(236,188,142); }
div.DivClassName
{
background-color: #ECBC8E;
}
.BgClassName
{
background-color: #ECBC8E;
}
</style>
border-color css
<style>
span { border-color: #ECBC8E; }
span { border-color: rgb(236,188,142); }
td.TdClassName
{
border-color: #ECBC8E;
}
.TagClassName
{
border-color: #ECBC8E;
}
</style>