Shades of Crusta #EC8851
Tints of Crusta #EC8851
RGB
CMYK
RGB Variations
Color information
#EC8851 (or 0xEC8851) is known color: Crusta. HEX triplet: EC, 88 and 51. RGB value is (236,136,81). Sum of RGB (Red+Green+Blue) = 236+136+81=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8851 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8851 is #1377AE. Grayscale: #9F9F9F. Windows color (decimal): -1275823 or 5343468. OLE color: 5343468.
HSL color Cylindrical-coordinate representation of color #EC8851: hue angle of 21.29º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC8851 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 81 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.07 |
| HSL | 21.29º | 0.8% | 0.62% | - |
| HSV(B) | 21.29º | 0.66% | 0.93% | - |
| XYZ | 44.88 | 36.04 | 12.37 | - |
| YUV | 159.63 | 83.63 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 81 | 0 | 0.42 | 0.66 | 0.07 | 21.29 | 0.8 | 0.62 |
| Hex | EC | 88 | 51 | 0 | 2A | 42 | 7 | 15 | 50 | 3E |
| Octal | 354 | 210 | 121 | 0 | 52 | 102 | 7 | 25 | 120 | 76 |
| Binary | 11101100 | 10001000 | 1010001 | 0 | 101010 | 1000010 | 111 | 10101 | 1010000 | 111110 |
Color Harmonies of #EC8851
Complementary color
Monochromatic Colors of #EC8851
Black with #EC8851
Text Example
Text Example
White with #EC8851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8851; }
p { color: rgb(236,136,81); }
H1.HeaderClassName
{
color: #EC8851;
}
.AnyTagClassName
{
color: #EC8851;
}
</style>
background-color css
<style>
a { background-color: #EC8851; }
a { background-color: rgb(236,136,81); }
div.DivClassName
{
background-color: #EC8851;
}
.BgClassName
{
background-color: #EC8851;
}
</style>
border-color css
<style>
span { border-color: #EC8851; }
span { border-color: rgb(236,136,81); }
td.TdClassName
{
border-color: #EC8851;
}
.TagClassName
{
border-color: #EC8851;
}
</style>