Shades of Crusta #EC8763
Tints of Crusta #EC8763
RGB
CMYK
RGB Variations
Color information
#EC8763 (or 0xEC8763) is known color: Crusta. HEX triplet: EC, 87 and 63. RGB value is (236,135,99). Sum of RGB (Red+Green+Blue) = 236+135+99=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8763 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8763 is #13789C. Grayscale: #A1A1A1. Windows color (decimal): -1276061 or 6522860. OLE color: 6522860.
HSL color Cylindrical-coordinate representation of color #EC8763: hue angle of 15.77º 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 #EC8763 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 99 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.07 |
| HSL | 15.77º | 0.78% | 0.66% | - |
| HSV(B) | 15.77º | 0.58% | 0.93% | - |
| XYZ | 45.51 | 36.06 | 16.37 | - |
| YUV | 161.1 | 92.96 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 99 | 0 | 0.43 | 0.58 | 0.07 | 15.77 | 0.78 | 0.66 |
| Hex | EC | 87 | 63 | 0 | 2B | 3A | 7 | 10 | 4E | 42 |
| Octal | 354 | 207 | 143 | 0 | 53 | 72 | 7 | 20 | 116 | 102 |
| Binary | 11101100 | 10000111 | 1100011 | 0 | 101011 | 111010 | 111 | 10000 | 1001110 | 1000010 |
Color Harmonies of #EC8763
Complementary color
Monochromatic Colors of #EC8763
Black with #EC8763
Text Example
Text Example
White with #EC8763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8763; }
p { color: rgb(236,135,99); }
H1.HeaderClassName
{
color: #EC8763;
}
.AnyTagClassName
{
color: #EC8763;
}
</style>
background-color css
<style>
a { background-color: #EC8763; }
a { background-color: rgb(236,135,99); }
div.DivClassName
{
background-color: #EC8763;
}
.BgClassName
{
background-color: #EC8763;
}
</style>
border-color css
<style>
span { border-color: #EC8763; }
span { border-color: rgb(236,135,99); }
td.TdClassName
{
border-color: #EC8763;
}
.TagClassName
{
border-color: #EC8763;
}
</style>