Shades of Orange White #ECE4CB
Tints of Orange White #ECE4CB
RGB
CMYK
RGB Variations
Color information
#ECE4CB (or 0xECE4CB) is known color: Orange White. HEX triplet: EC, E4 and CB. RGB value is (236,228,203). Sum of RGB (Red+Green+Blue) = 236+228+203=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 228 (89.45% from 255 or 34.18% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4CB is #131B34. Grayscale: #E3E3E3. Windows color (decimal): -1252149 or 13362412. OLE color: 13362412.
HSL color Cylindrical-coordinate representation of color #ECE4CB: hue angle of 45.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 #ECE4CB is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 203 | - |
CMYK | 0 | 0.03 | 0.14 | 0.07 |
HSL | 45.45º | 0.46% | 0.86% | - |
HSV(B) | 45.45º | 0.14% | 0.93% | - |
XYZ | 73.11 | 77.63 | 67.63 | - |
YUV | 227.54 | 114.15 | 134.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 203 | 0 | 0.03 | 0.14 | 0.07 | 45.45 | 0.46 | 0.86 |
Hex | EC | E4 | CB | 0 | 3 | E | 7 | 2D | 2E | 56 |
Octal | 354 | 344 | 313 | 0 | 3 | 16 | 7 | 55 | 56 | 126 |
Binary | 11101100 | 11100100 | 11001011 | 0 | 11 | 1110 | 111 | 101101 | 101110 | 1010110 |
Color Harmonies of #ECE4CB
Complementary color
Monochromatic Colors of #ECE4CB
Black with #ECE4CB
Text Example
Text Example
White with #ECE4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4CB; }
p { color: rgb(236,228,203); }
H1.HeaderClassName
{
color: #ECE4CB;
}
.AnyTagClassName
{
color: #ECE4CB;
}
</style>
background-color css
<style>
a { background-color: #ECE4CB; }
a { background-color: rgb(236,228,203); }
div.DivClassName
{
background-color: #ECE4CB;
}
.BgClassName
{
background-color: #ECE4CB;
}
</style>
border-color css
<style>
span { border-color: #ECE4CB; }
span { border-color: rgb(236,228,203); }
td.TdClassName
{
border-color: #ECE4CB;
}
.TagClassName
{
border-color: #ECE4CB;
}
</style>