Html Css Color HEX #ECE2BA Half Colonial White
📋 copy color: '#ECE2BA'red 236 ◦ green 226 ◦ blue 186
Shades of Half Colonial White #ECE2BA
Tints of Half Colonial White #ECE2BA
RGB
CMYK
RGB Variations
Color information
#ECE2BA (or 0xECE2BA) is known color: Half Colonial White. HEX triplet: EC, E2 and BA. RGB value is (236,226,186). Sum of RGB (Red+Green+Blue) = 236+226+186=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2BA is #131D45. Grayscale: #E0E0E0. Windows color (decimal): -1252678 or 12247788. OLE color: 12247788.
HSL color Cylindrical-coordinate representation of color #ECE2BA: hue angle of 48º 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 #ECE2BA is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 186 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.07 |
| HSL | 48º | 0.57% | 0.83% | - |
| HSV(B) | 48º | 0.21% | 0.93% | - |
| XYZ | 70.65 | 75.77 | 57.36 | - |
| YUV | 224.43 | 106.31 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 186 | 0 | 0.04 | 0.21 | 0.07 | 48 | 0.57 | 0.83 |
| Hex | EC | E2 | BA | 0 | 4 | 15 | 7 | 30 | 39 | 53 |
| Octal | 354 | 342 | 272 | 0 | 4 | 25 | 7 | 60 | 71 | 123 |
| Binary | 11101100 | 11100010 | 10111010 | 0 | 100 | 10101 | 111 | 110000 | 111001 | 1010011 |
Color Harmonies of #ECE2BA
Complementary color
Monochromatic Colors of #ECE2BA
Black with #ECE2BA
Text Example
Text Example
White with #ECE2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2BA; }
p { color: rgb(236,226,186); }
H1.HeaderClassName
{
color: #ECE2BA;
}
.AnyTagClassName
{
color: #ECE2BA;
}
</style>
background-color css
<style>
a { background-color: #ECE2BA; }
a { background-color: rgb(236,226,186); }
div.DivClassName
{
background-color: #ECE2BA;
}
.BgClassName
{
background-color: #ECE2BA;
}
</style>
border-color css
<style>
span { border-color: #ECE2BA; }
span { border-color: rgb(236,226,186); }
td.TdClassName
{
border-color: #ECE2BA;
}
.TagClassName
{
border-color: #ECE2BA;
}
</style>