Shades of Crusta #EC874E
Tints of Crusta #EC874E
RGB
CMYK
RGB Variations
Color information
#EC874E (or 0xEC874E) is known color: Crusta. HEX triplet: EC, 87 and 4E. RGB value is (236,135,78). Sum of RGB (Red+Green+Blue) = 236+135+78=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC874E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC874E is #1378B1. Grayscale: #9F9F9F. Windows color (decimal): -1276082 or 5146604. OLE color: 5146604.
HSL color Cylindrical-coordinate representation of color #EC874E: hue angle of 21.65º 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 #EC874E is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 78 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.07 |
| HSL | 21.65º | 0.81% | 0.62% | - |
| HSV(B) | 21.65º | 0.67% | 0.93% | - |
| XYZ | 44.63 | 35.71 | 11.75 | - |
| YUV | 158.7 | 82.46 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 78 | 0 | 0.43 | 0.67 | 0.07 | 21.65 | 0.81 | 0.62 |
| Hex | EC | 87 | 4E | 0 | 2B | 43 | 7 | 16 | 51 | 3E |
| Octal | 354 | 207 | 116 | 0 | 53 | 103 | 7 | 26 | 121 | 76 |
| Binary | 11101100 | 10000111 | 1001110 | 0 | 101011 | 1000011 | 111 | 10110 | 1010001 | 111110 |
Color Harmonies of #EC874E
Complementary color
Monochromatic Colors of #EC874E
Black with #EC874E
Text Example
Text Example
White with #EC874E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC874E; }
p { color: rgb(236,135,78); }
H1.HeaderClassName
{
color: #EC874E;
}
.AnyTagClassName
{
color: #EC874E;
}
</style>
background-color css
<style>
a { background-color: #EC874E; }
a { background-color: rgb(236,135,78); }
div.DivClassName
{
background-color: #EC874E;
}
.BgClassName
{
background-color: #EC874E;
}
</style>
border-color css
<style>
span { border-color: #EC874E; }
span { border-color: rgb(236,135,78); }
td.TdClassName
{
border-color: #EC874E;
}
.TagClassName
{
border-color: #EC874E;
}
</style>