Shades of Crusta #EC915D
Tints of Crusta #EC915D
RGB
CMYK
RGB Variations
Color information
#EC915D (or 0xEC915D) is known color: Crusta. HEX triplet: EC, 91 and 5D. RGB value is (236,145,93). Sum of RGB (Red+Green+Blue) = 236+145+93=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC915D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC915D is #136EA2. Grayscale: #A6A6A6. Windows color (decimal): -1273507 or 6132204. OLE color: 6132204.
HSL color Cylindrical-coordinate representation of color #EC915D: hue angle of 21.82º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC915D is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 93 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.07 |
| HSL | 21.82º | 0.79% | 0.65% | - |
| HSV(B) | 21.82º | 0.61% | 0.93% | - |
| XYZ | 46.69 | 38.87 | 15.4 | - |
| YUV | 166.28 | 86.65 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 93 | 0 | 0.39 | 0.61 | 0.07 | 21.82 | 0.79 | 0.65 |
| Hex | EC | 91 | 5D | 0 | 27 | 3D | 7 | 16 | 4F | 41 |
| Octal | 354 | 221 | 135 | 0 | 47 | 75 | 7 | 26 | 117 | 101 |
| Binary | 11101100 | 10010001 | 1011101 | 0 | 100111 | 111101 | 111 | 10110 | 1001111 | 1000001 |
Color Harmonies of #EC915D
Complementary color
Monochromatic Colors of #EC915D
Black with #EC915D
Text Example
Text Example
White with #EC915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC915D; }
p { color: rgb(236,145,93); }
H1.HeaderClassName
{
color: #EC915D;
}
.AnyTagClassName
{
color: #EC915D;
}
</style>
background-color css
<style>
a { background-color: #EC915D; }
a { background-color: rgb(236,145,93); }
div.DivClassName
{
background-color: #EC915D;
}
.BgClassName
{
background-color: #EC915D;
}
</style>
border-color css
<style>
span { border-color: #EC915D; }
span { border-color: rgb(236,145,93); }
td.TdClassName
{
border-color: #EC915D;
}
.TagClassName
{
border-color: #EC915D;
}
</style>