Shades of Orange White #ECE4D0
Tints of Orange White #ECE4D0
RGB
CMYK
RGB Variations
Color information
#ECE4D0 (or 0xECE4D0) is known color: Orange White. HEX triplet: EC, E4 and D0. RGB value is (236,228,208). Sum of RGB (Red+Green+Blue) = 236+228+208=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 228 (89.45% from 255 or 33.93% from 672); Blue value is 208 (81.64% from 255 or 30.95% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4D0 is #131B2F. Grayscale: #E4E4E4. Windows color (decimal): -1252144 or 13690092. OLE color: 13690092.
HSL color Cylindrical-coordinate representation of color #ECE4D0: hue angle of 42.86º degrees, saturation: 0.42, 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 #ECE4D0 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 208 | - |
CMYK | 0 | 0.03 | 0.12 | 0.07 |
HSL | 42.86º | 0.42% | 0.87% | - |
HSV(B) | 42.86º | 0.12% | 0.93% | - |
XYZ | 73.72 | 77.87 | 70.82 | - |
YUV | 228.11 | 116.65 | 133.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 208 | 0 | 0.03 | 0.12 | 0.07 | 42.86 | 0.42 | 0.87 |
Hex | EC | E4 | D0 | 0 | 3 | C | 7 | 2B | 2A | 57 |
Octal | 354 | 344 | 320 | 0 | 3 | 14 | 7 | 53 | 52 | 127 |
Binary | 11101100 | 11100100 | 11010000 | 0 | 11 | 1100 | 111 | 101011 | 101010 | 1010111 |
Color Harmonies of #ECE4D0
Complementary color
Monochromatic Colors of #ECE4D0
Black with #ECE4D0
Text Example
Text Example
White with #ECE4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4D0; }
p { color: rgb(236,228,208); }
H1.HeaderClassName
{
color: #ECE4D0;
}
.AnyTagClassName
{
color: #ECE4D0;
}
</style>
background-color css
<style>
a { background-color: #ECE4D0; }
a { background-color: rgb(236,228,208); }
div.DivClassName
{
background-color: #ECE4D0;
}
.BgClassName
{
background-color: #ECE4D0;
}
</style>
border-color css
<style>
span { border-color: #ECE4D0; }
span { border-color: rgb(236,228,208); }
td.TdClassName
{
border-color: #ECE4D0;
}
.TagClassName
{
border-color: #ECE4D0;
}
</style>