Shades of Crusta #EC845C
Tints of Crusta #EC845C
RGB
CMYK
RGB Variations
Color information
#EC845C (or 0xEC845C) is known color: Crusta. HEX triplet: EC, 84 and 5C. RGB value is (236,132,92). Sum of RGB (Red+Green+Blue) = 236+132+92=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC845C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC845C is #137BA3. Grayscale: #9E9E9E. Windows color (decimal): -1276836 or 6063340. OLE color: 6063340.
HSL color Cylindrical-coordinate representation of color #EC845C: hue angle of 16.67º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC845C is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 92 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.07 |
| HSL | 16.67º | 0.79% | 0.64% | - |
| HSV(B) | 16.67º | 0.61% | 0.93% | - |
| XYZ | 44.78 | 35.11 | 14.54 | - |
| YUV | 158.54 | 90.46 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 92 | 0 | 0.44 | 0.61 | 0.07 | 16.67 | 0.79 | 0.64 |
| Hex | EC | 84 | 5C | 0 | 2C | 3D | 7 | 11 | 4F | 40 |
| Octal | 354 | 204 | 134 | 0 | 54 | 75 | 7 | 21 | 117 | 100 |
| Binary | 11101100 | 10000100 | 1011100 | 0 | 101100 | 111101 | 111 | 10001 | 1001111 | 1000000 |
Color Harmonies of #EC845C
Complementary color
Monochromatic Colors of #EC845C
Black with #EC845C
Text Example
Text Example
White with #EC845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC845C; }
p { color: rgb(236,132,92); }
H1.HeaderClassName
{
color: #EC845C;
}
.AnyTagClassName
{
color: #EC845C;
}
</style>
background-color css
<style>
a { background-color: #EC845C; }
a { background-color: rgb(236,132,92); }
div.DivClassName
{
background-color: #EC845C;
}
.BgClassName
{
background-color: #EC845C;
}
</style>
border-color css
<style>
span { border-color: #EC845C; }
span { border-color: rgb(236,132,92); }
td.TdClassName
{
border-color: #EC845C;
}
.TagClassName
{
border-color: #EC845C;
}
</style>