Shades of Orange White #ECE4CD
Tints of Orange White #ECE4CD
RGB
CMYK
RGB Variations
Color information
#ECE4CD (or 0xECE4CD) is known color: Orange White. HEX triplet: EC, E4 and CD. RGB value is (236,228,205). Sum of RGB (Red+Green+Blue) = 236+228+205=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 228 (89.45% from 255 or 34.08% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4CD is #131B32. Grayscale: #E3E3E3. Windows color (decimal): -1252147 or 13493484. OLE color: 13493484.
HSL color Cylindrical-coordinate representation of color #ECE4CD: hue angle of 44.52º 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 #ECE4CD is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 205 | - |
CMYK | 0 | 0.03 | 0.13 | 0.07 |
HSL | 44.52º | 0.45% | 0.86% | - |
HSV(B) | 44.52º | 0.13% | 0.93% | - |
XYZ | 73.35 | 77.73 | 68.89 | - |
YUV | 227.77 | 115.15 | 133.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 205 | 0 | 0.03 | 0.13 | 0.07 | 44.52 | 0.45 | 0.86 |
Hex | EC | E4 | CD | 0 | 3 | D | 7 | 2D | 2D | 56 |
Octal | 354 | 344 | 315 | 0 | 3 | 15 | 7 | 55 | 55 | 126 |
Binary | 11101100 | 11100100 | 11001101 | 0 | 11 | 1101 | 111 | 101101 | 101101 | 1010110 |
Color Harmonies of #ECE4CD
Complementary color
Monochromatic Colors of #ECE4CD
Black with #ECE4CD
Text Example
Text Example
White with #ECE4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4CD; }
p { color: rgb(236,228,205); }
H1.HeaderClassName
{
color: #ECE4CD;
}
.AnyTagClassName
{
color: #ECE4CD;
}
</style>
background-color css
<style>
a { background-color: #ECE4CD; }
a { background-color: rgb(236,228,205); }
div.DivClassName
{
background-color: #ECE4CD;
}
.BgClassName
{
background-color: #ECE4CD;
}
</style>
border-color css
<style>
span { border-color: #ECE4CD; }
span { border-color: rgb(236,228,205); }
td.TdClassName
{
border-color: #ECE4CD;
}
.TagClassName
{
border-color: #ECE4CD;
}
</style>