Html Css Color HEX #ECE1BA Half Colonial White
📋 copy color: '#ECE1BA'red 236 ◦ green 225 ◦ blue 186
Shades of Half Colonial White #ECE1BA
Tints of Half Colonial White #ECE1BA
RGB
CMYK
RGB Variations
Color information
#ECE1BA (or 0xECE1BA) is known color: Half Colonial White. HEX triplet: EC, E1 and BA. RGB value is (236,225,186). Sum of RGB (Red+Green+Blue) = 236+225+186=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 186 (73.05% from 255 or 28.75% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1BA is #131E45. Grayscale: #E0E0E0. Windows color (decimal): -1252934 or 12247532. OLE color: 12247532.
HSL color Cylindrical-coordinate representation of color #ECE1BA: hue angle of 46.8º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECE1BA is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 186 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.07 |
| HSL | 46.8º | 0.57% | 0.83% | - |
| HSV(B) | 46.8º | 0.21% | 0.93% | - |
| XYZ | 70.38 | 75.23 | 57.27 | - |
| YUV | 223.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 186 | 0 | 0.05 | 0.21 | 0.07 | 46.8 | 0.57 | 0.83 |
| Hex | EC | E1 | BA | 0 | 5 | 15 | 7 | 2F | 39 | 53 |
| Octal | 354 | 341 | 272 | 0 | 5 | 25 | 7 | 57 | 71 | 123 |
| Binary | 11101100 | 11100001 | 10111010 | 0 | 101 | 10101 | 111 | 101111 | 111001 | 1010011 |
Color Harmonies of #ECE1BA
Complementary color
Monochromatic Colors of #ECE1BA
Black with #ECE1BA
Text Example
Text Example
White with #ECE1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1BA; }
p { color: rgb(236,225,186); }
H1.HeaderClassName
{
color: #ECE1BA;
}
.AnyTagClassName
{
color: #ECE1BA;
}
</style>
background-color css
<style>
a { background-color: #ECE1BA; }
a { background-color: rgb(236,225,186); }
div.DivClassName
{
background-color: #ECE1BA;
}
.BgClassName
{
background-color: #ECE1BA;
}
</style>
border-color css
<style>
span { border-color: #ECE1BA; }
span { border-color: rgb(236,225,186); }
td.TdClassName
{
border-color: #ECE1BA;
}
.TagClassName
{
border-color: #ECE1BA;
}
</style>