Shades of Crusta #EC9360
Tints of Crusta #EC9360
RGB
CMYK
RGB Variations
Color information
#EC9360 (or 0xEC9360) is known color: Crusta. HEX triplet: EC, 93 and 60. RGB value is (236,147,96). Sum of RGB (Red+Green+Blue) = 236+147+96=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9360 is #136C9F. Grayscale: #A8A8A8. Windows color (decimal): -1272992 or 6329324. OLE color: 6329324.
HSL color Cylindrical-coordinate representation of color #EC9360: hue angle of 21.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 #EC9360 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 96 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.07 |
| HSL | 21.86º | 0.79% | 0.65% | - |
| HSV(B) | 21.86º | 0.59% | 0.93% | - |
| XYZ | 47.14 | 39.54 | 16.21 | - |
| YUV | 167.8 | 87.49 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 96 | 0 | 0.38 | 0.59 | 0.07 | 21.86 | 0.79 | 0.65 |
| Hex | EC | 93 | 60 | 0 | 26 | 3B | 7 | 16 | 4F | 41 |
| Octal | 354 | 223 | 140 | 0 | 46 | 73 | 7 | 26 | 117 | 101 |
| Binary | 11101100 | 10010011 | 1100000 | 0 | 100110 | 111011 | 111 | 10110 | 1001111 | 1000001 |
Color Harmonies of #EC9360
Complementary color
Monochromatic Colors of #EC9360
Black with #EC9360
Text Example
Text Example
White with #EC9360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9360; }
p { color: rgb(236,147,96); }
H1.HeaderClassName
{
color: #EC9360;
}
.AnyTagClassName
{
color: #EC9360;
}
</style>
background-color css
<style>
a { background-color: #EC9360; }
a { background-color: rgb(236,147,96); }
div.DivClassName
{
background-color: #EC9360;
}
.BgClassName
{
background-color: #EC9360;
}
</style>
border-color css
<style>
span { border-color: #EC9360; }
span { border-color: rgb(236,147,96); }
td.TdClassName
{
border-color: #EC9360;
}
.TagClassName
{
border-color: #EC9360;
}
</style>