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