Shades of Crusta #EC8556
Tints of Crusta #EC8556
RGB
CMYK
RGB Variations
Color information
#EC8556 (or 0xEC8556) is known color: Crusta. HEX triplet: EC, 85 and 56. RGB value is (236,133,86). Sum of RGB (Red+Green+Blue) = 236+133+86=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8556 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8556 is #137AA9. Grayscale: #9E9E9E. Windows color (decimal): -1276586 or 5670380. OLE color: 5670380.
HSL color Cylindrical-coordinate representation of color #EC8556: hue angle of 18.8º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC8556 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 86 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.07 |
| HSL | 18.8º | 0.8% | 0.63% | - |
| HSV(B) | 18.8º | 0.64% | 0.93% | - |
| XYZ | 44.66 | 35.28 | 13.26 | - |
| YUV | 158.44 | 87.12 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 86 | 0 | 0.44 | 0.64 | 0.07 | 18.8 | 0.8 | 0.63 |
| Hex | EC | 85 | 56 | 0 | 2C | 40 | 7 | 13 | 50 | 3F |
| Octal | 354 | 205 | 126 | 0 | 54 | 100 | 7 | 23 | 120 | 77 |
| Binary | 11101100 | 10000101 | 1010110 | 0 | 101100 | 1000000 | 111 | 10011 | 1010000 | 111111 |
Color Harmonies of #EC8556
Complementary color
Monochromatic Colors of #EC8556
Black with #EC8556
Text Example
Text Example
White with #EC8556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8556; }
p { color: rgb(236,133,86); }
H1.HeaderClassName
{
color: #EC8556;
}
.AnyTagClassName
{
color: #EC8556;
}
</style>
background-color css
<style>
a { background-color: #EC8556; }
a { background-color: rgb(236,133,86); }
div.DivClassName
{
background-color: #EC8556;
}
.BgClassName
{
background-color: #EC8556;
}
</style>
border-color css
<style>
span { border-color: #EC8556; }
span { border-color: rgb(236,133,86); }
td.TdClassName
{
border-color: #EC8556;
}
.TagClassName
{
border-color: #EC8556;
}
</style>