Shades of Crusta #EC8356
Tints of Crusta #EC8356
RGB
CMYK
RGB Variations
Color information
#EC8356 (or 0xEC8356) is known color: Crusta. HEX triplet: EC, 83 and 56. RGB value is (236,131,86). Sum of RGB (Red+Green+Blue) = 236+131+86=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8356 is #137CA9. Grayscale: #9D9D9D. Windows color (decimal): -1277098 or 5669868. OLE color: 5669868.
HSL color Cylindrical-coordinate representation of color #EC8356: hue angle of 18º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC8356 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 86 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.07 |
| HSL | 18º | 0.8% | 0.63% | - |
| HSV(B) | 18º | 0.64% | 0.93% | - |
| XYZ | 44.39 | 34.74 | 13.17 | - |
| YUV | 157.27 | 87.79 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 86 | 0 | 0.44 | 0.64 | 0.07 | 18 | 0.8 | 0.63 |
| Hex | EC | 83 | 56 | 0 | 2C | 40 | 7 | 12 | 50 | 3F |
| Octal | 354 | 203 | 126 | 0 | 54 | 100 | 7 | 22 | 120 | 77 |
| Binary | 11101100 | 10000011 | 1010110 | 0 | 101100 | 1000000 | 111 | 10010 | 1010000 | 111111 |
Color Harmonies of #EC8356
Complementary color
Monochromatic Colors of #EC8356
Black with #EC8356
Text Example
Text Example
White with #EC8356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8356; }
p { color: rgb(236,131,86); }
H1.HeaderClassName
{
color: #EC8356;
}
.AnyTagClassName
{
color: #EC8356;
}
</style>
background-color css
<style>
a { background-color: #EC8356; }
a { background-color: rgb(236,131,86); }
div.DivClassName
{
background-color: #EC8356;
}
.BgClassName
{
background-color: #EC8356;
}
</style>
border-color css
<style>
span { border-color: #EC8356; }
span { border-color: rgb(236,131,86); }
td.TdClassName
{
border-color: #EC8356;
}
.TagClassName
{
border-color: #EC8356;
}
</style>