Shades of Crusta #EC8559
Tints of Crusta #EC8559
RGB
CMYK
RGB Variations
Color information
#EC8559 (or 0xEC8559) is known color: Crusta. HEX triplet: EC, 85 and 59. RGB value is (236,133,89). Sum of RGB (Red+Green+Blue) = 236+133+89=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8559 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8559 is #137AA6. Grayscale: #9F9F9F. Windows color (decimal): -1276583 or 5866988. OLE color: 5866988.
HSL color Cylindrical-coordinate representation of color #EC8559: hue angle of 17.96º 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 #EC8559 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 89 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.07 |
| HSL | 17.96º | 0.79% | 0.64% | - |
| HSV(B) | 17.96º | 0.62% | 0.93% | - |
| XYZ | 44.78 | 35.33 | 13.91 | - |
| YUV | 158.78 | 88.62 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 89 | 0 | 0.44 | 0.62 | 0.07 | 17.96 | 0.79 | 0.64 |
| Hex | EC | 85 | 59 | 0 | 2C | 3E | 7 | 12 | 4F | 40 |
| Octal | 354 | 205 | 131 | 0 | 54 | 76 | 7 | 22 | 117 | 100 |
| Binary | 11101100 | 10000101 | 1011001 | 0 | 101100 | 111110 | 111 | 10010 | 1001111 | 1000000 |
Color Harmonies of #EC8559
Complementary color
Monochromatic Colors of #EC8559
Black with #EC8559
Text Example
Text Example
White with #EC8559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8559; }
p { color: rgb(236,133,89); }
H1.HeaderClassName
{
color: #EC8559;
}
.AnyTagClassName
{
color: #EC8559;
}
</style>
background-color css
<style>
a { background-color: #EC8559; }
a { background-color: rgb(236,133,89); }
div.DivClassName
{
background-color: #EC8559;
}
.BgClassName
{
background-color: #EC8559;
}
</style>
border-color css
<style>
span { border-color: #EC8559; }
span { border-color: rgb(236,133,89); }
td.TdClassName
{
border-color: #EC8559;
}
.TagClassName
{
border-color: #EC8559;
}
</style>