Shades of Crusta #EC9158
Tints of Crusta #EC9158
RGB
CMYK
RGB Variations
Color information
#EC9158 (or 0xEC9158) is known color: Crusta. HEX triplet: EC, 91 and 58. RGB value is (236,145,88). Sum of RGB (Red+Green+Blue) = 236+145+88=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9158 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9158 is #136EA7. Grayscale: #A6A6A6. Windows color (decimal): -1273512 or 5804524. OLE color: 5804524.
HSL color Cylindrical-coordinate representation of color #EC9158: hue angle of 23.11º 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 #EC9158 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 88 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.07 |
| HSL | 23.11º | 0.8% | 0.64% | - |
| HSV(B) | 23.11º | 0.63% | 0.93% | - |
| XYZ | 46.48 | 38.79 | 14.27 | - |
| YUV | 165.71 | 84.15 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 88 | 0 | 0.39 | 0.63 | 0.07 | 23.11 | 0.8 | 0.64 |
| Hex | EC | 91 | 58 | 0 | 27 | 3F | 7 | 17 | 50 | 40 |
| Octal | 354 | 221 | 130 | 0 | 47 | 77 | 7 | 27 | 120 | 100 |
| Binary | 11101100 | 10010001 | 1011000 | 0 | 100111 | 111111 | 111 | 10111 | 1010000 | 1000000 |
Color Harmonies of #EC9158
Complementary color
Monochromatic Colors of #EC9158
Black with #EC9158
Text Example
Text Example
White with #EC9158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9158; }
p { color: rgb(236,145,88); }
H1.HeaderClassName
{
color: #EC9158;
}
.AnyTagClassName
{
color: #EC9158;
}
</style>
background-color css
<style>
a { background-color: #EC9158; }
a { background-color: rgb(236,145,88); }
div.DivClassName
{
background-color: #EC9158;
}
.BgClassName
{
background-color: #EC9158;
}
</style>
border-color css
<style>
span { border-color: #EC9158; }
span { border-color: rgb(236,145,88); }
td.TdClassName
{
border-color: #EC9158;
}
.TagClassName
{
border-color: #EC9158;
}
</style>