Shades of Crusta #EC8762
Tints of Crusta #EC8762
RGB
CMYK
RGB Variations
Color information
#EC8762 (or 0xEC8762) is known color: Crusta. HEX triplet: EC, 87 and 62. RGB value is (236,135,98). Sum of RGB (Red+Green+Blue) = 236+135+98=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8762 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8762 is #13789D. Grayscale: #A1A1A1. Windows color (decimal): -1276062 or 6457324. OLE color: 6457324.
HSL color Cylindrical-coordinate representation of color #EC8762: hue angle of 16.09º 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 #EC8762 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 98 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.07 |
| HSL | 16.09º | 0.78% | 0.65% | - |
| HSV(B) | 16.09º | 0.58% | 0.93% | - |
| XYZ | 45.46 | 36.04 | 16.12 | - |
| YUV | 160.98 | 92.46 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 98 | 0 | 0.43 | 0.58 | 0.07 | 16.09 | 0.78 | 0.65 |
| Hex | EC | 87 | 62 | 0 | 2B | 3A | 7 | 10 | 4E | 41 |
| Octal | 354 | 207 | 142 | 0 | 53 | 72 | 7 | 20 | 116 | 101 |
| Binary | 11101100 | 10000111 | 1100010 | 0 | 101011 | 111010 | 111 | 10000 | 1001110 | 1000001 |
Color Harmonies of #EC8762
Complementary color
Monochromatic Colors of #EC8762
Black with #EC8762
Text Example
Text Example
White with #EC8762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8762; }
p { color: rgb(236,135,98); }
H1.HeaderClassName
{
color: #EC8762;
}
.AnyTagClassName
{
color: #EC8762;
}
</style>
background-color css
<style>
a { background-color: #EC8762; }
a { background-color: rgb(236,135,98); }
div.DivClassName
{
background-color: #EC8762;
}
.BgClassName
{
background-color: #EC8762;
}
</style>
border-color css
<style>
span { border-color: #EC8762; }
span { border-color: rgb(236,135,98); }
td.TdClassName
{
border-color: #EC8762;
}
.TagClassName
{
border-color: #EC8762;
}
</style>