Shades of Crusta #EC7E56
Tints of Crusta #EC7E56
RGB
CMYK
RGB Variations
Color information
#EC7E56 (or 0xEC7E56) is known color: Crusta. HEX triplet: EC, 7E and 56. RGB value is (236,126,86). Sum of RGB (Red+Green+Blue) = 236+126+86=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7E56 is #1381A9. Grayscale: #9A9A9A. Windows color (decimal): -1278378 or 5668588. OLE color: 5668588.
HSL color Cylindrical-coordinate representation of color #EC7E56: hue angle of 16º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC7E56 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 86 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.07 |
| HSL | 16º | 0.8% | 0.63% | - |
| HSV(B) | 16º | 0.64% | 0.93% | - |
| XYZ | 43.73 | 33.43 | 12.95 | - |
| YUV | 154.33 | 89.44 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 86 | 0 | 0.47 | 0.64 | 0.07 | 16 | 0.8 | 0.63 |
| Hex | EC | 7E | 56 | 0 | 2F | 40 | 7 | 10 | 50 | 3F |
| Octal | 354 | 176 | 126 | 0 | 57 | 100 | 7 | 20 | 120 | 77 |
| Binary | 11101100 | 1111110 | 1010110 | 0 | 101111 | 1000000 | 111 | 10000 | 1010000 | 111111 |
Color Harmonies of #EC7E56
Complementary color
Monochromatic Colors of #EC7E56
Black with #EC7E56
Text Example
Text Example
White with #EC7E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7E56; }
p { color: rgb(236,126,86); }
H1.HeaderClassName
{
color: #EC7E56;
}
.AnyTagClassName
{
color: #EC7E56;
}
</style>
background-color css
<style>
a { background-color: #EC7E56; }
a { background-color: rgb(236,126,86); }
div.DivClassName
{
background-color: #EC7E56;
}
.BgClassName
{
background-color: #EC7E56;
}
</style>
border-color css
<style>
span { border-color: #EC7E56; }
span { border-color: rgb(236,126,86); }
td.TdClassName
{
border-color: #EC7E56;
}
.TagClassName
{
border-color: #EC7E56;
}
</style>