Shades of Crusta #EC8459
Tints of Crusta #EC8459
RGB
CMYK
RGB Variations
Color information
#EC8459 (or 0xEC8459) is known color: Crusta. HEX triplet: EC, 84 and 59. RGB value is (236,132,89). Sum of RGB (Red+Green+Blue) = 236+132+89=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8459 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8459 is #137BA6. Grayscale: #9E9E9E. Windows color (decimal): -1276839 or 5866732. OLE color: 5866732.
HSL color Cylindrical-coordinate representation of color #EC8459: hue angle of 17.55º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC8459 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 89 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.07 |
| HSL | 17.55º | 0.79% | 0.64% | - |
| HSV(B) | 17.55º | 0.62% | 0.93% | - |
| XYZ | 44.65 | 35.06 | 13.86 | - |
| YUV | 158.19 | 88.96 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 89 | 0 | 0.44 | 0.62 | 0.07 | 17.55 | 0.79 | 0.64 |
| Hex | EC | 84 | 59 | 0 | 2C | 3E | 7 | 12 | 4F | 40 |
| Octal | 354 | 204 | 131 | 0 | 54 | 76 | 7 | 22 | 117 | 100 |
| Binary | 11101100 | 10000100 | 1011001 | 0 | 101100 | 111110 | 111 | 10010 | 1001111 | 1000000 |
Color Harmonies of #EC8459
Complementary color
Monochromatic Colors of #EC8459
Black with #EC8459
Text Example
Text Example
White with #EC8459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8459; }
p { color: rgb(236,132,89); }
H1.HeaderClassName
{
color: #EC8459;
}
.AnyTagClassName
{
color: #EC8459;
}
</style>
background-color css
<style>
a { background-color: #EC8459; }
a { background-color: rgb(236,132,89); }
div.DivClassName
{
background-color: #EC8459;
}
.BgClassName
{
background-color: #EC8459;
}
</style>
border-color css
<style>
span { border-color: #EC8459; }
span { border-color: rgb(236,132,89); }
td.TdClassName
{
border-color: #EC8459;
}
.TagClassName
{
border-color: #EC8459;
}
</style>