Shades of Crusta #EC8853
Tints of Crusta #EC8853
RGB
CMYK
RGB Variations
Color information
#EC8853 (or 0xEC8853) is known color: Crusta. HEX triplet: EC, 88 and 53. RGB value is (236,136,83). Sum of RGB (Red+Green+Blue) = 236+136+83=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8853 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8853 is #1377AC. Grayscale: #A0A0A0. Windows color (decimal): -1275821 or 5474540. OLE color: 5474540.
HSL color Cylindrical-coordinate representation of color #EC8853: hue angle of 20.78º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC8853 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 83 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.07 |
| HSL | 20.78º | 0.8% | 0.63% | - |
| HSV(B) | 20.78º | 0.65% | 0.93% | - |
| XYZ | 44.96 | 36.07 | 12.78 | - |
| YUV | 159.86 | 84.63 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 83 | 0 | 0.42 | 0.65 | 0.07 | 20.78 | 0.8 | 0.63 |
| Hex | EC | 88 | 53 | 0 | 2A | 41 | 7 | 15 | 50 | 3F |
| Octal | 354 | 210 | 123 | 0 | 52 | 101 | 7 | 25 | 120 | 77 |
| Binary | 11101100 | 10001000 | 1010011 | 0 | 101010 | 1000001 | 111 | 10101 | 1010000 | 111111 |
Color Harmonies of #EC8853
Complementary color
Monochromatic Colors of #EC8853
Black with #EC8853
Text Example
Text Example
White with #EC8853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8853; }
p { color: rgb(236,136,83); }
H1.HeaderClassName
{
color: #EC8853;
}
.AnyTagClassName
{
color: #EC8853;
}
</style>
background-color css
<style>
a { background-color: #EC8853; }
a { background-color: rgb(236,136,83); }
div.DivClassName
{
background-color: #EC8853;
}
.BgClassName
{
background-color: #EC8853;
}
</style>
border-color css
<style>
span { border-color: #EC8853; }
span { border-color: rgb(236,136,83); }
td.TdClassName
{
border-color: #EC8853;
}
.TagClassName
{
border-color: #EC8853;
}
</style>