Shades of Orange White #ECE4CC
Tints of Orange White #ECE4CC
RGB
CMYK
RGB Variations
Color information
#ECE4CC (or 0xECE4CC) is known color: Orange White. HEX triplet: EC, E4 and CC. RGB value is (236,228,204). Sum of RGB (Red+Green+Blue) = 236+228+204=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 204 (80.08% from 255 or 30.54% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4CC is #131B33. Grayscale: #E3E3E3. Windows color (decimal): -1252148 or 13427948. OLE color: 13427948.
HSL color Cylindrical-coordinate representation of color #ECE4CC: hue angle of 45º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECE4CC is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 204 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.07 |
| HSL | 45º | 0.46% | 0.86% | - |
| HSV(B) | 45º | 0.14% | 0.93% | - |
| XYZ | 73.23 | 77.68 | 68.26 | - |
| YUV | 227.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 204 | 0 | 0.03 | 0.14 | 0.07 | 45 | 0.46 | 0.86 |
| Hex | EC | E4 | CC | 0 | 3 | E | 7 | 2D | 2E | 56 |
| Octal | 354 | 344 | 314 | 0 | 3 | 16 | 7 | 55 | 56 | 126 |
| Binary | 11101100 | 11100100 | 11001100 | 0 | 11 | 1110 | 111 | 101101 | 101110 | 1010110 |
Color Harmonies of #ECE4CC
Complementary color
Monochromatic Colors of #ECE4CC
Black with #ECE4CC
Text Example
Text Example
White with #ECE4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4CC; }
p { color: rgb(236,228,204); }
H1.HeaderClassName
{
color: #ECE4CC;
}
.AnyTagClassName
{
color: #ECE4CC;
}
</style>
background-color css
<style>
a { background-color: #ECE4CC; }
a { background-color: rgb(236,228,204); }
div.DivClassName
{
background-color: #ECE4CC;
}
.BgClassName
{
background-color: #ECE4CC;
}
</style>
border-color css
<style>
span { border-color: #ECE4CC; }
span { border-color: rgb(236,228,204); }
td.TdClassName
{
border-color: #ECE4CC;
}
.TagClassName
{
border-color: #ECE4CC;
}
</style>