Shades of Orange White #ECE6CE
Tints of Orange White #ECE6CE
RGB
CMYK
RGB Variations
Color information
#ECE6CE (or 0xECE6CE) is known color: Orange White. HEX triplet: EC, E6 and CE. RGB value is (236,230,206). Sum of RGB (Red+Green+Blue) = 236+230+206=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 230 (90.23% from 255 or 34.23% from 672); Blue value is 206 (80.86% from 255 or 30.65% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6CE is #131931. Grayscale: #E5E5E5. Windows color (decimal): -1251634 or 13559532. OLE color: 13559532.
HSL color Cylindrical-coordinate representation of color #ECE6CE: hue angle of 48º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECE6CE is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 230 | 206 | - |
CMYK | 0 | 0.03 | 0.13 | 0.07 |
HSL | 48º | 0.44% | 0.87% | - |
HSV(B) | 48º | 0.13% | 0.93% | - |
XYZ | 74.03 | 78.88 | 69.72 | - |
YUV | 229.06 | 114.99 | 132.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 206 | 0 | 0.03 | 0.13 | 0.07 | 48 | 0.44 | 0.87 |
Hex | EC | E6 | CE | 0 | 3 | D | 7 | 30 | 2C | 57 |
Octal | 354 | 346 | 316 | 0 | 3 | 15 | 7 | 60 | 54 | 127 |
Binary | 11101100 | 11100110 | 11001110 | 0 | 11 | 1101 | 111 | 110000 | 101100 | 1010111 |
Color Harmonies of #ECE6CE
Complementary color
Monochromatic Colors of #ECE6CE
Black with #ECE6CE
Text Example
Text Example
White with #ECE6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6CE; }
p { color: rgb(236,230,206); }
H1.HeaderClassName
{
color: #ECE6CE;
}
.AnyTagClassName
{
color: #ECE6CE;
}
</style>
background-color css
<style>
a { background-color: #ECE6CE; }
a { background-color: rgb(236,230,206); }
div.DivClassName
{
background-color: #ECE6CE;
}
.BgClassName
{
background-color: #ECE6CE;
}
</style>
border-color css
<style>
span { border-color: #ECE6CE; }
span { border-color: rgb(236,230,206); }
td.TdClassName
{
border-color: #ECE6CE;
}
.TagClassName
{
border-color: #ECE6CE;
}
</style>