Shades of Pancho #ECB88F
Tints of Pancho #ECB88F
RGB
CMYK
RGB Variations
Color information
#ECB88F (or 0xECB88F) is known color: Pancho. HEX triplet: EC, B8 and 8F. RGB value is (236,184,143). Sum of RGB (Red+Green+Blue) = 236+184+143=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB88F is #134770. Grayscale: #C3C3C3. Windows color (decimal): -1263473 or 9418988. OLE color: 9418988.
HSL color Cylindrical-coordinate representation of color #ECB88F: hue angle of 26.45º 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 #ECB88F is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 143 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.07 |
| HSL | 26.45º | 0.71% | 0.74% | - |
| HSV(B) | 26.45º | 0.39% | 0.93% | - |
| XYZ | 56.69 | 54.1 | 33.44 | - |
| YUV | 194.87 | 98.73 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 143 | 0 | 0.22 | 0.39 | 0.07 | 26.45 | 0.71 | 0.74 |
| Hex | EC | B8 | 8F | 0 | 16 | 27 | 7 | 1A | 47 | 4A |
| Octal | 354 | 270 | 217 | 0 | 26 | 47 | 7 | 32 | 107 | 112 |
| Binary | 11101100 | 10111000 | 10001111 | 0 | 10110 | 100111 | 111 | 11010 | 1000111 | 1001010 |
Color Harmonies of #ECB88F
Complementary color
Monochromatic Colors of #ECB88F
Black with #ECB88F
Text Example
Text Example
White with #ECB88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB88F; }
p { color: rgb(236,184,143); }
H1.HeaderClassName
{
color: #ECB88F;
}
.AnyTagClassName
{
color: #ECB88F;
}
</style>
background-color css
<style>
a { background-color: #ECB88F; }
a { background-color: rgb(236,184,143); }
div.DivClassName
{
background-color: #ECB88F;
}
.BgClassName
{
background-color: #ECB88F;
}
</style>
border-color css
<style>
span { border-color: #ECB88F; }
span { border-color: rgb(236,184,143); }
td.TdClassName
{
border-color: #ECB88F;
}
.TagClassName
{
border-color: #ECB88F;
}
</style>