Shades of Crusta #EC7E51
Tints of Crusta #EC7E51
RGB
CMYK
RGB Variations
Color information
#EC7E51 (or 0xEC7E51) is known color: Crusta. HEX triplet: EC, 7E and 51. RGB value is (236,126,81). Sum of RGB (Red+Green+Blue) = 236+126+81=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7E51 is #1381AE. Grayscale: #9A9A9A. Windows color (decimal): -1278383 or 5340908. OLE color: 5340908.
HSL color Cylindrical-coordinate representation of color #EC7E51: hue angle of 17.42º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC7E51 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 81 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.07 |
| HSL | 17.42º | 0.8% | 0.62% | - |
| HSV(B) | 17.42º | 0.66% | 0.93% | - |
| XYZ | 43.54 | 33.35 | 11.93 | - |
| YUV | 153.76 | 86.94 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 81 | 0 | 0.47 | 0.66 | 0.07 | 17.42 | 0.8 | 0.62 |
| Hex | EC | 7E | 51 | 0 | 2F | 42 | 7 | 11 | 50 | 3E |
| Octal | 354 | 176 | 121 | 0 | 57 | 102 | 7 | 21 | 120 | 76 |
| Binary | 11101100 | 1111110 | 1010001 | 0 | 101111 | 1000010 | 111 | 10001 | 1010000 | 111110 |
Color Harmonies of #EC7E51
Complementary color
Monochromatic Colors of #EC7E51
Black with #EC7E51
Text Example
Text Example
White with #EC7E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7E51; }
p { color: rgb(236,126,81); }
H1.HeaderClassName
{
color: #EC7E51;
}
.AnyTagClassName
{
color: #EC7E51;
}
</style>
background-color css
<style>
a { background-color: #EC7E51; }
a { background-color: rgb(236,126,81); }
div.DivClassName
{
background-color: #EC7E51;
}
.BgClassName
{
background-color: #EC7E51;
}
</style>
border-color css
<style>
span { border-color: #EC7E51; }
span { border-color: rgb(236,126,81); }
td.TdClassName
{
border-color: #EC7E51;
}
.TagClassName
{
border-color: #EC7E51;
}
</style>