Shades of Crusta #EC7F53
Tints of Crusta #EC7F53
RGB
CMYK
RGB Variations
Color information
#EC7F53 (or 0xEC7F53) is known color: Crusta. HEX triplet: EC, 7F and 53. RGB value is (236,127,83). Sum of RGB (Red+Green+Blue) = 236+127+83=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F53 is #1380AC. Grayscale: #9A9A9A. Windows color (decimal): -1278125 or 5472236. OLE color: 5472236.
HSL color Cylindrical-coordinate representation of color #EC7F53: hue angle of 17.25º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC7F53 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 83 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.07 |
| HSL | 17.25º | 0.8% | 0.63% | - |
| HSV(B) | 17.25º | 0.65% | 0.93% | - |
| XYZ | 43.74 | 33.64 | 12.37 | - |
| YUV | 154.58 | 87.61 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 83 | 0 | 0.46 | 0.65 | 0.07 | 17.25 | 0.8 | 0.63 |
| Hex | EC | 7F | 53 | 0 | 2E | 41 | 7 | 11 | 50 | 3F |
| Octal | 354 | 177 | 123 | 0 | 56 | 101 | 7 | 21 | 120 | 77 |
| Binary | 11101100 | 1111111 | 1010011 | 0 | 101110 | 1000001 | 111 | 10001 | 1010000 | 111111 |
Color Harmonies of #EC7F53
Complementary color
Monochromatic Colors of #EC7F53
Black with #EC7F53
Text Example
Text Example
White with #EC7F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F53; }
p { color: rgb(236,127,83); }
H1.HeaderClassName
{
color: #EC7F53;
}
.AnyTagClassName
{
color: #EC7F53;
}
</style>
background-color css
<style>
a { background-color: #EC7F53; }
a { background-color: rgb(236,127,83); }
div.DivClassName
{
background-color: #EC7F53;
}
.BgClassName
{
background-color: #EC7F53;
}
</style>
border-color css
<style>
span { border-color: #EC7F53; }
span { border-color: rgb(236,127,83); }
td.TdClassName
{
border-color: #EC7F53;
}
.TagClassName
{
border-color: #EC7F53;
}
</style>