Shades of Crusta #EC8852
Tints of Crusta #EC8852
RGB
CMYK
RGB Variations
Color information
#EC8852 (or 0xEC8852) is known color: Crusta. HEX triplet: EC, 88 and 52. RGB value is (236,136,82). Sum of RGB (Red+Green+Blue) = 236+136+82=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8852 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8852 is #1377AD. Grayscale: #A0A0A0. Windows color (decimal): -1275822 or 5409004. OLE color: 5409004.
HSL color Cylindrical-coordinate representation of color #EC8852: hue angle of 21.04º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC8852 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 82 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.07 |
| HSL | 21.04º | 0.8% | 0.62% | - |
| HSV(B) | 21.04º | 0.65% | 0.93% | - |
| XYZ | 44.92 | 36.05 | 12.57 | - |
| YUV | 159.74 | 84.13 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 82 | 0 | 0.42 | 0.65 | 0.07 | 21.04 | 0.8 | 0.62 |
| Hex | EC | 88 | 52 | 0 | 2A | 41 | 7 | 15 | 50 | 3E |
| Octal | 354 | 210 | 122 | 0 | 52 | 101 | 7 | 25 | 120 | 76 |
| Binary | 11101100 | 10001000 | 1010010 | 0 | 101010 | 1000001 | 111 | 10101 | 1010000 | 111110 |
Color Harmonies of #EC8852
Complementary color
Monochromatic Colors of #EC8852
Black with #EC8852
Text Example
Text Example
White with #EC8852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8852; }
p { color: rgb(236,136,82); }
H1.HeaderClassName
{
color: #EC8852;
}
.AnyTagClassName
{
color: #EC8852;
}
</style>
background-color css
<style>
a { background-color: #EC8852; }
a { background-color: rgb(236,136,82); }
div.DivClassName
{
background-color: #EC8852;
}
.BgClassName
{
background-color: #EC8852;
}
</style>
border-color css
<style>
span { border-color: #EC8852; }
span { border-color: rgb(236,136,82); }
td.TdClassName
{
border-color: #EC8852;
}
.TagClassName
{
border-color: #EC8852;
}
</style>