Shades of Crusta #EC8358
Tints of Crusta #EC8358
RGB
CMYK
RGB Variations
Color information
#EC8358 (or 0xEC8358) is known color: Crusta. HEX triplet: EC, 83 and 58. RGB value is (236,131,88). Sum of RGB (Red+Green+Blue) = 236+131+88=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8358 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8358 is #137CA7. Grayscale: #9D9D9D. Windows color (decimal): -1277096 or 5800940. OLE color: 5800940.
HSL color Cylindrical-coordinate representation of color #EC8358: hue angle of 17.43º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC8358 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 88 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.07 |
| HSL | 17.43º | 0.8% | 0.64% | - |
| HSV(B) | 17.43º | 0.63% | 0.93% | - |
| XYZ | 44.47 | 34.77 | 13.6 | - |
| YUV | 157.49 | 88.79 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 88 | 0 | 0.44 | 0.63 | 0.07 | 17.43 | 0.8 | 0.64 |
| Hex | EC | 83 | 58 | 0 | 2C | 3F | 7 | 11 | 50 | 40 |
| Octal | 354 | 203 | 130 | 0 | 54 | 77 | 7 | 21 | 120 | 100 |
| Binary | 11101100 | 10000011 | 1011000 | 0 | 101100 | 111111 | 111 | 10001 | 1010000 | 1000000 |
Color Harmonies of #EC8358
Complementary color
Monochromatic Colors of #EC8358
Black with #EC8358
Text Example
Text Example
White with #EC8358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8358; }
p { color: rgb(236,131,88); }
H1.HeaderClassName
{
color: #EC8358;
}
.AnyTagClassName
{
color: #EC8358;
}
</style>
background-color css
<style>
a { background-color: #EC8358; }
a { background-color: rgb(236,131,88); }
div.DivClassName
{
background-color: #EC8358;
}
.BgClassName
{
background-color: #EC8358;
}
</style>
border-color css
<style>
span { border-color: #EC8358; }
span { border-color: rgb(236,131,88); }
td.TdClassName
{
border-color: #EC8358;
}
.TagClassName
{
border-color: #EC8358;
}
</style>