Shades of Crusta #EC8660
Tints of Crusta #EC8660
RGB
CMYK
RGB Variations
Color information
#EC8660 (or 0xEC8660) is known color: Crusta. HEX triplet: EC, 86 and 60. RGB value is (236,134,96). Sum of RGB (Red+Green+Blue) = 236+134+96=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8660 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8660 is #13799F. Grayscale: #A0A0A0. Windows color (decimal): -1276320 or 6325996. OLE color: 6325996.
HSL color Cylindrical-coordinate representation of color #EC8660: hue angle of 16.29º 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 #EC8660 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 96 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.07 |
| HSL | 16.29º | 0.79% | 0.65% | - |
| HSV(B) | 16.29º | 0.59% | 0.93% | - |
| XYZ | 45.23 | 35.73 | 15.58 | - |
| YUV | 160.17 | 91.79 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 96 | 0 | 0.43 | 0.59 | 0.07 | 16.29 | 0.79 | 0.65 |
| Hex | EC | 86 | 60 | 0 | 2B | 3B | 7 | 10 | 4F | 41 |
| Octal | 354 | 206 | 140 | 0 | 53 | 73 | 7 | 20 | 117 | 101 |
| Binary | 11101100 | 10000110 | 1100000 | 0 | 101011 | 111011 | 111 | 10000 | 1001111 | 1000001 |
Color Harmonies of #EC8660
Complementary color
Monochromatic Colors of #EC8660
Black with #EC8660
Text Example
Text Example
White with #EC8660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8660; }
p { color: rgb(236,134,96); }
H1.HeaderClassName
{
color: #EC8660;
}
.AnyTagClassName
{
color: #EC8660;
}
</style>
background-color css
<style>
a { background-color: #EC8660; }
a { background-color: rgb(236,134,96); }
div.DivClassName
{
background-color: #EC8660;
}
.BgClassName
{
background-color: #EC8660;
}
</style>
border-color css
<style>
span { border-color: #EC8660; }
span { border-color: rgb(236,134,96); }
td.TdClassName
{
border-color: #EC8660;
}
.TagClassName
{
border-color: #EC8660;
}
</style>