Html Css Color HEX #ECE3BD Half Colonial White
📋 copy color: '#ECE3BD'red 236 ◦ green 227 ◦ blue 189
Shades of Half Colonial White #ECE3BD
Tints of Half Colonial White #ECE3BD
RGB
CMYK
RGB Variations
Color information
#ECE3BD (or 0xECE3BD) is known color: Half Colonial White. HEX triplet: EC, E3 and BD. RGB value is (236,227,189). Sum of RGB (Red+Green+Blue) = 236+227+189=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE3BD is #131C42. Grayscale: #E1E1E1. Windows color (decimal): -1252419 or 12444652. OLE color: 12444652.
HSL color Cylindrical-coordinate representation of color #ECE3BD: hue angle of 48.51º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECE3BD is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 189 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.07 |
| HSL | 48.51º | 0.55% | 0.83% | - |
| HSV(B) | 48.51º | 0.2% | 0.93% | - |
| XYZ | 71.25 | 76.45 | 59.14 | - |
| YUV | 225.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 189 | 0 | 0.04 | 0.20 | 0.07 | 48.51 | 0.55 | 0.83 |
| Hex | EC | E3 | BD | 0 | 4 | 14 | 7 | 31 | 37 | 53 |
| Octal | 354 | 343 | 275 | 0 | 4 | 24 | 7 | 61 | 67 | 123 |
| Binary | 11101100 | 11100011 | 10111101 | 0 | 100 | 10100 | 111 | 110001 | 110111 | 1010011 |
Color Harmonies of #ECE3BD
Complementary color
Monochromatic Colors of #ECE3BD
Black with #ECE3BD
Text Example
Text Example
White with #ECE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE3BD; }
p { color: rgb(236,227,189); }
H1.HeaderClassName
{
color: #ECE3BD;
}
.AnyTagClassName
{
color: #ECE3BD;
}
</style>
background-color css
<style>
a { background-color: #ECE3BD; }
a { background-color: rgb(236,227,189); }
div.DivClassName
{
background-color: #ECE3BD;
}
.BgClassName
{
background-color: #ECE3BD;
}
</style>
border-color css
<style>
span { border-color: #ECE3BD; }
span { border-color: rgb(236,227,189); }
td.TdClassName
{
border-color: #ECE3BD;
}
.TagClassName
{
border-color: #ECE3BD;
}
</style>