Shades of Crusta #EC8350
Tints of Crusta #EC8350
RGB
CMYK
RGB Variations
Color information
#EC8350 (or 0xEC8350) is known color: Crusta. HEX triplet: EC, 83 and 50. RGB value is (236,131,80). Sum of RGB (Red+Green+Blue) = 236+131+80=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8350 is #137CAF. Grayscale: #9C9C9C. Windows color (decimal): -1277104 or 5276652. OLE color: 5276652.
HSL color Cylindrical-coordinate representation of color #EC8350: hue angle of 19.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC8350 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 80 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.07 |
| HSL | 19.62º | 0.8% | 0.62% | - |
| HSV(B) | 19.62º | 0.66% | 0.93% | - |
| XYZ | 44.16 | 34.64 | 11.95 | - |
| YUV | 156.58 | 84.79 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 80 | 0 | 0.44 | 0.66 | 0.07 | 19.62 | 0.8 | 0.62 |
| Hex | EC | 83 | 50 | 0 | 2C | 42 | 7 | 14 | 50 | 3E |
| Octal | 354 | 203 | 120 | 0 | 54 | 102 | 7 | 24 | 120 | 76 |
| Binary | 11101100 | 10000011 | 1010000 | 0 | 101100 | 1000010 | 111 | 10100 | 1010000 | 111110 |
Color Harmonies of #EC8350
Complementary color
Monochromatic Colors of #EC8350
Black with #EC8350
Text Example
Text Example
White with #EC8350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8350; }
p { color: rgb(236,131,80); }
H1.HeaderClassName
{
color: #EC8350;
}
.AnyTagClassName
{
color: #EC8350;
}
</style>
background-color css
<style>
a { background-color: #EC8350; }
a { background-color: rgb(236,131,80); }
div.DivClassName
{
background-color: #EC8350;
}
.BgClassName
{
background-color: #EC8350;
}
</style>
border-color css
<style>
span { border-color: #EC8350; }
span { border-color: rgb(236,131,80); }
td.TdClassName
{
border-color: #EC8350;
}
.TagClassName
{
border-color: #EC8350;
}
</style>