Shades of Crusta #EC9056
Tints of Crusta #EC9056
RGB
CMYK
RGB Variations
Color information
#EC9056 (or 0xEC9056) is known color: Crusta. HEX triplet: EC, 90 and 56. RGB value is (236,144,86). Sum of RGB (Red+Green+Blue) = 236+144+86=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9056 is #136FA9. Grayscale: #A5A5A5. Windows color (decimal): -1273770 or 5673196. OLE color: 5673196.
HSL color Cylindrical-coordinate representation of color #EC9056: hue angle of 23.2º 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 #EC9056 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 86 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.07 |
| HSL | 23.2º | 0.8% | 0.63% | - |
| HSV(B) | 23.2º | 0.64% | 0.93% | - |
| XYZ | 46.25 | 38.45 | 13.79 | - |
| YUV | 164.9 | 83.48 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 86 | 0 | 0.39 | 0.64 | 0.07 | 23.2 | 0.8 | 0.63 |
| Hex | EC | 90 | 56 | 0 | 27 | 40 | 7 | 17 | 50 | 3F |
| Octal | 354 | 220 | 126 | 0 | 47 | 100 | 7 | 27 | 120 | 77 |
| Binary | 11101100 | 10010000 | 1010110 | 0 | 100111 | 1000000 | 111 | 10111 | 1010000 | 111111 |
Color Harmonies of #EC9056
Complementary color
Monochromatic Colors of #EC9056
Black with #EC9056
Text Example
Text Example
White with #EC9056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9056; }
p { color: rgb(236,144,86); }
H1.HeaderClassName
{
color: #EC9056;
}
.AnyTagClassName
{
color: #EC9056;
}
</style>
background-color css
<style>
a { background-color: #EC9056; }
a { background-color: rgb(236,144,86); }
div.DivClassName
{
background-color: #EC9056;
}
.BgClassName
{
background-color: #EC9056;
}
</style>
border-color css
<style>
span { border-color: #EC9056; }
span { border-color: rgb(236,144,86); }
td.TdClassName
{
border-color: #EC9056;
}
.TagClassName
{
border-color: #EC9056;
}
</style>