Shades of Pancho #ECC18F
Tints of Pancho #ECC18F
RGB
CMYK
RGB Variations
Color information
#ECC18F (or 0xECC18F) is known color: Pancho. HEX triplet: EC, C1 and 8F. RGB value is (236,193,143). Sum of RGB (Red+Green+Blue) = 236+193+143=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 143 (56.25% from 255 or 25% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC18F is #133E70. Grayscale: #C8C8C8. Windows color (decimal): -1261169 or 9421292. OLE color: 9421292.
HSL color Cylindrical-coordinate representation of color #ECC18F: hue angle of 32.26º 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 #ECC18F is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 143 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.07 |
| HSL | 32.26º | 0.71% | 0.74% | - |
| HSV(B) | 32.26º | 0.39% | 0.93% | - |
| XYZ | 58.62 | 57.96 | 34.08 | - |
| YUV | 200.16 | 95.75 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 143 | 0 | 0.18 | 0.39 | 0.07 | 32.26 | 0.71 | 0.74 |
| Hex | EC | C1 | 8F | 0 | 12 | 27 | 7 | 20 | 47 | 4A |
| Octal | 354 | 301 | 217 | 0 | 22 | 47 | 7 | 40 | 107 | 112 |
| Binary | 11101100 | 11000001 | 10001111 | 0 | 10010 | 100111 | 111 | 100000 | 1000111 | 1001010 |
Color Harmonies of #ECC18F
Complementary color
Monochromatic Colors of #ECC18F
Black with #ECC18F
Text Example
Text Example
White with #ECC18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC18F; }
p { color: rgb(236,193,143); }
H1.HeaderClassName
{
color: #ECC18F;
}
.AnyTagClassName
{
color: #ECC18F;
}
</style>
background-color css
<style>
a { background-color: #ECC18F; }
a { background-color: rgb(236,193,143); }
div.DivClassName
{
background-color: #ECC18F;
}
.BgClassName
{
background-color: #ECC18F;
}
</style>
border-color css
<style>
span { border-color: #ECC18F; }
span { border-color: rgb(236,193,143); }
td.TdClassName
{
border-color: #ECC18F;
}
.TagClassName
{
border-color: #ECC18F;
}
</style>