Shades of Pancho #ECB68D
Tints of Pancho #ECB68D
RGB
CMYK
RGB Variations
Color information
#ECB68D (or 0xECB68D) is known color: Pancho. HEX triplet: EC, B6 and 8D. RGB value is (236,182,141). Sum of RGB (Red+Green+Blue) = 236+182+141=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB68D is #134972. Grayscale: #C1C1C1. Windows color (decimal): -1263987 or 9287404. OLE color: 9287404.
HSL color Cylindrical-coordinate representation of color #ECB68D: hue angle of 25.89º 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 #ECB68D is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 141 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.07 |
| HSL | 25.89º | 0.71% | 0.74% | - |
| HSV(B) | 25.89º | 0.4% | 0.93% | - |
| XYZ | 56.13 | 53.21 | 32.51 | - |
| YUV | 193.47 | 98.39 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 141 | 0 | 0.23 | 0.40 | 0.07 | 25.89 | 0.71 | 0.74 |
| Hex | EC | B6 | 8D | 0 | 17 | 28 | 7 | 1A | 47 | 4A |
| Octal | 354 | 266 | 215 | 0 | 27 | 50 | 7 | 32 | 107 | 112 |
| Binary | 11101100 | 10110110 | 10001101 | 0 | 10111 | 101000 | 111 | 11010 | 1000111 | 1001010 |
Color Harmonies of #ECB68D
Complementary color
Monochromatic Colors of #ECB68D
Black with #ECB68D
Text Example
Text Example
White with #ECB68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB68D; }
p { color: rgb(236,182,141); }
H1.HeaderClassName
{
color: #ECB68D;
}
.AnyTagClassName
{
color: #ECB68D;
}
</style>
background-color css
<style>
a { background-color: #ECB68D; }
a { background-color: rgb(236,182,141); }
div.DivClassName
{
background-color: #ECB68D;
}
.BgClassName
{
background-color: #ECB68D;
}
</style>
border-color css
<style>
span { border-color: #ECB68D; }
span { border-color: rgb(236,182,141); }
td.TdClassName
{
border-color: #ECB68D;
}
.TagClassName
{
border-color: #ECB68D;
}
</style>