Shades of Crusta #EC7F5D
Tints of Crusta #EC7F5D
RGB
CMYK
RGB Variations
Color information
#EC7F5D (or 0xEC7F5D) is known color: Crusta. HEX triplet: EC, 7F and 5D. RGB value is (236,127,93). Sum of RGB (Red+Green+Blue) = 236+127+93=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F5D is #1380A2. Grayscale: #9B9B9B. Windows color (decimal): -1278115 or 6127596. OLE color: 6127596.
HSL color Cylindrical-coordinate representation of color #EC7F5D: hue angle of 14.27º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC7F5D is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 93 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.07 |
| HSL | 14.27º | 0.79% | 0.65% | - |
| HSV(B) | 14.27º | 0.61% | 0.93% | - |
| XYZ | 44.16 | 33.8 | 14.55 | - |
| YUV | 155.72 | 92.61 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 93 | 0 | 0.46 | 0.61 | 0.07 | 14.27 | 0.79 | 0.65 |
| Hex | EC | 7F | 5D | 0 | 2E | 3D | 7 | E | 4F | 41 |
| Octal | 354 | 177 | 135 | 0 | 56 | 75 | 7 | 16 | 117 | 101 |
| Binary | 11101100 | 1111111 | 1011101 | 0 | 101110 | 111101 | 111 | 1110 | 1001111 | 1000001 |
Color Harmonies of #EC7F5D
Complementary color
Monochromatic Colors of #EC7F5D
Black with #EC7F5D
Text Example
Text Example
White with #EC7F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F5D; }
p { color: rgb(236,127,93); }
H1.HeaderClassName
{
color: #EC7F5D;
}
.AnyTagClassName
{
color: #EC7F5D;
}
</style>
background-color css
<style>
a { background-color: #EC7F5D; }
a { background-color: rgb(236,127,93); }
div.DivClassName
{
background-color: #EC7F5D;
}
.BgClassName
{
background-color: #EC7F5D;
}
</style>
border-color css
<style>
span { border-color: #EC7F5D; }
span { border-color: rgb(236,127,93); }
td.TdClassName
{
border-color: #EC7F5D;
}
.TagClassName
{
border-color: #EC7F5D;
}
</style>