Shades of Pancho #ECBA90
Tints of Pancho #ECBA90
RGB
CMYK
RGB Variations
Color information
#ECBA90 (or 0xECBA90) is known color: Pancho. HEX triplet: EC, BA and 90. RGB value is (236,186,144). Sum of RGB (Red+Green+Blue) = 236+186+144=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBA90 is #13456F. Grayscale: #C4C4C4. Windows color (decimal): -1262960 or 9485036. OLE color: 9485036.
HSL color Cylindrical-coordinate representation of color #ECBA90: hue angle of 27.39º 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 #ECBA90 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 144 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.07 |
| HSL | 27.39º | 0.71% | 0.75% | - |
| HSV(B) | 27.39º | 0.39% | 0.93% | - |
| XYZ | 57.19 | 54.96 | 33.98 | - |
| YUV | 196.16 | 98.57 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 144 | 0 | 0.21 | 0.39 | 0.07 | 27.39 | 0.71 | 0.75 |
| Hex | EC | BA | 90 | 0 | 15 | 27 | 7 | 1B | 47 | 4B |
| Octal | 354 | 272 | 220 | 0 | 25 | 47 | 7 | 33 | 107 | 113 |
| Binary | 11101100 | 10111010 | 10010000 | 0 | 10101 | 100111 | 111 | 11011 | 1000111 | 1001011 |
Color Harmonies of #ECBA90
Complementary color
Monochromatic Colors of #ECBA90
Black with #ECBA90
Text Example
Text Example
White with #ECBA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA90; }
p { color: rgb(236,186,144); }
H1.HeaderClassName
{
color: #ECBA90;
}
.AnyTagClassName
{
color: #ECBA90;
}
</style>
background-color css
<style>
a { background-color: #ECBA90; }
a { background-color: rgb(236,186,144); }
div.DivClassName
{
background-color: #ECBA90;
}
.BgClassName
{
background-color: #ECBA90;
}
</style>
border-color css
<style>
span { border-color: #ECBA90; }
span { border-color: rgb(236,186,144); }
td.TdClassName
{
border-color: #ECBA90;
}
.TagClassName
{
border-color: #ECBA90;
}
</style>