Shades of Crusta #EC9160
Tints of Crusta #EC9160
RGB
CMYK
RGB Variations
Color information
#EC9160 (or 0xEC9160) is known color: Crusta. HEX triplet: EC, 91 and 60. RGB value is (236,145,96). Sum of RGB (Red+Green+Blue) = 236+145+96=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9160 is #136E9F. Grayscale: #A6A6A6. Windows color (decimal): -1273504 or 6328812. OLE color: 6328812.
HSL color Cylindrical-coordinate representation of color #EC9160: hue angle of 21º 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 #EC9160 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 96 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.07 |
| HSL | 21º | 0.79% | 0.65% | - |
| HSV(B) | 21º | 0.59% | 0.93% | - |
| XYZ | 46.83 | 38.93 | 16.11 | - |
| YUV | 166.62 | 88.15 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 96 | 0 | 0.39 | 0.59 | 0.07 | 21 | 0.79 | 0.65 |
| Hex | EC | 91 | 60 | 0 | 27 | 3B | 7 | 15 | 4F | 41 |
| Octal | 354 | 221 | 140 | 0 | 47 | 73 | 7 | 25 | 117 | 101 |
| Binary | 11101100 | 10010001 | 1100000 | 0 | 100111 | 111011 | 111 | 10101 | 1001111 | 1000001 |
Color Harmonies of #EC9160
Complementary color
Monochromatic Colors of #EC9160
Black with #EC9160
Text Example
Text Example
White with #EC9160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9160; }
p { color: rgb(236,145,96); }
H1.HeaderClassName
{
color: #EC9160;
}
.AnyTagClassName
{
color: #EC9160;
}
</style>
background-color css
<style>
a { background-color: #EC9160; }
a { background-color: rgb(236,145,96); }
div.DivClassName
{
background-color: #EC9160;
}
.BgClassName
{
background-color: #EC9160;
}
</style>
border-color css
<style>
span { border-color: #EC9160; }
span { border-color: rgb(236,145,96); }
td.TdClassName
{
border-color: #EC9160;
}
.TagClassName
{
border-color: #EC9160;
}
</style>