Shades of Crusta #EC8359
Tints of Crusta #EC8359
RGB
CMYK
RGB Variations
Color information
#EC8359 (or 0xEC8359) is known color: Crusta. HEX triplet: EC, 83 and 59. RGB value is (236,131,89). Sum of RGB (Red+Green+Blue) = 236+131+89=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8359 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8359 is #137CA6. Grayscale: #9D9D9D. Windows color (decimal): -1277095 or 5866476. OLE color: 5866476.
HSL color Cylindrical-coordinate representation of color #EC8359: hue angle of 17.14º 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 #EC8359 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 89 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.07 |
| HSL | 17.14º | 0.79% | 0.64% | - |
| HSV(B) | 17.14º | 0.62% | 0.93% | - |
| XYZ | 44.51 | 34.79 | 13.82 | - |
| YUV | 157.61 | 89.29 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 89 | 0 | 0.44 | 0.62 | 0.07 | 17.14 | 0.79 | 0.64 |
| Hex | EC | 83 | 59 | 0 | 2C | 3E | 7 | 11 | 4F | 40 |
| Octal | 354 | 203 | 131 | 0 | 54 | 76 | 7 | 21 | 117 | 100 |
| Binary | 11101100 | 10000011 | 1011001 | 0 | 101100 | 111110 | 111 | 10001 | 1001111 | 1000000 |
Color Harmonies of #EC8359
Complementary color
Monochromatic Colors of #EC8359
Black with #EC8359
Text Example
Text Example
White with #EC8359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8359; }
p { color: rgb(236,131,89); }
H1.HeaderClassName
{
color: #EC8359;
}
.AnyTagClassName
{
color: #EC8359;
}
</style>
background-color css
<style>
a { background-color: #EC8359; }
a { background-color: rgb(236,131,89); }
div.DivClassName
{
background-color: #EC8359;
}
.BgClassName
{
background-color: #EC8359;
}
</style>
border-color css
<style>
span { border-color: #EC8359; }
span { border-color: rgb(236,131,89); }
td.TdClassName
{
border-color: #EC8359;
}
.TagClassName
{
border-color: #EC8359;
}
</style>