Shades of Crusta #EC8463
Tints of Crusta #EC8463
RGB
CMYK
RGB Variations
Color information
#EC8463 (or 0xEC8463) is known color: Crusta. HEX triplet: EC, 84 and 63. RGB value is (236,132,99). Sum of RGB (Red+Green+Blue) = 236+132+99=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8463 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8463 is #137B9C. Grayscale: #9F9F9F. Windows color (decimal): -1276829 or 6522092. OLE color: 6522092.
HSL color Cylindrical-coordinate representation of color #EC8463: hue angle of 14.45º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC8463 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 99 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.07 |
| HSL | 14.45º | 0.78% | 0.66% | - |
| HSV(B) | 14.45º | 0.58% | 0.93% | - |
| XYZ | 45.1 | 35.24 | 16.23 | - |
| YUV | 159.33 | 93.96 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 99 | 0 | 0.44 | 0.58 | 0.07 | 14.45 | 0.78 | 0.66 |
| Hex | EC | 84 | 63 | 0 | 2C | 3A | 7 | E | 4E | 42 |
| Octal | 354 | 204 | 143 | 0 | 54 | 72 | 7 | 16 | 116 | 102 |
| Binary | 11101100 | 10000100 | 1100011 | 0 | 101100 | 111010 | 111 | 1110 | 1001110 | 1000010 |
Color Harmonies of #EC8463
Complementary color
Monochromatic Colors of #EC8463
Black with #EC8463
Text Example
Text Example
White with #EC8463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8463; }
p { color: rgb(236,132,99); }
H1.HeaderClassName
{
color: #EC8463;
}
.AnyTagClassName
{
color: #EC8463;
}
</style>
background-color css
<style>
a { background-color: #EC8463; }
a { background-color: rgb(236,132,99); }
div.DivClassName
{
background-color: #EC8463;
}
.BgClassName
{
background-color: #EC8463;
}
</style>
border-color css
<style>
span { border-color: #EC8463; }
span { border-color: rgb(236,132,99); }
td.TdClassName
{
border-color: #EC8463;
}
.TagClassName
{
border-color: #EC8463;
}
</style>