Shades of Orange White #ECE4CA
Tints of Orange White #ECE4CA
RGB
CMYK
RGB Variations
Color information
#ECE4CA (or 0xECE4CA) is known color: Orange White. HEX triplet: EC, E4 and CA. RGB value is (236,228,202). Sum of RGB (Red+Green+Blue) = 236+228+202=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 228 (89.45% from 255 or 34.23% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4CA is #131B35. Grayscale: #E3E3E3. Windows color (decimal): -1252150 or 13296876. OLE color: 13296876.
HSL color Cylindrical-coordinate representation of color #ECE4CA: hue angle of 45.88º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECE4CA is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 202 | - |
CMYK | 0 | 0.03 | 0.14 | 0.07 |
HSL | 45.88º | 0.47% | 0.86% | - |
HSV(B) | 45.88º | 0.14% | 0.93% | - |
XYZ | 73 | 77.58 | 67.01 | - |
YUV | 227.43 | 113.65 | 134.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 202 | 0 | 0.03 | 0.14 | 0.07 | 45.88 | 0.47 | 0.86 |
Hex | EC | E4 | CA | 0 | 3 | E | 7 | 2E | 2F | 56 |
Octal | 354 | 344 | 312 | 0 | 3 | 16 | 7 | 56 | 57 | 126 |
Binary | 11101100 | 11100100 | 11001010 | 0 | 11 | 1110 | 111 | 101110 | 101111 | 1010110 |
Color Harmonies of #ECE4CA
Complementary color
Monochromatic Colors of #ECE4CA
Black with #ECE4CA
Text Example
Text Example
White with #ECE4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4CA; }
p { color: rgb(236,228,202); }
H1.HeaderClassName
{
color: #ECE4CA;
}
.AnyTagClassName
{
color: #ECE4CA;
}
</style>
background-color css
<style>
a { background-color: #ECE4CA; }
a { background-color: rgb(236,228,202); }
div.DivClassName
{
background-color: #ECE4CA;
}
.BgClassName
{
background-color: #ECE4CA;
}
</style>
border-color css
<style>
span { border-color: #ECE4CA; }
span { border-color: rgb(236,228,202); }
td.TdClassName
{
border-color: #ECE4CA;
}
.TagClassName
{
border-color: #ECE4CA;
}
</style>