Shades of Crusta #EC8862
Tints of Crusta #EC8862
RGB
CMYK
RGB Variations
Color information
#EC8862 (or 0xEC8862) is known color: Crusta. HEX triplet: EC, 88 and 62. RGB value is (236,136,98). Sum of RGB (Red+Green+Blue) = 236+136+98=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8862 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8862 is #13779D. Grayscale: #A1A1A1. Windows color (decimal): -1275806 or 6457580. OLE color: 6457580.
HSL color Cylindrical-coordinate representation of color #EC8862: hue angle of 16.52º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC8862 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 98 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.07 |
| HSL | 16.52º | 0.78% | 0.65% | - |
| HSV(B) | 16.52º | 0.58% | 0.93% | - |
| XYZ | 45.6 | 36.32 | 16.16 | - |
| YUV | 161.57 | 92.13 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 98 | 0 | 0.42 | 0.58 | 0.07 | 16.52 | 0.78 | 0.65 |
| Hex | EC | 88 | 62 | 0 | 2A | 3A | 7 | 11 | 4E | 41 |
| Octal | 354 | 210 | 142 | 0 | 52 | 72 | 7 | 21 | 116 | 101 |
| Binary | 11101100 | 10001000 | 1100010 | 0 | 101010 | 111010 | 111 | 10001 | 1001110 | 1000001 |
Color Harmonies of #EC8862
Complementary color
Monochromatic Colors of #EC8862
Black with #EC8862
Text Example
Text Example
White with #EC8862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8862; }
p { color: rgb(236,136,98); }
H1.HeaderClassName
{
color: #EC8862;
}
.AnyTagClassName
{
color: #EC8862;
}
</style>
background-color css
<style>
a { background-color: #EC8862; }
a { background-color: rgb(236,136,98); }
div.DivClassName
{
background-color: #EC8862;
}
.BgClassName
{
background-color: #EC8862;
}
</style>
border-color css
<style>
span { border-color: #EC8862; }
span { border-color: rgb(236,136,98); }
td.TdClassName
{
border-color: #EC8862;
}
.TagClassName
{
border-color: #EC8862;
}
</style>