Shades of Orange White #ECE5CF
Tints of Orange White #ECE5CF
RGB
CMYK
RGB Variations
Color information
#ECE5CF (or 0xECE5CF) is known color: Orange White. HEX triplet: EC, E5 and CF. RGB value is (236,229,207). Sum of RGB (Red+Green+Blue) = 236+229+207=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE5CF is #131A30. Grayscale: #E4E4E4. Windows color (decimal): -1251889 or 13624812. OLE color: 13624812.
HSL color Cylindrical-coordinate representation of color #ECE5CF: hue angle of 45.52º 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 #ECE5CF is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 229 | 207 | - |
CMYK | 0 | 0.03 | 0.12 | 0.07 |
HSL | 45.52º | 0.43% | 0.87% | - |
HSV(B) | 45.52º | 0.12% | 0.93% | - |
XYZ | 73.87 | 78.38 | 70.27 | - |
YUV | 228.59 | 115.82 | 133.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 229 | 207 | 0 | 0.03 | 0.12 | 0.07 | 45.52 | 0.43 | 0.87 |
Hex | EC | E5 | CF | 0 | 3 | C | 7 | 2E | 2B | 57 |
Octal | 354 | 345 | 317 | 0 | 3 | 14 | 7 | 56 | 53 | 127 |
Binary | 11101100 | 11100101 | 11001111 | 0 | 11 | 1100 | 111 | 101110 | 101011 | 1010111 |
Color Harmonies of #ECE5CF
Complementary color
Monochromatic Colors of #ECE5CF
Black with #ECE5CF
Text Example
Text Example
White with #ECE5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5CF; }
p { color: rgb(236,229,207); }
H1.HeaderClassName
{
color: #ECE5CF;
}
.AnyTagClassName
{
color: #ECE5CF;
}
</style>
background-color css
<style>
a { background-color: #ECE5CF; }
a { background-color: rgb(236,229,207); }
div.DivClassName
{
background-color: #ECE5CF;
}
.BgClassName
{
background-color: #ECE5CF;
}
</style>
border-color css
<style>
span { border-color: #ECE5CF; }
span { border-color: rgb(236,229,207); }
td.TdClassName
{
border-color: #ECE5CF;
}
.TagClassName
{
border-color: #ECE5CF;
}
</style>