Shades of Crusta #EC835B
Tints of Crusta #EC835B
RGB
CMYK
RGB Variations
Color information
#EC835B (or 0xEC835B) is known color: Crusta. HEX triplet: EC, 83 and 5B. RGB value is (236,131,91). Sum of RGB (Red+Green+Blue) = 236+131+91=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC835B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC835B is #137CA4. Grayscale: #9E9E9E. Windows color (decimal): -1277093 or 5997548. OLE color: 5997548.
HSL color Cylindrical-coordinate representation of color #EC835B: hue angle of 16.55º 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 #EC835B is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 91 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.07 |
| HSL | 16.55º | 0.79% | 0.64% | - |
| HSV(B) | 16.55º | 0.61% | 0.93% | - |
| XYZ | 44.6 | 34.82 | 14.27 | - |
| YUV | 157.84 | 90.29 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 91 | 0 | 0.44 | 0.61 | 0.07 | 16.55 | 0.79 | 0.64 |
| Hex | EC | 83 | 5B | 0 | 2C | 3D | 7 | 11 | 4F | 40 |
| Octal | 354 | 203 | 133 | 0 | 54 | 75 | 7 | 21 | 117 | 100 |
| Binary | 11101100 | 10000011 | 1011011 | 0 | 101100 | 111101 | 111 | 10001 | 1001111 | 1000000 |
Color Harmonies of #EC835B
Complementary color
Monochromatic Colors of #EC835B
Black with #EC835B
Text Example
Text Example
White with #EC835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC835B; }
p { color: rgb(236,131,91); }
H1.HeaderClassName
{
color: #EC835B;
}
.AnyTagClassName
{
color: #EC835B;
}
</style>
background-color css
<style>
a { background-color: #EC835B; }
a { background-color: rgb(236,131,91); }
div.DivClassName
{
background-color: #EC835B;
}
.BgClassName
{
background-color: #EC835B;
}
</style>
border-color css
<style>
span { border-color: #EC835B; }
span { border-color: rgb(236,131,91); }
td.TdClassName
{
border-color: #EC835B;
}
.TagClassName
{
border-color: #EC835B;
}
</style>