Shades of Crusta #EC935C
Tints of Crusta #EC935C
RGB
CMYK
RGB Variations
Color information
#EC935C (or 0xEC935C) is known color: Crusta. HEX triplet: EC, 93 and 5C. RGB value is (236,147,92). Sum of RGB (Red+Green+Blue) = 236+147+92=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC935C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC935C is #136CA3. Grayscale: #A7A7A7. Windows color (decimal): -1272996 or 6067180. OLE color: 6067180.
HSL color Cylindrical-coordinate representation of color #EC935C: hue angle of 22.92º 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 #EC935C is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 92 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.07 |
| HSL | 22.92º | 0.79% | 0.64% | - |
| HSV(B) | 22.92º | 0.61% | 0.93% | - |
| XYZ | 46.96 | 39.47 | 15.27 | - |
| YUV | 167.34 | 85.49 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 92 | 0 | 0.38 | 0.61 | 0.07 | 22.92 | 0.79 | 0.64 |
| Hex | EC | 93 | 5C | 0 | 26 | 3D | 7 | 17 | 4F | 40 |
| Octal | 354 | 223 | 134 | 0 | 46 | 75 | 7 | 27 | 117 | 100 |
| Binary | 11101100 | 10010011 | 1011100 | 0 | 100110 | 111101 | 111 | 10111 | 1001111 | 1000000 |
Color Harmonies of #EC935C
Complementary color
Monochromatic Colors of #EC935C
Black with #EC935C
Text Example
Text Example
White with #EC935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC935C; }
p { color: rgb(236,147,92); }
H1.HeaderClassName
{
color: #EC935C;
}
.AnyTagClassName
{
color: #EC935C;
}
</style>
background-color css
<style>
a { background-color: #EC935C; }
a { background-color: rgb(236,147,92); }
div.DivClassName
{
background-color: #EC935C;
}
.BgClassName
{
background-color: #EC935C;
}
</style>
border-color css
<style>
span { border-color: #EC935C; }
span { border-color: rgb(236,147,92); }
td.TdClassName
{
border-color: #EC935C;
}
.TagClassName
{
border-color: #EC935C;
}
</style>