Shades of Pancho #ECB68F
Tints of Pancho #ECB68F
RGB
CMYK
RGB Variations
Color information
#ECB68F (or 0xECB68F) is known color: Pancho. HEX triplet: EC, B6 and 8F. RGB value is (236,182,143). Sum of RGB (Red+Green+Blue) = 236+182+143=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 143 (56.25% from 255 or 25.49% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB68F is #134970. Grayscale: #C1C1C1. Windows color (decimal): -1263985 or 9418476. OLE color: 9418476.
HSL color Cylindrical-coordinate representation of color #ECB68F: hue angle of 25.16º 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 #ECB68F is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 143 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.07 |
| HSL | 25.16º | 0.71% | 0.74% | - |
| HSV(B) | 25.16º | 0.39% | 0.93% | - |
| XYZ | 56.28 | 53.27 | 33.3 | - |
| YUV | 193.7 | 99.39 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 143 | 0 | 0.23 | 0.39 | 0.07 | 25.16 | 0.71 | 0.74 |
| Hex | EC | B6 | 8F | 0 | 17 | 27 | 7 | 19 | 47 | 4A |
| Octal | 354 | 266 | 217 | 0 | 27 | 47 | 7 | 31 | 107 | 112 |
| Binary | 11101100 | 10110110 | 10001111 | 0 | 10111 | 100111 | 111 | 11001 | 1000111 | 1001010 |
Color Harmonies of #ECB68F
Complementary color
Monochromatic Colors of #ECB68F
Black with #ECB68F
Text Example
Text Example
White with #ECB68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB68F; }
p { color: rgb(236,182,143); }
H1.HeaderClassName
{
color: #ECB68F;
}
.AnyTagClassName
{
color: #ECB68F;
}
</style>
background-color css
<style>
a { background-color: #ECB68F; }
a { background-color: rgb(236,182,143); }
div.DivClassName
{
background-color: #ECB68F;
}
.BgClassName
{
background-color: #ECB68F;
}
</style>
border-color css
<style>
span { border-color: #ECB68F; }
span { border-color: rgb(236,182,143); }
td.TdClassName
{
border-color: #ECB68F;
}
.TagClassName
{
border-color: #ECB68F;
}
</style>