Shades of Crusta #EC7F4D
Tints of Crusta #EC7F4D
RGB
CMYK
RGB Variations
Color information
#EC7F4D (or 0xEC7F4D) is known color: Crusta. HEX triplet: EC, 7F and 4D. RGB value is (236,127,77). Sum of RGB (Red+Green+Blue) = 236+127+77=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F4D is #1380B2. Grayscale: #9A9A9A. Windows color (decimal): -1278131 or 5079020. OLE color: 5079020.
HSL color Cylindrical-coordinate representation of color #EC7F4D: hue angle of 18.87º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC7F4D is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 77 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.07 |
| HSL | 18.87º | 0.81% | 0.61% | - |
| HSV(B) | 18.87º | 0.67% | 0.93% | - |
| XYZ | 43.52 | 33.55 | 11.2 | - |
| YUV | 153.89 | 84.61 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 77 | 0 | 0.46 | 0.67 | 0.07 | 18.87 | 0.81 | 0.61 |
| Hex | EC | 7F | 4D | 0 | 2E | 43 | 7 | 13 | 51 | 3D |
| Octal | 354 | 177 | 115 | 0 | 56 | 103 | 7 | 23 | 121 | 75 |
| Binary | 11101100 | 1111111 | 1001101 | 0 | 101110 | 1000011 | 111 | 10011 | 1010001 | 111101 |
Color Harmonies of #EC7F4D
Complementary color
Monochromatic Colors of #EC7F4D
Black with #EC7F4D
Text Example
Text Example
White with #EC7F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F4D; }
p { color: rgb(236,127,77); }
H1.HeaderClassName
{
color: #EC7F4D;
}
.AnyTagClassName
{
color: #EC7F4D;
}
</style>
background-color css
<style>
a { background-color: #EC7F4D; }
a { background-color: rgb(236,127,77); }
div.DivClassName
{
background-color: #EC7F4D;
}
.BgClassName
{
background-color: #EC7F4D;
}
</style>
border-color css
<style>
span { border-color: #EC7F4D; }
span { border-color: rgb(236,127,77); }
td.TdClassName
{
border-color: #EC7F4D;
}
.TagClassName
{
border-color: #EC7F4D;
}
</style>