Shades of Crusta #EC8760
Tints of Crusta #EC8760
RGB
CMYK
RGB Variations
Color information
#EC8760 (or 0xEC8760) is known color: Crusta. HEX triplet: EC, 87 and 60. RGB value is (236,135,96). Sum of RGB (Red+Green+Blue) = 236+135+96=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8760 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8760 is #13789F. Grayscale: #A1A1A1. Windows color (decimal): -1276064 or 6326252. OLE color: 6326252.
HSL color Cylindrical-coordinate representation of color #EC8760: hue angle of 16.71º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC8760 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 96 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.07 |
| HSL | 16.71º | 0.79% | 0.65% | - |
| HSV(B) | 16.71º | 0.59% | 0.93% | - |
| XYZ | 45.37 | 36.01 | 15.62 | - |
| YUV | 160.75 | 91.46 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 96 | 0 | 0.43 | 0.59 | 0.07 | 16.71 | 0.79 | 0.65 |
| Hex | EC | 87 | 60 | 0 | 2B | 3B | 7 | 11 | 4F | 41 |
| Octal | 354 | 207 | 140 | 0 | 53 | 73 | 7 | 21 | 117 | 101 |
| Binary | 11101100 | 10000111 | 1100000 | 0 | 101011 | 111011 | 111 | 10001 | 1001111 | 1000001 |
Color Harmonies of #EC8760
Complementary color
Monochromatic Colors of #EC8760
Black with #EC8760
Text Example
Text Example
White with #EC8760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8760; }
p { color: rgb(236,135,96); }
H1.HeaderClassName
{
color: #EC8760;
}
.AnyTagClassName
{
color: #EC8760;
}
</style>
background-color css
<style>
a { background-color: #EC8760; }
a { background-color: rgb(236,135,96); }
div.DivClassName
{
background-color: #EC8760;
}
.BgClassName
{
background-color: #EC8760;
}
</style>
border-color css
<style>
span { border-color: #EC8760; }
span { border-color: rgb(236,135,96); }
td.TdClassName
{
border-color: #EC8760;
}
.TagClassName
{
border-color: #EC8760;
}
</style>