Shades of Crusta #EC8661
Tints of Crusta #EC8661
RGB
CMYK
RGB Variations
Color information
#EC8661 (or 0xEC8661) is known color: Crusta. HEX triplet: EC, 86 and 61. RGB value is (236,134,97). Sum of RGB (Red+Green+Blue) = 236+134+97=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8661 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8661 is #13799E. Grayscale: #A0A0A0. Windows color (decimal): -1276319 or 6391532. OLE color: 6391532.
HSL color Cylindrical-coordinate representation of color #EC8661: hue angle of 15.97º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC8661 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 97 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.07 |
| HSL | 15.97º | 0.79% | 0.65% | - |
| HSV(B) | 15.97º | 0.59% | 0.93% | - |
| XYZ | 45.27 | 35.75 | 15.82 | - |
| YUV | 160.28 | 92.29 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 97 | 0 | 0.43 | 0.59 | 0.07 | 15.97 | 0.79 | 0.65 |
| Hex | EC | 86 | 61 | 0 | 2B | 3B | 7 | 10 | 4F | 41 |
| Octal | 354 | 206 | 141 | 0 | 53 | 73 | 7 | 20 | 117 | 101 |
| Binary | 11101100 | 10000110 | 1100001 | 0 | 101011 | 111011 | 111 | 10000 | 1001111 | 1000001 |
Color Harmonies of #EC8661
Complementary color
Monochromatic Colors of #EC8661
Black with #EC8661
Text Example
Text Example
White with #EC8661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8661; }
p { color: rgb(236,134,97); }
H1.HeaderClassName
{
color: #EC8661;
}
.AnyTagClassName
{
color: #EC8661;
}
</style>
background-color css
<style>
a { background-color: #EC8661; }
a { background-color: rgb(236,134,97); }
div.DivClassName
{
background-color: #EC8661;
}
.BgClassName
{
background-color: #EC8661;
}
</style>
border-color css
<style>
span { border-color: #EC8661; }
span { border-color: rgb(236,134,97); }
td.TdClassName
{
border-color: #EC8661;
}
.TagClassName
{
border-color: #EC8661;
}
</style>