Shades of Crusta #EC844E
Tints of Crusta #EC844E
RGB
CMYK
RGB Variations
Color information
#EC844E (or 0xEC844E) is known color: Crusta. HEX triplet: EC, 84 and 4E. RGB value is (236,132,78). Sum of RGB (Red+Green+Blue) = 236+132+78=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC844E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC844E is #137BB1. Grayscale: #9D9D9D. Windows color (decimal): -1276850 or 5145836. OLE color: 5145836.
HSL color Cylindrical-coordinate representation of color #EC844E: hue angle of 20.51º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC844E is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 78 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.07 |
| HSL | 20.51º | 0.81% | 0.62% | - |
| HSV(B) | 20.51º | 0.67% | 0.93% | - |
| XYZ | 44.22 | 34.89 | 11.61 | - |
| YUV | 156.94 | 83.46 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 78 | 0 | 0.44 | 0.67 | 0.07 | 20.51 | 0.81 | 0.62 |
| Hex | EC | 84 | 4E | 0 | 2C | 43 | 7 | 15 | 51 | 3E |
| Octal | 354 | 204 | 116 | 0 | 54 | 103 | 7 | 25 | 121 | 76 |
| Binary | 11101100 | 10000100 | 1001110 | 0 | 101100 | 1000011 | 111 | 10101 | 1010001 | 111110 |
Color Harmonies of #EC844E
Complementary color
Monochromatic Colors of #EC844E
Black with #EC844E
Text Example
Text Example
White with #EC844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC844E; }
p { color: rgb(236,132,78); }
H1.HeaderClassName
{
color: #EC844E;
}
.AnyTagClassName
{
color: #EC844E;
}
</style>
background-color css
<style>
a { background-color: #EC844E; }
a { background-color: rgb(236,132,78); }
div.DivClassName
{
background-color: #EC844E;
}
.BgClassName
{
background-color: #EC844E;
}
</style>
border-color css
<style>
span { border-color: #EC844E; }
span { border-color: rgb(236,132,78); }
td.TdClassName
{
border-color: #EC844E;
}
.TagClassName
{
border-color: #EC844E;
}
</style>