Shades of Crusta #EC8860
Tints of Crusta #EC8860
RGB
CMYK
RGB Variations
Color information
#EC8860 (or 0xEC8860) is known color: Crusta. HEX triplet: EC, 88 and 60. RGB value is (236,136,96). Sum of RGB (Red+Green+Blue) = 236+136+96=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8860 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8860 is #13779F. Grayscale: #A1A1A1. Windows color (decimal): -1275808 or 6326508. OLE color: 6326508.
HSL color Cylindrical-coordinate representation of color #EC8860: hue angle of 17.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC8860 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 96 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.07 |
| HSL | 17.14º | 0.79% | 0.65% | - |
| HSV(B) | 17.14º | 0.59% | 0.93% | - |
| XYZ | 45.51 | 36.29 | 15.67 | - |
| YUV | 161.34 | 91.13 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 96 | 0 | 0.42 | 0.59 | 0.07 | 17.14 | 0.79 | 0.65 |
| Hex | EC | 88 | 60 | 0 | 2A | 3B | 7 | 11 | 4F | 41 |
| Octal | 354 | 210 | 140 | 0 | 52 | 73 | 7 | 21 | 117 | 101 |
| Binary | 11101100 | 10001000 | 1100000 | 0 | 101010 | 111011 | 111 | 10001 | 1001111 | 1000001 |
Color Harmonies of #EC8860
Complementary color
Monochromatic Colors of #EC8860
Black with #EC8860
Text Example
Text Example
White with #EC8860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8860; }
p { color: rgb(236,136,96); }
H1.HeaderClassName
{
color: #EC8860;
}
.AnyTagClassName
{
color: #EC8860;
}
</style>
background-color css
<style>
a { background-color: #EC8860; }
a { background-color: rgb(236,136,96); }
div.DivClassName
{
background-color: #EC8860;
}
.BgClassName
{
background-color: #EC8860;
}
</style>
border-color css
<style>
span { border-color: #EC8860; }
span { border-color: rgb(236,136,96); }
td.TdClassName
{
border-color: #EC8860;
}
.TagClassName
{
border-color: #EC8860;
}
</style>