Shades of Orange White #ECE6CF
Tints of Orange White #ECE6CF
RGB
CMYK
RGB Variations
Color information
#ECE6CF (or 0xECE6CF) is known color: Orange White. HEX triplet: EC, E6 and CF. RGB value is (236,230,207). Sum of RGB (Red+Green+Blue) = 236+230+207=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 230 (90.23% from 255 or 34.18% from 673); Blue value is 207 (81.25% from 255 or 30.76% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6CF is #131930. Grayscale: #E5E5E5. Windows color (decimal): -1251633 or 13625068. OLE color: 13625068.
HSL color Cylindrical-coordinate representation of color #ECE6CF: hue angle of 47.59º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECE6CF is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 230 | 207 | - |
CMYK | 0 | 0.03 | 0.12 | 0.07 |
HSL | 47.59º | 0.43% | 0.87% | - |
HSV(B) | 47.59º | 0.12% | 0.93% | - |
XYZ | 74.15 | 78.93 | 70.36 | - |
YUV | 229.17 | 115.49 | 132.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 207 | 0 | 0.03 | 0.12 | 0.07 | 47.59 | 0.43 | 0.87 |
Hex | EC | E6 | CF | 0 | 3 | C | 7 | 30 | 2B | 57 |
Octal | 354 | 346 | 317 | 0 | 3 | 14 | 7 | 60 | 53 | 127 |
Binary | 11101100 | 11100110 | 11001111 | 0 | 11 | 1100 | 111 | 110000 | 101011 | 1010111 |
Color Harmonies of #ECE6CF
Complementary color
Monochromatic Colors of #ECE6CF
Black with #ECE6CF
Text Example
Text Example
White with #ECE6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6CF; }
p { color: rgb(236,230,207); }
H1.HeaderClassName
{
color: #ECE6CF;
}
.AnyTagClassName
{
color: #ECE6CF;
}
</style>
background-color css
<style>
a { background-color: #ECE6CF; }
a { background-color: rgb(236,230,207); }
div.DivClassName
{
background-color: #ECE6CF;
}
.BgClassName
{
background-color: #ECE6CF;
}
</style>
border-color css
<style>
span { border-color: #ECE6CF; }
span { border-color: rgb(236,230,207); }
td.TdClassName
{
border-color: #ECE6CF;
}
.TagClassName
{
border-color: #ECE6CF;
}
</style>