Shades of Crusta #EC8563
Tints of Crusta #EC8563
RGB
CMYK
RGB Variations
Color information
#EC8563 (or 0xEC8563) is known color: Crusta. HEX triplet: EC, 85 and 63. RGB value is (236,133,99). Sum of RGB (Red+Green+Blue) = 236+133+99=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8563 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8563 is #137A9C. Grayscale: #A0A0A0. Windows color (decimal): -1276573 or 6522348. OLE color: 6522348.
HSL color Cylindrical-coordinate representation of color #EC8563: hue angle of 14.89º 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 #EC8563 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 99 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.07 |
| HSL | 14.89º | 0.78% | 0.66% | - |
| HSV(B) | 14.89º | 0.58% | 0.93% | - |
| XYZ | 45.23 | 35.51 | 16.27 | - |
| YUV | 159.92 | 93.62 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 99 | 0 | 0.44 | 0.58 | 0.07 | 14.89 | 0.78 | 0.66 |
| Hex | EC | 85 | 63 | 0 | 2C | 3A | 7 | F | 4E | 42 |
| Octal | 354 | 205 | 143 | 0 | 54 | 72 | 7 | 17 | 116 | 102 |
| Binary | 11101100 | 10000101 | 1100011 | 0 | 101100 | 111010 | 111 | 1111 | 1001110 | 1000010 |
Color Harmonies of #EC8563
Complementary color
Monochromatic Colors of #EC8563
Black with #EC8563
Text Example
Text Example
White with #EC8563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8563; }
p { color: rgb(236,133,99); }
H1.HeaderClassName
{
color: #EC8563;
}
.AnyTagClassName
{
color: #EC8563;
}
</style>
background-color css
<style>
a { background-color: #EC8563; }
a { background-color: rgb(236,133,99); }
div.DivClassName
{
background-color: #EC8563;
}
.BgClassName
{
background-color: #EC8563;
}
</style>
border-color css
<style>
span { border-color: #EC8563; }
span { border-color: rgb(236,133,99); }
td.TdClassName
{
border-color: #EC8563;
}
.TagClassName
{
border-color: #EC8563;
}
</style>