Shades of Orange White #ECE4CF
Tints of Orange White #ECE4CF
RGB
CMYK
RGB Variations
Color information
#ECE4CF (or 0xECE4CF) is known color: Orange White. HEX triplet: EC, E4 and CF. RGB value is (236,228,207). Sum of RGB (Red+Green+Blue) = 236+228+207=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4CF is #131B30. Grayscale: #E4E4E4. Windows color (decimal): -1252145 or 13624556. OLE color: 13624556.
HSL color Cylindrical-coordinate representation of color #ECE4CF: hue angle of 43.45º 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 #ECE4CF is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 207 | - |
CMYK | 0 | 0.03 | 0.12 | 0.07 |
HSL | 43.45º | 0.43% | 0.87% | - |
HSV(B) | 43.45º | 0.12% | 0.93% | - |
XYZ | 73.6 | 77.82 | 70.17 | - |
YUV | 228 | 116.15 | 133.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 207 | 0 | 0.03 | 0.12 | 0.07 | 43.45 | 0.43 | 0.87 |
Hex | EC | E4 | CF | 0 | 3 | C | 7 | 2B | 2B | 57 |
Octal | 354 | 344 | 317 | 0 | 3 | 14 | 7 | 53 | 53 | 127 |
Binary | 11101100 | 11100100 | 11001111 | 0 | 11 | 1100 | 111 | 101011 | 101011 | 1010111 |
Color Harmonies of #ECE4CF
Complementary color
Monochromatic Colors of #ECE4CF
Black with #ECE4CF
Text Example
Text Example
White with #ECE4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4CF; }
p { color: rgb(236,228,207); }
H1.HeaderClassName
{
color: #ECE4CF;
}
.AnyTagClassName
{
color: #ECE4CF;
}
</style>
background-color css
<style>
a { background-color: #ECE4CF; }
a { background-color: rgb(236,228,207); }
div.DivClassName
{
background-color: #ECE4CF;
}
.BgClassName
{
background-color: #ECE4CF;
}
</style>
border-color css
<style>
span { border-color: #ECE4CF; }
span { border-color: rgb(236,228,207); }
td.TdClassName
{
border-color: #ECE4CF;
}
.TagClassName
{
border-color: #ECE4CF;
}
</style>