Shades of Crusta #EC8D60
Tints of Crusta #EC8D60
RGB
CMYK
RGB Variations
Color information
#EC8D60 (or 0xEC8D60) is known color: Crusta. HEX triplet: EC, 8D and 60. RGB value is (236,141,96). Sum of RGB (Red+Green+Blue) = 236+141+96=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D60 is #13729F. Grayscale: #A4A4A4. Windows color (decimal): -1274528 or 6327788. OLE color: 6327788.
HSL color Cylindrical-coordinate representation of color #EC8D60: hue angle of 19.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 #EC8D60 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 96 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.07 |
| HSL | 19.29º | 0.79% | 0.65% | - |
| HSV(B) | 19.29º | 0.59% | 0.93% | - |
| XYZ | 46.23 | 37.73 | 15.91 | - |
| YUV | 164.28 | 89.47 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 96 | 0 | 0.40 | 0.59 | 0.07 | 19.29 | 0.79 | 0.65 |
| Hex | EC | 8D | 60 | 0 | 28 | 3B | 7 | 13 | 4F | 41 |
| Octal | 354 | 215 | 140 | 0 | 50 | 73 | 7 | 23 | 117 | 101 |
| Binary | 11101100 | 10001101 | 1100000 | 0 | 101000 | 111011 | 111 | 10011 | 1001111 | 1000001 |
Color Harmonies of #EC8D60
Complementary color
Monochromatic Colors of #EC8D60
Black with #EC8D60
Text Example
Text Example
White with #EC8D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D60; }
p { color: rgb(236,141,96); }
H1.HeaderClassName
{
color: #EC8D60;
}
.AnyTagClassName
{
color: #EC8D60;
}
</style>
background-color css
<style>
a { background-color: #EC8D60; }
a { background-color: rgb(236,141,96); }
div.DivClassName
{
background-color: #EC8D60;
}
.BgClassName
{
background-color: #EC8D60;
}
</style>
border-color css
<style>
span { border-color: #EC8D60; }
span { border-color: rgb(236,141,96); }
td.TdClassName
{
border-color: #EC8D60;
}
.TagClassName
{
border-color: #EC8D60;
}
</style>