Html Css Color HEX #ECE2C1 Half Colonial White
📋 copy color: '#ECE2C1'red 236 ◦ green 226 ◦ blue 193
Shades of Half Colonial White #ECE2C1
Tints of Half Colonial White #ECE2C1
RGB
CMYK
RGB Variations
Color information
#ECE2C1 (or 0xECE2C1) is known color: Half Colonial White. HEX triplet: EC, E2 and C1. RGB value is (236,226,193). Sum of RGB (Red+Green+Blue) = 236+226+193=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 193 (75.78% from 255 or 29.47% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2C1 is #131D3E. Grayscale: #E1E1E1. Windows color (decimal): -1252671 or 12706540. OLE color: 12706540.
HSL color Cylindrical-coordinate representation of color #ECE2C1: hue angle of 46.05º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECE2C1 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 193 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.07 |
| HSL | 46.05º | 0.53% | 0.84% | - |
| HSV(B) | 46.05º | 0.18% | 0.93% | - |
| XYZ | 71.41 | 76.08 | 61.37 | - |
| YUV | 225.23 | 109.81 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 193 | 0 | 0.04 | 0.18 | 0.07 | 46.05 | 0.53 | 0.84 |
| Hex | EC | E2 | C1 | 0 | 4 | 12 | 7 | 2E | 35 | 54 |
| Octal | 354 | 342 | 301 | 0 | 4 | 22 | 7 | 56 | 65 | 124 |
| Binary | 11101100 | 11100010 | 11000001 | 0 | 100 | 10010 | 111 | 101110 | 110101 | 1010100 |
Color Harmonies of #ECE2C1
Complementary color
Monochromatic Colors of #ECE2C1
Black with #ECE2C1
Text Example
Text Example
White with #ECE2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2C1; }
p { color: rgb(236,226,193); }
H1.HeaderClassName
{
color: #ECE2C1;
}
.AnyTagClassName
{
color: #ECE2C1;
}
</style>
background-color css
<style>
a { background-color: #ECE2C1; }
a { background-color: rgb(236,226,193); }
div.DivClassName
{
background-color: #ECE2C1;
}
.BgClassName
{
background-color: #ECE2C1;
}
</style>
border-color css
<style>
span { border-color: #ECE2C1; }
span { border-color: rgb(236,226,193); }
td.TdClassName
{
border-color: #ECE2C1;
}
.TagClassName
{
border-color: #ECE2C1;
}
</style>