Html Css Color HEX #ECE1BC Half Colonial White
📋 copy color: '#ECE1BC'red 236 ◦ green 225 ◦ blue 188
Shades of Half Colonial White #ECE1BC
Tints of Half Colonial White #ECE1BC
RGB
CMYK
RGB Variations
Color information
#ECE1BC (or 0xECE1BC) is known color: Half Colonial White. HEX triplet: EC, E1 and BC. RGB value is (236,225,188). Sum of RGB (Red+Green+Blue) = 236+225+188=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 188 (73.83% from 255 or 28.97% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1BC is #131E43. Grayscale: #E0E0E0. Windows color (decimal): -1252932 or 12378604. OLE color: 12378604.
HSL color Cylindrical-coordinate representation of color #ECE1BC: hue angle of 46.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECE1BC is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 188 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.07 |
| HSL | 46.25º | 0.56% | 0.83% | - |
| HSV(B) | 46.25º | 0.2% | 0.93% | - |
| XYZ | 70.59 | 75.31 | 58.39 | - |
| YUV | 224.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 188 | 0 | 0.05 | 0.20 | 0.07 | 46.25 | 0.56 | 0.83 |
| Hex | EC | E1 | BC | 0 | 5 | 14 | 7 | 2E | 38 | 53 |
| Octal | 354 | 341 | 274 | 0 | 5 | 24 | 7 | 56 | 70 | 123 |
| Binary | 11101100 | 11100001 | 10111100 | 0 | 101 | 10100 | 111 | 101110 | 111000 | 1010011 |
Color Harmonies of #ECE1BC
Complementary color
Monochromatic Colors of #ECE1BC
Black with #ECE1BC
Text Example
Text Example
White with #ECE1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1BC; }
p { color: rgb(236,225,188); }
H1.HeaderClassName
{
color: #ECE1BC;
}
.AnyTagClassName
{
color: #ECE1BC;
}
</style>
background-color css
<style>
a { background-color: #ECE1BC; }
a { background-color: rgb(236,225,188); }
div.DivClassName
{
background-color: #ECE1BC;
}
.BgClassName
{
background-color: #ECE1BC;
}
</style>
border-color css
<style>
span { border-color: #ECE1BC; }
span { border-color: rgb(236,225,188); }
td.TdClassName
{
border-color: #ECE1BC;
}
.TagClassName
{
border-color: #ECE1BC;
}
</style>