Shades of Crusta #EC7F5C
Tints of Crusta #EC7F5C
RGB
CMYK
RGB Variations
Color information
#EC7F5C (or 0xEC7F5C) is known color: Crusta. HEX triplet: EC, 7F and 5C. RGB value is (236,127,92). Sum of RGB (Red+Green+Blue) = 236+127+92=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F5C is #1380A3. Grayscale: #9B9B9B. Windows color (decimal): -1278116 or 6062060. OLE color: 6062060.
HSL color Cylindrical-coordinate representation of color #EC7F5C: hue angle of 14.58º 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 #EC7F5C is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 92 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.07 |
| HSL | 14.58º | 0.79% | 0.64% | - |
| HSV(B) | 14.58º | 0.61% | 0.93% | - |
| XYZ | 44.11 | 33.78 | 14.32 | - |
| YUV | 155.6 | 92.11 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 92 | 0 | 0.46 | 0.61 | 0.07 | 14.58 | 0.79 | 0.64 |
| Hex | EC | 7F | 5C | 0 | 2E | 3D | 7 | F | 4F | 40 |
| Octal | 354 | 177 | 134 | 0 | 56 | 75 | 7 | 17 | 117 | 100 |
| Binary | 11101100 | 1111111 | 1011100 | 0 | 101110 | 111101 | 111 | 1111 | 1001111 | 1000000 |
Color Harmonies of #EC7F5C
Complementary color
Monochromatic Colors of #EC7F5C
Black with #EC7F5C
Text Example
Text Example
White with #EC7F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F5C; }
p { color: rgb(236,127,92); }
H1.HeaderClassName
{
color: #EC7F5C;
}
.AnyTagClassName
{
color: #EC7F5C;
}
</style>
background-color css
<style>
a { background-color: #EC7F5C; }
a { background-color: rgb(236,127,92); }
div.DivClassName
{
background-color: #EC7F5C;
}
.BgClassName
{
background-color: #EC7F5C;
}
</style>
border-color css
<style>
span { border-color: #EC7F5C; }
span { border-color: rgb(236,127,92); }
td.TdClassName
{
border-color: #EC7F5C;
}
.TagClassName
{
border-color: #EC7F5C;
}
</style>