Shades of Pancho #ECC090
Tints of Pancho #ECC090
RGB
CMYK
RGB Variations
Color information
#ECC090 (or 0xECC090) is known color: Pancho. HEX triplet: EC, C0 and 90. RGB value is (236,192,144). Sum of RGB (Red+Green+Blue) = 236+192+144=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC090 is #133F6F. Grayscale: #C7C7C7. Windows color (decimal): -1261424 or 9486572. OLE color: 9486572.
HSL color Cylindrical-coordinate representation of color #ECC090: hue angle of 31.3º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECC090 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 144 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.07 |
| HSL | 31.3º | 0.71% | 0.75% | - |
| HSV(B) | 31.3º | 0.39% | 0.93% | - |
| XYZ | 58.48 | 57.55 | 34.41 | - |
| YUV | 199.68 | 96.58 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 144 | 0 | 0.19 | 0.39 | 0.07 | 31.3 | 0.71 | 0.75 |
| Hex | EC | C0 | 90 | 0 | 13 | 27 | 7 | 1F | 47 | 4B |
| Octal | 354 | 300 | 220 | 0 | 23 | 47 | 7 | 37 | 107 | 113 |
| Binary | 11101100 | 11000000 | 10010000 | 0 | 10011 | 100111 | 111 | 11111 | 1000111 | 1001011 |
Color Harmonies of #ECC090
Complementary color
Monochromatic Colors of #ECC090
Black with #ECC090
Text Example
Text Example
White with #ECC090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC090; }
p { color: rgb(236,192,144); }
H1.HeaderClassName
{
color: #ECC090;
}
.AnyTagClassName
{
color: #ECC090;
}
</style>
background-color css
<style>
a { background-color: #ECC090; }
a { background-color: rgb(236,192,144); }
div.DivClassName
{
background-color: #ECC090;
}
.BgClassName
{
background-color: #ECC090;
}
</style>
border-color css
<style>
span { border-color: #ECC090; }
span { border-color: rgb(236,192,144); }
td.TdClassName
{
border-color: #ECC090;
}
.TagClassName
{
border-color: #ECC090;
}
</style>