Shades of Crusta #EC8364
Tints of Crusta #EC8364
RGB
CMYK
RGB Variations
Color information
#EC8364 (or 0xEC8364) is known color: Crusta. HEX triplet: EC, 83 and 64. RGB value is (236,131,100). Sum of RGB (Red+Green+Blue) = 236+131+100=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8364 is #137C9B. Grayscale: #9F9F9F. Windows color (decimal): -1277084 or 6587372. OLE color: 6587372.
HSL color Cylindrical-coordinate representation of color #EC8364: hue angle of 13.68º 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 #EC8364 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 100 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.07 |
| HSL | 13.68º | 0.78% | 0.66% | - |
| HSV(B) | 13.68º | 0.58% | 0.93% | - |
| XYZ | 45.01 | 34.99 | 16.44 | - |
| YUV | 158.86 | 94.79 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 100 | 0 | 0.44 | 0.58 | 0.07 | 13.68 | 0.78 | 0.66 |
| Hex | EC | 83 | 64 | 0 | 2C | 3A | 7 | E | 4E | 42 |
| Octal | 354 | 203 | 144 | 0 | 54 | 72 | 7 | 16 | 116 | 102 |
| Binary | 11101100 | 10000011 | 1100100 | 0 | 101100 | 111010 | 111 | 1110 | 1001110 | 1000010 |
Color Harmonies of #EC8364
Complementary color
Monochromatic Colors of #EC8364
Black with #EC8364
Text Example
Text Example
White with #EC8364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8364; }
p { color: rgb(236,131,100); }
H1.HeaderClassName
{
color: #EC8364;
}
.AnyTagClassName
{
color: #EC8364;
}
</style>
background-color css
<style>
a { background-color: #EC8364; }
a { background-color: rgb(236,131,100); }
div.DivClassName
{
background-color: #EC8364;
}
.BgClassName
{
background-color: #EC8364;
}
</style>
border-color css
<style>
span { border-color: #EC8364; }
span { border-color: rgb(236,131,100); }
td.TdClassName
{
border-color: #EC8364;
}
.TagClassName
{
border-color: #EC8364;
}
</style>