Html Css Color HEX #ECE2B6 Half Colonial White
📋 copy color: '#ECE2B6'red 236 ◦ green 226 ◦ blue 182
Shades of Half Colonial White #ECE2B6
Tints of Half Colonial White #ECE2B6
RGB
CMYK
RGB Variations
Color information
#ECE2B6 (or 0xECE2B6) is known color: Half Colonial White. HEX triplet: EC, E2 and B6. RGB value is (236,226,182). Sum of RGB (Red+Green+Blue) = 236+226+182=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 226 (88.67% from 255 or 35.09% from 644); Blue value is 182 (71.48% from 255 or 28.26% from 644); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2B6 is #131D49. Grayscale: #E0E0E0. Windows color (decimal): -1252682 or 11985644. OLE color: 11985644.
HSL color Cylindrical-coordinate representation of color #ECE2B6: hue angle of 48.89º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECE2B6 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 226 | 182 | - |
CMYK | 0 | 0.04 | 0.23 | 0.07 |
HSL | 48.89º | 0.59% | 0.82% | - |
HSV(B) | 48.89º | 0.23% | 0.93% | - |
XYZ | 70.23 | 75.6 | 55.15 | - |
YUV | 223.97 | 104.31 | 136.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 226 | 182 | 0 | 0.04 | 0.23 | 0.07 | 48.89 | 0.59 | 0.82 |
Hex | EC | E2 | B6 | 0 | 4 | 17 | 7 | 31 | 3B | 52 |
Octal | 354 | 342 | 266 | 0 | 4 | 27 | 7 | 61 | 73 | 122 |
Binary | 11101100 | 11100010 | 10110110 | 0 | 100 | 10111 | 111 | 110001 | 111011 | 1010010 |
Color Harmonies of #ECE2B6
Complementary color
Monochromatic Colors of #ECE2B6
Black with #ECE2B6
Text Example
Text Example
White with #ECE2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2B6; }
p { color: rgb(236,226,182); }
H1.HeaderClassName
{
color: #ECE2B6;
}
.AnyTagClassName
{
color: #ECE2B6;
}
</style>
background-color css
<style>
a { background-color: #ECE2B6; }
a { background-color: rgb(236,226,182); }
div.DivClassName
{
background-color: #ECE2B6;
}
.BgClassName
{
background-color: #ECE2B6;
}
</style>
border-color css
<style>
span { border-color: #ECE2B6; }
span { border-color: rgb(236,226,182); }
td.TdClassName
{
border-color: #ECE2B6;
}
.TagClassName
{
border-color: #ECE2B6;
}
</style>