Shades of Pancho #ECB58D
Tints of Pancho #ECB58D
RGB
CMYK
RGB Variations
Color information
#ECB58D (or 0xECB58D) is known color: Pancho. HEX triplet: EC, B5 and 8D. RGB value is (236,181,141). Sum of RGB (Red+Green+Blue) = 236+181+141=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB58D is #134A72. Grayscale: #C1C1C1. Windows color (decimal): -1264243 or 9287148. OLE color: 9287148.
HSL color Cylindrical-coordinate representation of color #ECB58D: hue angle of 25.26º 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 #ECB58D is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 141 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.07 |
| HSL | 25.26º | 0.71% | 0.74% | - |
| HSV(B) | 25.26º | 0.4% | 0.93% | - |
| XYZ | 55.92 | 52.8 | 32.44 | - |
| YUV | 192.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 141 | 0 | 0.23 | 0.40 | 0.07 | 25.26 | 0.71 | 0.74 |
| Hex | EC | B5 | 8D | 0 | 17 | 28 | 7 | 19 | 47 | 4A |
| Octal | 354 | 265 | 215 | 0 | 27 | 50 | 7 | 31 | 107 | 112 |
| Binary | 11101100 | 10110101 | 10001101 | 0 | 10111 | 101000 | 111 | 11001 | 1000111 | 1001010 |
Color Harmonies of #ECB58D
Complementary color
Monochromatic Colors of #ECB58D
Black with #ECB58D
Text Example
Text Example
White with #ECB58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB58D; }
p { color: rgb(236,181,141); }
H1.HeaderClassName
{
color: #ECB58D;
}
.AnyTagClassName
{
color: #ECB58D;
}
</style>
background-color css
<style>
a { background-color: #ECB58D; }
a { background-color: rgb(236,181,141); }
div.DivClassName
{
background-color: #ECB58D;
}
.BgClassName
{
background-color: #ECB58D;
}
</style>
border-color css
<style>
span { border-color: #ECB58D; }
span { border-color: rgb(236,181,141); }
td.TdClassName
{
border-color: #ECB58D;
}
.TagClassName
{
border-color: #ECB58D;
}
</style>