Shades of Crusta #EC8450
Tints of Crusta #EC8450
RGB
CMYK
RGB Variations
Color information
#EC8450 (or 0xEC8450) is known color: Crusta. HEX triplet: EC, 84 and 50. RGB value is (236,132,80). Sum of RGB (Red+Green+Blue) = 236+132+80=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8450 is #137BAF. Grayscale: #9D9D9D. Windows color (decimal): -1276848 or 5276908. OLE color: 5276908.
HSL color Cylindrical-coordinate representation of color #EC8450: hue angle of 20º 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 #EC8450 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 80 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.07 |
| HSL | 20º | 0.8% | 0.62% | - |
| HSV(B) | 20º | 0.66% | 0.93% | - |
| XYZ | 44.29 | 34.91 | 11.99 | - |
| YUV | 157.17 | 84.46 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 80 | 0 | 0.44 | 0.66 | 0.07 | 20 | 0.8 | 0.62 |
| Hex | EC | 84 | 50 | 0 | 2C | 42 | 7 | 14 | 50 | 3E |
| Octal | 354 | 204 | 120 | 0 | 54 | 102 | 7 | 24 | 120 | 76 |
| Binary | 11101100 | 10000100 | 1010000 | 0 | 101100 | 1000010 | 111 | 10100 | 1010000 | 111110 |
Color Harmonies of #EC8450
Complementary color
Monochromatic Colors of #EC8450
Black with #EC8450
Text Example
Text Example
White with #EC8450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8450; }
p { color: rgb(236,132,80); }
H1.HeaderClassName
{
color: #EC8450;
}
.AnyTagClassName
{
color: #EC8450;
}
</style>
background-color css
<style>
a { background-color: #EC8450; }
a { background-color: rgb(236,132,80); }
div.DivClassName
{
background-color: #EC8450;
}
.BgClassName
{
background-color: #EC8450;
}
</style>
border-color css
<style>
span { border-color: #EC8450; }
span { border-color: rgb(236,132,80); }
td.TdClassName
{
border-color: #EC8450;
}
.TagClassName
{
border-color: #EC8450;
}
</style>