Shades of Crusta #EC855E
Tints of Crusta #EC855E
RGB
CMYK
RGB Variations
Color information
#EC855E (or 0xEC855E) is known color: Crusta. HEX triplet: EC, 85 and 5E. RGB value is (236,133,94). Sum of RGB (Red+Green+Blue) = 236+133+94=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC855E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC855E is #137AA1. Grayscale: #9F9F9F. Windows color (decimal): -1276578 or 6194668. OLE color: 6194668.
HSL color Cylindrical-coordinate representation of color #EC855E: hue angle of 16.48º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC855E is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 94 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.07 |
| HSL | 16.48º | 0.79% | 0.65% | - |
| HSV(B) | 16.48º | 0.6% | 0.93% | - |
| XYZ | 45 | 35.42 | 15.05 | - |
| YUV | 159.35 | 91.12 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 94 | 0 | 0.44 | 0.60 | 0.07 | 16.48 | 0.79 | 0.65 |
| Hex | EC | 85 | 5E | 0 | 2C | 3C | 7 | 10 | 4F | 41 |
| Octal | 354 | 205 | 136 | 0 | 54 | 74 | 7 | 20 | 117 | 101 |
| Binary | 11101100 | 10000101 | 1011110 | 0 | 101100 | 111100 | 111 | 10000 | 1001111 | 1000001 |
Color Harmonies of #EC855E
Complementary color
Monochromatic Colors of #EC855E
Black with #EC855E
Text Example
Text Example
White with #EC855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC855E; }
p { color: rgb(236,133,94); }
H1.HeaderClassName
{
color: #EC855E;
}
.AnyTagClassName
{
color: #EC855E;
}
</style>
background-color css
<style>
a { background-color: #EC855E; }
a { background-color: rgb(236,133,94); }
div.DivClassName
{
background-color: #EC855E;
}
.BgClassName
{
background-color: #EC855E;
}
</style>
border-color css
<style>
span { border-color: #EC855E; }
span { border-color: rgb(236,133,94); }
td.TdClassName
{
border-color: #EC855E;
}
.TagClassName
{
border-color: #EC855E;
}
</style>