Html Css Color HEX #ECE2BE Half Colonial White
📋 copy color: '#ECE2BE'red 236 ◦ green 226 ◦ blue 190
Shades of Half Colonial White #ECE2BE
Tints of Half Colonial White #ECE2BE
RGB
CMYK
RGB Variations
Color information
#ECE2BE (or 0xECE2BE) is known color: Half Colonial White. HEX triplet: EC, E2 and BE. RGB value is (236,226,190). Sum of RGB (Red+Green+Blue) = 236+226+190=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 190 (74.61% from 255 or 29.14% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2BE is #131D41. Grayscale: #E1E1E1. Windows color (decimal): -1252674 or 12509932. OLE color: 12509932.
HSL color Cylindrical-coordinate representation of color #ECE2BE: hue angle of 46.96º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECE2BE is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 190 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.07 |
| HSL | 46.96º | 0.55% | 0.84% | - |
| HSV(B) | 46.96º | 0.19% | 0.93% | - |
| XYZ | 71.08 | 75.94 | 59.63 | - |
| YUV | 224.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 190 | 0 | 0.04 | 0.19 | 0.07 | 46.96 | 0.55 | 0.84 |
| Hex | EC | E2 | BE | 0 | 4 | 13 | 7 | 2F | 37 | 54 |
| Octal | 354 | 342 | 276 | 0 | 4 | 23 | 7 | 57 | 67 | 124 |
| Binary | 11101100 | 11100010 | 10111110 | 0 | 100 | 10011 | 111 | 101111 | 110111 | 1010100 |
Color Harmonies of #ECE2BE
Complementary color
Monochromatic Colors of #ECE2BE
Black with #ECE2BE
Text Example
Text Example
White with #ECE2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2BE; }
p { color: rgb(236,226,190); }
H1.HeaderClassName
{
color: #ECE2BE;
}
.AnyTagClassName
{
color: #ECE2BE;
}
</style>
background-color css
<style>
a { background-color: #ECE2BE; }
a { background-color: rgb(236,226,190); }
div.DivClassName
{
background-color: #ECE2BE;
}
.BgClassName
{
background-color: #ECE2BE;
}
</style>
border-color css
<style>
span { border-color: #ECE2BE; }
span { border-color: rgb(236,226,190); }
td.TdClassName
{
border-color: #ECE2BE;
}
.TagClassName
{
border-color: #ECE2BE;
}
</style>