Shades of Crusta #EC9258
Tints of Crusta #EC9258
RGB
CMYK
RGB Variations
Color information
#EC9258 (or 0xEC9258) is known color: Crusta. HEX triplet: EC, 92 and 58. RGB value is (236,146,88). Sum of RGB (Red+Green+Blue) = 236+146+88=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9258 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9258 is #136DA7. Grayscale: #A6A6A6. Windows color (decimal): -1273256 or 5804780. OLE color: 5804780.
HSL color Cylindrical-coordinate representation of color #EC9258: hue angle of 23.51º 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 #EC9258 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 88 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.07 |
| HSL | 23.51º | 0.8% | 0.64% | - |
| HSV(B) | 23.51º | 0.63% | 0.93% | - |
| XYZ | 46.63 | 39.1 | 14.32 | - |
| YUV | 166.3 | 83.82 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 88 | 0 | 0.38 | 0.63 | 0.07 | 23.51 | 0.8 | 0.64 |
| Hex | EC | 92 | 58 | 0 | 26 | 3F | 7 | 18 | 50 | 40 |
| Octal | 354 | 222 | 130 | 0 | 46 | 77 | 7 | 30 | 120 | 100 |
| Binary | 11101100 | 10010010 | 1011000 | 0 | 100110 | 111111 | 111 | 11000 | 1010000 | 1000000 |
Color Harmonies of #EC9258
Complementary color
Monochromatic Colors of #EC9258
Black with #EC9258
Text Example
Text Example
White with #EC9258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9258; }
p { color: rgb(236,146,88); }
H1.HeaderClassName
{
color: #EC9258;
}
.AnyTagClassName
{
color: #EC9258;
}
</style>
background-color css
<style>
a { background-color: #EC9258; }
a { background-color: rgb(236,146,88); }
div.DivClassName
{
background-color: #EC9258;
}
.BgClassName
{
background-color: #EC9258;
}
</style>
border-color css
<style>
span { border-color: #EC9258; }
span { border-color: rgb(236,146,88); }
td.TdClassName
{
border-color: #EC9258;
}
.TagClassName
{
border-color: #EC9258;
}
</style>