Shades of Crusta #EC8F60
Tints of Crusta #EC8F60
RGB
CMYK
RGB Variations
Color information
#EC8F60 (or 0xEC8F60) is known color: Crusta. HEX triplet: EC, 8F and 60. RGB value is (236,143,96). Sum of RGB (Red+Green+Blue) = 236+143+96=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F60 is #13709F. Grayscale: #A5A5A5. Windows color (decimal): -1274016 or 6328300. OLE color: 6328300.
HSL color Cylindrical-coordinate representation of color #EC8F60: hue angle of 20.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 #EC8F60 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 96 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.07 |
| HSL | 20.14º | 0.79% | 0.65% | - |
| HSV(B) | 20.14º | 0.59% | 0.93% | - |
| XYZ | 46.53 | 38.32 | 16.01 | - |
| YUV | 165.45 | 88.81 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 96 | 0 | 0.39 | 0.59 | 0.07 | 20.14 | 0.79 | 0.65 |
| Hex | EC | 8F | 60 | 0 | 27 | 3B | 7 | 14 | 4F | 41 |
| Octal | 354 | 217 | 140 | 0 | 47 | 73 | 7 | 24 | 117 | 101 |
| Binary | 11101100 | 10001111 | 1100000 | 0 | 100111 | 111011 | 111 | 10100 | 1001111 | 1000001 |
Color Harmonies of #EC8F60
Complementary color
Monochromatic Colors of #EC8F60
Black with #EC8F60
Text Example
Text Example
White with #EC8F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F60; }
p { color: rgb(236,143,96); }
H1.HeaderClassName
{
color: #EC8F60;
}
.AnyTagClassName
{
color: #EC8F60;
}
</style>
background-color css
<style>
a { background-color: #EC8F60; }
a { background-color: rgb(236,143,96); }
div.DivClassName
{
background-color: #EC8F60;
}
.BgClassName
{
background-color: #EC8F60;
}
</style>
border-color css
<style>
span { border-color: #EC8F60; }
span { border-color: rgb(236,143,96); }
td.TdClassName
{
border-color: #EC8F60;
}
.TagClassName
{
border-color: #EC8F60;
}
</style>