Shades of Crusta #EC845F
Tints of Crusta #EC845F
RGB
CMYK
RGB Variations
Color information
#EC845F (or 0xEC845F) is known color: Crusta. HEX triplet: EC, 84 and 5F. RGB value is (236,132,95). Sum of RGB (Red+Green+Blue) = 236+132+95=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC845F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC845F is #137BA0. Grayscale: #9F9F9F. Windows color (decimal): -1276833 or 6259948. OLE color: 6259948.
HSL color Cylindrical-coordinate representation of color #EC845F: hue angle of 15.74º 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 #EC845F is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 95 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.07 |
| HSL | 15.74º | 0.79% | 0.65% | - |
| HSV(B) | 15.74º | 0.6% | 0.93% | - |
| XYZ | 44.91 | 35.16 | 15.25 | - |
| YUV | 158.88 | 91.96 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 95 | 0 | 0.44 | 0.60 | 0.07 | 15.74 | 0.79 | 0.65 |
| Hex | EC | 84 | 5F | 0 | 2C | 3C | 7 | 10 | 4F | 41 |
| Octal | 354 | 204 | 137 | 0 | 54 | 74 | 7 | 20 | 117 | 101 |
| Binary | 11101100 | 10000100 | 1011111 | 0 | 101100 | 111100 | 111 | 10000 | 1001111 | 1000001 |
Color Harmonies of #EC845F
Complementary color
Monochromatic Colors of #EC845F
Black with #EC845F
Text Example
Text Example
White with #EC845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC845F; }
p { color: rgb(236,132,95); }
H1.HeaderClassName
{
color: #EC845F;
}
.AnyTagClassName
{
color: #EC845F;
}
</style>
background-color css
<style>
a { background-color: #EC845F; }
a { background-color: rgb(236,132,95); }
div.DivClassName
{
background-color: #EC845F;
}
.BgClassName
{
background-color: #EC845F;
}
</style>
border-color css
<style>
span { border-color: #EC845F; }
span { border-color: rgb(236,132,95); }
td.TdClassName
{
border-color: #EC845F;
}
.TagClassName
{
border-color: #EC845F;
}
</style>