Shades of Crusta #EC845E
Tints of Crusta #EC845E
RGB
CMYK
RGB Variations
Color information
#EC845E (or 0xEC845E) is known color: Crusta. HEX triplet: EC, 84 and 5E. RGB value is (236,132,94). Sum of RGB (Red+Green+Blue) = 236+132+94=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC845E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC845E is #137BA1. Grayscale: #9F9F9F. Windows color (decimal): -1276834 or 6194412. OLE color: 6194412.
HSL color Cylindrical-coordinate representation of color #EC845E: hue angle of 16.06º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC845E is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 94 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.07 |
| HSL | 16.06º | 0.79% | 0.65% | - |
| HSV(B) | 16.06º | 0.6% | 0.93% | - |
| XYZ | 44.86 | 35.14 | 15.01 | - |
| YUV | 158.76 | 91.46 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 94 | 0 | 0.44 | 0.60 | 0.07 | 16.06 | 0.79 | 0.65 |
| Hex | EC | 84 | 5E | 0 | 2C | 3C | 7 | 10 | 4F | 41 |
| Octal | 354 | 204 | 136 | 0 | 54 | 74 | 7 | 20 | 117 | 101 |
| Binary | 11101100 | 10000100 | 1011110 | 0 | 101100 | 111100 | 111 | 10000 | 1001111 | 1000001 |
Color Harmonies of #EC845E
Complementary color
Monochromatic Colors of #EC845E
Black with #EC845E
Text Example
Text Example
White with #EC845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC845E; }
p { color: rgb(236,132,94); }
H1.HeaderClassName
{
color: #EC845E;
}
.AnyTagClassName
{
color: #EC845E;
}
</style>
background-color css
<style>
a { background-color: #EC845E; }
a { background-color: rgb(236,132,94); }
div.DivClassName
{
background-color: #EC845E;
}
.BgClassName
{
background-color: #EC845E;
}
</style>
border-color css
<style>
span { border-color: #EC845E; }
span { border-color: rgb(236,132,94); }
td.TdClassName
{
border-color: #EC845E;
}
.TagClassName
{
border-color: #EC845E;
}
</style>