Html Css Color HEX #ECE6BA Half Colonial White
📋 copy color: '#ECE6BA'red 236 ◦ green 230 ◦ blue 186
Shades of Half Colonial White #ECE6BA
Tints of Half Colonial White #ECE6BA
RGB
CMYK
RGB Variations
Color information
#ECE6BA (or 0xECE6BA) is known color: Half Colonial White. HEX triplet: EC, E6 and BA. RGB value is (236,230,186). Sum of RGB (Red+Green+Blue) = 236+230+186=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 186 (73.05% from 255 or 28.53% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6BA is #131945. Grayscale: #E2E2E2. Windows color (decimal): -1251654 or 12248812. OLE color: 12248812.
HSL color Cylindrical-coordinate representation of color #ECE6BA: hue angle of 52.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 #ECE6BA is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 186 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.07 |
| HSL | 52.8º | 0.57% | 0.83% | - |
| HSV(B) | 52.8º | 0.21% | 0.93% | - |
| XYZ | 71.75 | 77.97 | 57.72 | - |
| YUV | 226.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 186 | 0 | 0.03 | 0.21 | 0.07 | 52.8 | 0.57 | 0.83 |
| Hex | EC | E6 | BA | 0 | 3 | 15 | 7 | 35 | 39 | 53 |
| Octal | 354 | 346 | 272 | 0 | 3 | 25 | 7 | 65 | 71 | 123 |
| Binary | 11101100 | 11100110 | 10111010 | 0 | 11 | 10101 | 111 | 110101 | 111001 | 1010011 |
Color Harmonies of #ECE6BA
Complementary color
Monochromatic Colors of #ECE6BA
Black with #ECE6BA
Text Example
Text Example
White with #ECE6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6BA; }
p { color: rgb(236,230,186); }
H1.HeaderClassName
{
color: #ECE6BA;
}
.AnyTagClassName
{
color: #ECE6BA;
}
</style>
background-color css
<style>
a { background-color: #ECE6BA; }
a { background-color: rgb(236,230,186); }
div.DivClassName
{
background-color: #ECE6BA;
}
.BgClassName
{
background-color: #ECE6BA;
}
</style>
border-color css
<style>
span { border-color: #ECE6BA; }
span { border-color: rgb(236,230,186); }
td.TdClassName
{
border-color: #ECE6BA;
}
.TagClassName
{
border-color: #ECE6BA;
}
</style>