Html Css Color HEX #ECE5BA Half Colonial White
📋 copy color: '#ECE5BA'red 236 ◦ green 229 ◦ blue 186
Shades of Half Colonial White #ECE5BA
Tints of Half Colonial White #ECE5BA
RGB
CMYK
RGB Variations
Color information
#ECE5BA (or 0xECE5BA) is known color: Half Colonial White. HEX triplet: EC, E5 and BA. RGB value is (236,229,186). Sum of RGB (Red+Green+Blue) = 236+229+186=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 229 (89.84% from 255 or 35.18% from 651); Blue value is 186 (73.05% from 255 or 28.57% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE5BA is #131A45. Grayscale: #E2E2E2. Windows color (decimal): -1251910 or 12248556. OLE color: 12248556.
HSL color Cylindrical-coordinate representation of color #ECE5BA: hue angle of 51.6º 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 #ECE5BA is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 186 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.07 |
| HSL | 51.6º | 0.57% | 0.83% | - |
| HSV(B) | 51.6º | 0.21% | 0.93% | - |
| XYZ | 71.47 | 77.42 | 57.63 | - |
| YUV | 226.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 186 | 0 | 0.03 | 0.21 | 0.07 | 51.6 | 0.57 | 0.83 |
| Hex | EC | E5 | BA | 0 | 3 | 15 | 7 | 34 | 39 | 53 |
| Octal | 354 | 345 | 272 | 0 | 3 | 25 | 7 | 64 | 71 | 123 |
| Binary | 11101100 | 11100101 | 10111010 | 0 | 11 | 10101 | 111 | 110100 | 111001 | 1010011 |
Color Harmonies of #ECE5BA
Complementary color
Monochromatic Colors of #ECE5BA
Black with #ECE5BA
Text Example
Text Example
White with #ECE5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5BA; }
p { color: rgb(236,229,186); }
H1.HeaderClassName
{
color: #ECE5BA;
}
.AnyTagClassName
{
color: #ECE5BA;
}
</style>
background-color css
<style>
a { background-color: #ECE5BA; }
a { background-color: rgb(236,229,186); }
div.DivClassName
{
background-color: #ECE5BA;
}
.BgClassName
{
background-color: #ECE5BA;
}
</style>
border-color css
<style>
span { border-color: #ECE5BA; }
span { border-color: rgb(236,229,186); }
td.TdClassName
{
border-color: #ECE5BA;
}
.TagClassName
{
border-color: #ECE5BA;
}
</style>