Shades of Crusta #EC8854
Tints of Crusta #EC8854
RGB
CMYK
RGB Variations
Color information
#EC8854 (or 0xEC8854) is known color: Crusta. HEX triplet: EC, 88 and 54. RGB value is (236,136,84). Sum of RGB (Red+Green+Blue) = 236+136+84=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8854 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8854 is #1377AB. Grayscale: #A0A0A0. Windows color (decimal): -1275820 or 5540076. OLE color: 5540076.
HSL color Cylindrical-coordinate representation of color #EC8854: hue angle of 20.53º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC8854 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 84 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.07 |
| HSL | 20.53º | 0.8% | 0.63% | - |
| HSV(B) | 20.53º | 0.64% | 0.93% | - |
| XYZ | 45 | 36.08 | 12.98 | - |
| YUV | 159.97 | 85.13 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 84 | 0 | 0.42 | 0.64 | 0.07 | 20.53 | 0.8 | 0.63 |
| Hex | EC | 88 | 54 | 0 | 2A | 40 | 7 | 15 | 50 | 3F |
| Octal | 354 | 210 | 124 | 0 | 52 | 100 | 7 | 25 | 120 | 77 |
| Binary | 11101100 | 10001000 | 1010100 | 0 | 101010 | 1000000 | 111 | 10101 | 1010000 | 111111 |
Color Harmonies of #EC8854
Complementary color
Monochromatic Colors of #EC8854
Black with #EC8854
Text Example
Text Example
White with #EC8854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8854; }
p { color: rgb(236,136,84); }
H1.HeaderClassName
{
color: #EC8854;
}
.AnyTagClassName
{
color: #EC8854;
}
</style>
background-color css
<style>
a { background-color: #EC8854; }
a { background-color: rgb(236,136,84); }
div.DivClassName
{
background-color: #EC8854;
}
.BgClassName
{
background-color: #EC8854;
}
</style>
border-color css
<style>
span { border-color: #EC8854; }
span { border-color: rgb(236,136,84); }
td.TdClassName
{
border-color: #EC8854;
}
.TagClassName
{
border-color: #EC8854;
}
</style>