Shades of Crusta #EC855D
Tints of Crusta #EC855D
RGB
CMYK
RGB Variations
Color information
#EC855D (or 0xEC855D) is known color: Crusta. HEX triplet: EC, 85 and 5D. RGB value is (236,133,93). Sum of RGB (Red+Green+Blue) = 236+133+93=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC855D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC855D is #137AA2. Grayscale: #9F9F9F. Windows color (decimal): -1276579 or 6129132. OLE color: 6129132.
HSL color Cylindrical-coordinate representation of color #EC855D: hue angle of 16.78º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC855D is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 93 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.07 |
| HSL | 16.78º | 0.79% | 0.65% | - |
| HSV(B) | 16.78º | 0.61% | 0.93% | - |
| XYZ | 44.96 | 35.4 | 14.82 | - |
| YUV | 159.24 | 90.62 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 93 | 0 | 0.44 | 0.61 | 0.07 | 16.78 | 0.79 | 0.65 |
| Hex | EC | 85 | 5D | 0 | 2C | 3D | 7 | 11 | 4F | 41 |
| Octal | 354 | 205 | 135 | 0 | 54 | 75 | 7 | 21 | 117 | 101 |
| Binary | 11101100 | 10000101 | 1011101 | 0 | 101100 | 111101 | 111 | 10001 | 1001111 | 1000001 |
Color Harmonies of #EC855D
Complementary color
Monochromatic Colors of #EC855D
Black with #EC855D
Text Example
Text Example
White with #EC855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC855D; }
p { color: rgb(236,133,93); }
H1.HeaderClassName
{
color: #EC855D;
}
.AnyTagClassName
{
color: #EC855D;
}
</style>
background-color css
<style>
a { background-color: #EC855D; }
a { background-color: rgb(236,133,93); }
div.DivClassName
{
background-color: #EC855D;
}
.BgClassName
{
background-color: #EC855D;
}
</style>
border-color css
<style>
span { border-color: #EC855D; }
span { border-color: rgb(236,133,93); }
td.TdClassName
{
border-color: #EC855D;
}
.TagClassName
{
border-color: #EC855D;
}
</style>