Shades of Pancho #ECBD8F
Tints of Pancho #ECBD8F
RGB
CMYK
RGB Variations
Color information
#ECBD8F (or 0xECBD8F) is known color: Pancho. HEX triplet: EC, BD and 8F. RGB value is (236,189,143). Sum of RGB (Red+Green+Blue) = 236+189+143=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 143 (56.25% from 255 or 25.18% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBD8F is #134270. Grayscale: #C6C6C6. Windows color (decimal): -1262193 or 9420268. OLE color: 9420268.
HSL color Cylindrical-coordinate representation of color #ECBD8F: hue angle of 29.68º 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 #ECBD8F is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 143 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.07 |
| HSL | 29.68º | 0.71% | 0.74% | - |
| HSV(B) | 29.68º | 0.39% | 0.93% | - |
| XYZ | 57.75 | 56.21 | 33.79 | - |
| YUV | 197.81 | 97.07 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 143 | 0 | 0.20 | 0.39 | 0.07 | 29.68 | 0.71 | 0.74 |
| Hex | EC | BD | 8F | 0 | 14 | 27 | 7 | 1E | 47 | 4A |
| Octal | 354 | 275 | 217 | 0 | 24 | 47 | 7 | 36 | 107 | 112 |
| Binary | 11101100 | 10111101 | 10001111 | 0 | 10100 | 100111 | 111 | 11110 | 1000111 | 1001010 |
Color Harmonies of #ECBD8F
Complementary color
Monochromatic Colors of #ECBD8F
Black with #ECBD8F
Text Example
Text Example
White with #ECBD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD8F; }
p { color: rgb(236,189,143); }
H1.HeaderClassName
{
color: #ECBD8F;
}
.AnyTagClassName
{
color: #ECBD8F;
}
</style>
background-color css
<style>
a { background-color: #ECBD8F; }
a { background-color: rgb(236,189,143); }
div.DivClassName
{
background-color: #ECBD8F;
}
.BgClassName
{
background-color: #ECBD8F;
}
</style>
border-color css
<style>
span { border-color: #ECBD8F; }
span { border-color: rgb(236,189,143); }
td.TdClassName
{
border-color: #ECBD8F;
}
.TagClassName
{
border-color: #ECBD8F;
}
</style>