Shades of Crusta #EC8C60
Tints of Crusta #EC8C60
RGB
CMYK
RGB Variations
Color information
#EC8C60 (or 0xEC8C60) is known color: Crusta. HEX triplet: EC, 8C and 60. RGB value is (236,140,96). Sum of RGB (Red+Green+Blue) = 236+140+96=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8C60 is #13739F. Grayscale: #A3A3A3. Windows color (decimal): -1274784 or 6327532. OLE color: 6327532.
HSL color Cylindrical-coordinate representation of color #EC8C60: hue angle of 18.86º 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 #EC8C60 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 96 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.07 |
| HSL | 18.86º | 0.79% | 0.65% | - |
| HSV(B) | 18.86º | 0.59% | 0.93% | - |
| XYZ | 46.08 | 37.43 | 15.86 | - |
| YUV | 163.69 | 89.8 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 96 | 0 | 0.41 | 0.59 | 0.07 | 18.86 | 0.79 | 0.65 |
| Hex | EC | 8C | 60 | 0 | 29 | 3B | 7 | 13 | 4F | 41 |
| Octal | 354 | 214 | 140 | 0 | 51 | 73 | 7 | 23 | 117 | 101 |
| Binary | 11101100 | 10001100 | 1100000 | 0 | 101001 | 111011 | 111 | 10011 | 1001111 | 1000001 |
Color Harmonies of #EC8C60
Complementary color
Monochromatic Colors of #EC8C60
Black with #EC8C60
Text Example
Text Example
White with #EC8C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C60; }
p { color: rgb(236,140,96); }
H1.HeaderClassName
{
color: #EC8C60;
}
.AnyTagClassName
{
color: #EC8C60;
}
</style>
background-color css
<style>
a { background-color: #EC8C60; }
a { background-color: rgb(236,140,96); }
div.DivClassName
{
background-color: #EC8C60;
}
.BgClassName
{
background-color: #EC8C60;
}
</style>
border-color css
<style>
span { border-color: #EC8C60; }
span { border-color: rgb(236,140,96); }
td.TdClassName
{
border-color: #EC8C60;
}
.TagClassName
{
border-color: #EC8C60;
}
</style>