Html Css Color HEX #ECE4BA Half Colonial White
📋 copy color: '#ECE4BA'red 236 ◦ green 228 ◦ blue 186
Shades of Half Colonial White #ECE4BA
Tints of Half Colonial White #ECE4BA
RGB
CMYK
RGB Variations
Color information
#ECE4BA (or 0xECE4BA) is known color: Half Colonial White. HEX triplet: EC, E4 and BA. RGB value is (236,228,186). Sum of RGB (Red+Green+Blue) = 236+228+186=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4BA is #131B45. Grayscale: #E1E1E1. Windows color (decimal): -1252166 or 12248300. OLE color: 12248300.
HSL color Cylindrical-coordinate representation of color #ECE4BA: hue angle of 50.4º 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 #ECE4BA is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 186 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.07 |
| HSL | 50.4º | 0.57% | 0.83% | - |
| HSV(B) | 50.4º | 0.21% | 0.93% | - |
| XYZ | 71.2 | 76.86 | 57.54 | - |
| YUV | 225.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 186 | 0 | 0.03 | 0.21 | 0.07 | 50.4 | 0.57 | 0.83 |
| Hex | EC | E4 | BA | 0 | 3 | 15 | 7 | 32 | 39 | 53 |
| Octal | 354 | 344 | 272 | 0 | 3 | 25 | 7 | 62 | 71 | 123 |
| Binary | 11101100 | 11100100 | 10111010 | 0 | 11 | 10101 | 111 | 110010 | 111001 | 1010011 |
Color Harmonies of #ECE4BA
Complementary color
Monochromatic Colors of #ECE4BA
Black with #ECE4BA
Text Example
Text Example
White with #ECE4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4BA; }
p { color: rgb(236,228,186); }
H1.HeaderClassName
{
color: #ECE4BA;
}
.AnyTagClassName
{
color: #ECE4BA;
}
</style>
background-color css
<style>
a { background-color: #ECE4BA; }
a { background-color: rgb(236,228,186); }
div.DivClassName
{
background-color: #ECE4BA;
}
.BgClassName
{
background-color: #ECE4BA;
}
</style>
border-color css
<style>
span { border-color: #ECE4BA; }
span { border-color: rgb(236,228,186); }
td.TdClassName
{
border-color: #ECE4BA;
}
.TagClassName
{
border-color: #ECE4BA;
}
</style>