Shades of Crusta #EC8663
Tints of Crusta #EC8663
RGB
CMYK
RGB Variations
Color information
#EC8663 (or 0xEC8663) is known color: Crusta. HEX triplet: EC, 86 and 63. RGB value is (236,134,99). Sum of RGB (Red+Green+Blue) = 236+134+99=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8663 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8663 is #13799C. Grayscale: #A0A0A0. Windows color (decimal): -1276317 or 6522604. OLE color: 6522604.
HSL color Cylindrical-coordinate representation of color #EC8663: hue angle of 15.33º 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 #EC8663 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 99 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.07 |
| HSL | 15.33º | 0.78% | 0.66% | - |
| HSV(B) | 15.33º | 0.58% | 0.93% | - |
| XYZ | 45.37 | 35.78 | 16.32 | - |
| YUV | 160.51 | 93.29 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 99 | 0 | 0.43 | 0.58 | 0.07 | 15.33 | 0.78 | 0.66 |
| Hex | EC | 86 | 63 | 0 | 2B | 3A | 7 | F | 4E | 42 |
| Octal | 354 | 206 | 143 | 0 | 53 | 72 | 7 | 17 | 116 | 102 |
| Binary | 11101100 | 10000110 | 1100011 | 0 | 101011 | 111010 | 111 | 1111 | 1001110 | 1000010 |
Color Harmonies of #EC8663
Complementary color
Monochromatic Colors of #EC8663
Black with #EC8663
Text Example
Text Example
White with #EC8663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8663; }
p { color: rgb(236,134,99); }
H1.HeaderClassName
{
color: #EC8663;
}
.AnyTagClassName
{
color: #EC8663;
}
</style>
background-color css
<style>
a { background-color: #EC8663; }
a { background-color: rgb(236,134,99); }
div.DivClassName
{
background-color: #EC8663;
}
.BgClassName
{
background-color: #EC8663;
}
</style>
border-color css
<style>
span { border-color: #EC8663; }
span { border-color: rgb(236,134,99); }
td.TdClassName
{
border-color: #EC8663;
}
.TagClassName
{
border-color: #EC8663;
}
</style>