Shades of Crusta #EC875C
Tints of Crusta #EC875C
RGB
CMYK
RGB Variations
Color information
#EC875C (or 0xEC875C) is known color: Crusta. HEX triplet: EC, 87 and 5C. RGB value is (236,135,92). Sum of RGB (Red+Green+Blue) = 236+135+92=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC875C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC875C is #1378A3. Grayscale: #A0A0A0. Windows color (decimal): -1276068 or 6064108. OLE color: 6064108.
HSL color Cylindrical-coordinate representation of color #EC875C: hue angle of 17.92º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC875C is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 92 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.07 |
| HSL | 17.92º | 0.79% | 0.64% | - |
| HSV(B) | 17.92º | 0.61% | 0.93% | - |
| XYZ | 45.19 | 35.93 | 14.68 | - |
| YUV | 160.3 | 89.46 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 92 | 0 | 0.43 | 0.61 | 0.07 | 17.92 | 0.79 | 0.64 |
| Hex | EC | 87 | 5C | 0 | 2B | 3D | 7 | 12 | 4F | 40 |
| Octal | 354 | 207 | 134 | 0 | 53 | 75 | 7 | 22 | 117 | 100 |
| Binary | 11101100 | 10000111 | 1011100 | 0 | 101011 | 111101 | 111 | 10010 | 1001111 | 1000000 |
Color Harmonies of #EC875C
Complementary color
Monochromatic Colors of #EC875C
Black with #EC875C
Text Example
Text Example
White with #EC875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC875C; }
p { color: rgb(236,135,92); }
H1.HeaderClassName
{
color: #EC875C;
}
.AnyTagClassName
{
color: #EC875C;
}
</style>
background-color css
<style>
a { background-color: #EC875C; }
a { background-color: rgb(236,135,92); }
div.DivClassName
{
background-color: #EC875C;
}
.BgClassName
{
background-color: #EC875C;
}
</style>
border-color css
<style>
span { border-color: #EC875C; }
span { border-color: rgb(236,135,92); }
td.TdClassName
{
border-color: #EC875C;
}
.TagClassName
{
border-color: #EC875C;
}
</style>