Shades of Crusta #EC845A
Tints of Crusta #EC845A
RGB
CMYK
RGB Variations
Color information
#EC845A (or 0xEC845A) is known color: Crusta. HEX triplet: EC, 84 and 5A. RGB value is (236,132,90). Sum of RGB (Red+Green+Blue) = 236+132+90=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC845A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC845A is #137BA5. Grayscale: #9E9E9E. Windows color (decimal): -1276838 or 5932268. OLE color: 5932268.
HSL color Cylindrical-coordinate representation of color #EC845A: hue angle of 17.26º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC845A is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 90 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.07 |
| HSL | 17.26º | 0.79% | 0.64% | - |
| HSV(B) | 17.26º | 0.62% | 0.93% | - |
| XYZ | 44.69 | 35.07 | 14.09 | - |
| YUV | 158.31 | 89.46 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 90 | 0 | 0.44 | 0.62 | 0.07 | 17.26 | 0.79 | 0.64 |
| Hex | EC | 84 | 5A | 0 | 2C | 3E | 7 | 11 | 4F | 40 |
| Octal | 354 | 204 | 132 | 0 | 54 | 76 | 7 | 21 | 117 | 100 |
| Binary | 11101100 | 10000100 | 1011010 | 0 | 101100 | 111110 | 111 | 10001 | 1001111 | 1000000 |
Color Harmonies of #EC845A
Complementary color
Monochromatic Colors of #EC845A
Black with #EC845A
Text Example
Text Example
White with #EC845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC845A; }
p { color: rgb(236,132,90); }
H1.HeaderClassName
{
color: #EC845A;
}
.AnyTagClassName
{
color: #EC845A;
}
</style>
background-color css
<style>
a { background-color: #EC845A; }
a { background-color: rgb(236,132,90); }
div.DivClassName
{
background-color: #EC845A;
}
.BgClassName
{
background-color: #EC845A;
}
</style>
border-color css
<style>
span { border-color: #EC845A; }
span { border-color: rgb(236,132,90); }
td.TdClassName
{
border-color: #EC845A;
}
.TagClassName
{
border-color: #EC845A;
}
</style>