Shades of Crusta #EC8C57
Tints of Crusta #EC8C57
RGB
CMYK
RGB Variations
Color information
#EC8C57 (or 0xEC8C57) is known color: Crusta. HEX triplet: EC, 8C and 57. RGB value is (236,140,87). Sum of RGB (Red+Green+Blue) = 236+140+87=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 87 (34.38% from 255 or 18.79% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8C57 is #1373A8. Grayscale: #A2A2A2. Windows color (decimal): -1274793 or 5737708. OLE color: 5737708.
HSL color Cylindrical-coordinate representation of color #EC8C57: hue angle of 21.34º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC8C57 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 87 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.07 |
| HSL | 21.34º | 0.8% | 0.63% | - |
| HSV(B) | 21.34º | 0.63% | 0.93% | - |
| XYZ | 45.69 | 37.28 | 13.8 | - |
| YUV | 162.66 | 85.3 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 87 | 0 | 0.41 | 0.63 | 0.07 | 21.34 | 0.8 | 0.63 |
| Hex | EC | 8C | 57 | 0 | 29 | 3F | 7 | 15 | 50 | 3F |
| Octal | 354 | 214 | 127 | 0 | 51 | 77 | 7 | 25 | 120 | 77 |
| Binary | 11101100 | 10001100 | 1010111 | 0 | 101001 | 111111 | 111 | 10101 | 1010000 | 111111 |
Color Harmonies of #EC8C57
Complementary color
Monochromatic Colors of #EC8C57
Black with #EC8C57
Text Example
Text Example
White with #EC8C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C57; }
p { color: rgb(236,140,87); }
H1.HeaderClassName
{
color: #EC8C57;
}
.AnyTagClassName
{
color: #EC8C57;
}
</style>
background-color css
<style>
a { background-color: #EC8C57; }
a { background-color: rgb(236,140,87); }
div.DivClassName
{
background-color: #EC8C57;
}
.BgClassName
{
background-color: #EC8C57;
}
</style>
border-color css
<style>
span { border-color: #EC8C57; }
span { border-color: rgb(236,140,87); }
td.TdClassName
{
border-color: #EC8C57;
}
.TagClassName
{
border-color: #EC8C57;
}
</style>