Shades of Crusta #EC815C
Tints of Crusta #EC815C
RGB
CMYK
RGB Variations
Color information
#EC815C (or 0xEC815C) is known color: Crusta. HEX triplet: EC, 81 and 5C. RGB value is (236,129,92). Sum of RGB (Red+Green+Blue) = 236+129+92=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC815C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC815C is #137EA3. Grayscale: #9D9D9D. Windows color (decimal): -1277604 or 6062572. OLE color: 6062572.
HSL color Cylindrical-coordinate representation of color #EC815C: hue angle of 15.42º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC815C is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 92 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.07 |
| HSL | 15.42º | 0.79% | 0.64% | - |
| HSV(B) | 15.42º | 0.61% | 0.93% | - |
| XYZ | 44.37 | 34.31 | 14.41 | - |
| YUV | 156.78 | 91.45 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 92 | 0 | 0.45 | 0.61 | 0.07 | 15.42 | 0.79 | 0.64 |
| Hex | EC | 81 | 5C | 0 | 2D | 3D | 7 | F | 4F | 40 |
| Octal | 354 | 201 | 134 | 0 | 55 | 75 | 7 | 17 | 117 | 100 |
| Binary | 11101100 | 10000001 | 1011100 | 0 | 101101 | 111101 | 111 | 1111 | 1001111 | 1000000 |
Color Harmonies of #EC815C
Complementary color
Monochromatic Colors of #EC815C
Black with #EC815C
Text Example
Text Example
White with #EC815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC815C; }
p { color: rgb(236,129,92); }
H1.HeaderClassName
{
color: #EC815C;
}
.AnyTagClassName
{
color: #EC815C;
}
</style>
background-color css
<style>
a { background-color: #EC815C; }
a { background-color: rgb(236,129,92); }
div.DivClassName
{
background-color: #EC815C;
}
.BgClassName
{
background-color: #EC815C;
}
</style>
border-color css
<style>
span { border-color: #EC815C; }
span { border-color: rgb(236,129,92); }
td.TdClassName
{
border-color: #EC815C;
}
.TagClassName
{
border-color: #EC815C;
}
</style>