Html Css Color HEX #ECE3BA Half Colonial White
📋 copy color: '#ECE3BA'red 236 ◦ green 227 ◦ blue 186
Shades of Half Colonial White #ECE3BA
Tints of Half Colonial White #ECE3BA
RGB
CMYK
RGB Variations
Color information
#ECE3BA (or 0xECE3BA) is known color: Half Colonial White. HEX triplet: EC, E3 and BA. RGB value is (236,227,186). Sum of RGB (Red+Green+Blue) = 236+227+186=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 227 (89.06% from 255 or 34.98% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE3BA is #131C45. Grayscale: #E1E1E1. Windows color (decimal): -1252422 or 12248044. OLE color: 12248044.
HSL color Cylindrical-coordinate representation of color #ECE3BA: hue angle of 49.2º 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 #ECE3BA is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 186 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.07 |
| HSL | 49.2º | 0.57% | 0.83% | - |
| HSV(B) | 49.2º | 0.21% | 0.93% | - |
| XYZ | 70.92 | 76.32 | 57.45 | - |
| YUV | 225.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 186 | 0 | 0.04 | 0.21 | 0.07 | 49.2 | 0.57 | 0.83 |
| Hex | EC | E3 | BA | 0 | 4 | 15 | 7 | 31 | 39 | 53 |
| Octal | 354 | 343 | 272 | 0 | 4 | 25 | 7 | 61 | 71 | 123 |
| Binary | 11101100 | 11100011 | 10111010 | 0 | 100 | 10101 | 111 | 110001 | 111001 | 1010011 |
Color Harmonies of #ECE3BA
Complementary color
Monochromatic Colors of #ECE3BA
Black with #ECE3BA
Text Example
Text Example
White with #ECE3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE3BA; }
p { color: rgb(236,227,186); }
H1.HeaderClassName
{
color: #ECE3BA;
}
.AnyTagClassName
{
color: #ECE3BA;
}
</style>
background-color css
<style>
a { background-color: #ECE3BA; }
a { background-color: rgb(236,227,186); }
div.DivClassName
{
background-color: #ECE3BA;
}
.BgClassName
{
background-color: #ECE3BA;
}
</style>
border-color css
<style>
span { border-color: #ECE3BA; }
span { border-color: rgb(236,227,186); }
td.TdClassName
{
border-color: #ECE3BA;
}
.TagClassName
{
border-color: #ECE3BA;
}
</style>