Shades of Orange White #ECE6CD
Tints of Orange White #ECE6CD
RGB
CMYK
RGB Variations
Color information
#ECE6CD (or 0xECE6CD) is known color: Orange White. HEX triplet: EC, E6 and CD. RGB value is (236,230,205). Sum of RGB (Red+Green+Blue) = 236+230+205=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6CD is #131932. Grayscale: #E5E5E5. Windows color (decimal): -1251635 or 13493996. OLE color: 13493996.
HSL color Cylindrical-coordinate representation of color #ECE6CD: hue angle of 48.39º 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 #ECE6CD is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 230 | 205 | - |
CMYK | 0 | 0.03 | 0.13 | 0.07 |
HSL | 48.39º | 0.45% | 0.86% | - |
HSV(B) | 48.39º | 0.13% | 0.93% | - |
XYZ | 73.91 | 78.83 | 69.08 | - |
YUV | 228.94 | 114.49 | 133.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 205 | 0 | 0.03 | 0.13 | 0.07 | 48.39 | 0.45 | 0.86 |
Hex | EC | E6 | CD | 0 | 3 | D | 7 | 30 | 2D | 56 |
Octal | 354 | 346 | 315 | 0 | 3 | 15 | 7 | 60 | 55 | 126 |
Binary | 11101100 | 11100110 | 11001101 | 0 | 11 | 1101 | 111 | 110000 | 101101 | 1010110 |
Color Harmonies of #ECE6CD
Complementary color
Monochromatic Colors of #ECE6CD
Black with #ECE6CD
Text Example
Text Example
White with #ECE6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6CD; }
p { color: rgb(236,230,205); }
H1.HeaderClassName
{
color: #ECE6CD;
}
.AnyTagClassName
{
color: #ECE6CD;
}
</style>
background-color css
<style>
a { background-color: #ECE6CD; }
a { background-color: rgb(236,230,205); }
div.DivClassName
{
background-color: #ECE6CD;
}
.BgClassName
{
background-color: #ECE6CD;
}
</style>
border-color css
<style>
span { border-color: #ECE6CD; }
span { border-color: rgb(236,230,205); }
td.TdClassName
{
border-color: #ECE6CD;
}
.TagClassName
{
border-color: #ECE6CD;
}
</style>