Shades of Crusta #EC9058
Tints of Crusta #EC9058
RGB
CMYK
RGB Variations
Color information
#EC9058 (or 0xEC9058) is known color: Crusta. HEX triplet: EC, 90 and 58. RGB value is (236,144,88). Sum of RGB (Red+Green+Blue) = 236+144+88=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9058 is #136FA7. Grayscale: #A5A5A5. Windows color (decimal): -1273768 or 5804268. OLE color: 5804268.
HSL color Cylindrical-coordinate representation of color #EC9058: hue angle of 22.7º 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 #EC9058 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 88 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.07 |
| HSL | 22.7º | 0.8% | 0.64% | - |
| HSV(B) | 22.7º | 0.63% | 0.93% | - |
| XYZ | 46.33 | 38.48 | 14.22 | - |
| YUV | 165.12 | 84.48 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 88 | 0 | 0.39 | 0.63 | 0.07 | 22.7 | 0.8 | 0.64 |
| Hex | EC | 90 | 58 | 0 | 27 | 3F | 7 | 17 | 50 | 40 |
| Octal | 354 | 220 | 130 | 0 | 47 | 77 | 7 | 27 | 120 | 100 |
| Binary | 11101100 | 10010000 | 1011000 | 0 | 100111 | 111111 | 111 | 10111 | 1010000 | 1000000 |
Color Harmonies of #EC9058
Complementary color
Monochromatic Colors of #EC9058
Black with #EC9058
Text Example
Text Example
White with #EC9058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9058; }
p { color: rgb(236,144,88); }
H1.HeaderClassName
{
color: #EC9058;
}
.AnyTagClassName
{
color: #EC9058;
}
</style>
background-color css
<style>
a { background-color: #EC9058; }
a { background-color: rgb(236,144,88); }
div.DivClassName
{
background-color: #EC9058;
}
.BgClassName
{
background-color: #EC9058;
}
</style>
border-color css
<style>
span { border-color: #EC9058; }
span { border-color: rgb(236,144,88); }
td.TdClassName
{
border-color: #EC9058;
}
.TagClassName
{
border-color: #EC9058;
}
</style>