Shades of Crusta #EC815D
Tints of Crusta #EC815D
RGB
CMYK
RGB Variations
Color information
#EC815D (or 0xEC815D) is known color: Crusta. HEX triplet: EC, 81 and 5D. RGB value is (236,129,93). Sum of RGB (Red+Green+Blue) = 236+129+93=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC815D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC815D is #137EA2. Grayscale: #9D9D9D. Windows color (decimal): -1277603 or 6128108. OLE color: 6128108.
HSL color Cylindrical-coordinate representation of color #EC815D: hue angle of 15.1º 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 #EC815D is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 93 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.07 |
| HSL | 15.1º | 0.79% | 0.65% | - |
| HSV(B) | 15.1º | 0.61% | 0.93% | - |
| XYZ | 44.42 | 34.32 | 14.64 | - |
| YUV | 156.89 | 91.95 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 93 | 0 | 0.45 | 0.61 | 0.07 | 15.1 | 0.79 | 0.65 |
| Hex | EC | 81 | 5D | 0 | 2D | 3D | 7 | F | 4F | 41 |
| Octal | 354 | 201 | 135 | 0 | 55 | 75 | 7 | 17 | 117 | 101 |
| Binary | 11101100 | 10000001 | 1011101 | 0 | 101101 | 111101 | 111 | 1111 | 1001111 | 1000001 |
Color Harmonies of #EC815D
Complementary color
Monochromatic Colors of #EC815D
Black with #EC815D
Text Example
Text Example
White with #EC815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC815D; }
p { color: rgb(236,129,93); }
H1.HeaderClassName
{
color: #EC815D;
}
.AnyTagClassName
{
color: #EC815D;
}
</style>
background-color css
<style>
a { background-color: #EC815D; }
a { background-color: rgb(236,129,93); }
div.DivClassName
{
background-color: #EC815D;
}
.BgClassName
{
background-color: #EC815D;
}
</style>
border-color css
<style>
span { border-color: #EC815D; }
span { border-color: rgb(236,129,93); }
td.TdClassName
{
border-color: #EC815D;
}
.TagClassName
{
border-color: #EC815D;
}
</style>