Shades of Crusta #EC9156
Tints of Crusta #EC9156
RGB
CMYK
RGB Variations
Color information
#EC9156 (or 0xEC9156) is known color: Crusta. HEX triplet: EC, 91 and 56. RGB value is (236,145,86). Sum of RGB (Red+Green+Blue) = 236+145+86=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9156 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9156 is #136EA9. Grayscale: #A5A5A5. Windows color (decimal): -1273514 or 5673452. OLE color: 5673452.
HSL color Cylindrical-coordinate representation of color #EC9156: hue angle of 23.6º 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 #EC9156 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 86 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.07 |
| HSL | 23.6º | 0.8% | 0.63% | - |
| HSV(B) | 23.6º | 0.64% | 0.93% | - |
| XYZ | 46.4 | 38.76 | 13.84 | - |
| YUV | 165.48 | 83.15 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 86 | 0 | 0.39 | 0.64 | 0.07 | 23.6 | 0.8 | 0.63 |
| Hex | EC | 91 | 56 | 0 | 27 | 40 | 7 | 18 | 50 | 3F |
| Octal | 354 | 221 | 126 | 0 | 47 | 100 | 7 | 30 | 120 | 77 |
| Binary | 11101100 | 10010001 | 1010110 | 0 | 100111 | 1000000 | 111 | 11000 | 1010000 | 111111 |
Color Harmonies of #EC9156
Complementary color
Monochromatic Colors of #EC9156
Black with #EC9156
Text Example
Text Example
White with #EC9156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9156; }
p { color: rgb(236,145,86); }
H1.HeaderClassName
{
color: #EC9156;
}
.AnyTagClassName
{
color: #EC9156;
}
</style>
background-color css
<style>
a { background-color: #EC9156; }
a { background-color: rgb(236,145,86); }
div.DivClassName
{
background-color: #EC9156;
}
.BgClassName
{
background-color: #EC9156;
}
</style>
border-color css
<style>
span { border-color: #EC9156; }
span { border-color: rgb(236,145,86); }
td.TdClassName
{
border-color: #EC9156;
}
.TagClassName
{
border-color: #EC9156;
}
</style>