Shades of Orange White #ECE5CD
Tints of Orange White #ECE5CD
RGB
CMYK
RGB Variations
Color information
#ECE5CD (or 0xECE5CD) is known color: Orange White. HEX triplet: EC, E5 and CD. RGB value is (236,229,205). Sum of RGB (Red+Green+Blue) = 236+229+205=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE5CD is #131A32. Grayscale: #E4E4E4. Windows color (decimal): -1251891 or 13493740. OLE color: 13493740.
HSL color Cylindrical-coordinate representation of color #ECE5CD: hue angle of 46.45º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECE5CD is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 205 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.07 |
| HSL | 46.45º | 0.45% | 0.86% | - |
| HSV(B) | 46.45º | 0.13% | 0.93% | - |
| XYZ | 73.63 | 78.28 | 68.99 | - |
| YUV | 228.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 205 | 0 | 0.03 | 0.13 | 0.07 | 46.45 | 0.45 | 0.86 |
| Hex | EC | E5 | CD | 0 | 3 | D | 7 | 2E | 2D | 56 |
| Octal | 354 | 345 | 315 | 0 | 3 | 15 | 7 | 56 | 55 | 126 |
| Binary | 11101100 | 11100101 | 11001101 | 0 | 11 | 1101 | 111 | 101110 | 101101 | 1010110 |
Color Harmonies of #ECE5CD
Complementary color
Monochromatic Colors of #ECE5CD
Black with #ECE5CD
Text Example
Text Example
White with #ECE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5CD; }
p { color: rgb(236,229,205); }
H1.HeaderClassName
{
color: #ECE5CD;
}
.AnyTagClassName
{
color: #ECE5CD;
}
</style>
background-color css
<style>
a { background-color: #ECE5CD; }
a { background-color: rgb(236,229,205); }
div.DivClassName
{
background-color: #ECE5CD;
}
.BgClassName
{
background-color: #ECE5CD;
}
</style>
border-color css
<style>
span { border-color: #ECE5CD; }
span { border-color: rgb(236,229,205); }
td.TdClassName
{
border-color: #ECE5CD;
}
.TagClassName
{
border-color: #ECE5CD;
}
</style>