Shades of Pancho #ECBD8E
Tints of Pancho #ECBD8E
RGB
CMYK
RGB Variations
Color information
#ECBD8E (or 0xECBD8E) is known color: Pancho. HEX triplet: EC, BD and 8E. RGB value is (236,189,142). Sum of RGB (Red+Green+Blue) = 236+189+142=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 142 (55.86% from 255 or 25.04% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBD8E is #134271. Grayscale: #C5C5C5. Windows color (decimal): -1262194 or 9354732. OLE color: 9354732.
HSL color Cylindrical-coordinate representation of color #ECBD8E: hue angle of 30º 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 #ECBD8E is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 142 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.07 |
| HSL | 30º | 0.71% | 0.74% | - |
| HSV(B) | 30º | 0.4% | 0.93% | - |
| XYZ | 57.67 | 56.18 | 33.4 | - |
| YUV | 197.7 | 96.57 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 142 | 0 | 0.20 | 0.40 | 0.07 | 30 | 0.71 | 0.74 |
| Hex | EC | BD | 8E | 0 | 14 | 28 | 7 | 1E | 47 | 4A |
| Octal | 354 | 275 | 216 | 0 | 24 | 50 | 7 | 36 | 107 | 112 |
| Binary | 11101100 | 10111101 | 10001110 | 0 | 10100 | 101000 | 111 | 11110 | 1000111 | 1001010 |
Color Harmonies of #ECBD8E
Complementary color
Monochromatic Colors of #ECBD8E
Black with #ECBD8E
Text Example
Text Example
White with #ECBD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD8E; }
p { color: rgb(236,189,142); }
H1.HeaderClassName
{
color: #ECBD8E;
}
.AnyTagClassName
{
color: #ECBD8E;
}
</style>
background-color css
<style>
a { background-color: #ECBD8E; }
a { background-color: rgb(236,189,142); }
div.DivClassName
{
background-color: #ECBD8E;
}
.BgClassName
{
background-color: #ECBD8E;
}
</style>
border-color css
<style>
span { border-color: #ECBD8E; }
span { border-color: rgb(236,189,142); }
td.TdClassName
{
border-color: #ECBD8E;
}
.TagClassName
{
border-color: #ECBD8E;
}
</style>