Shades of Crusta #EC855B
Tints of Crusta #EC855B
RGB
CMYK
RGB Variations
Color information
#EC855B (or 0xEC855B) is known color: Crusta. HEX triplet: EC, 85 and 5B. RGB value is (236,133,91). Sum of RGB (Red+Green+Blue) = 236+133+91=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC855B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC855B is #137AA4. Grayscale: #9F9F9F. Windows color (decimal): -1276581 or 5998060. OLE color: 5998060.
HSL color Cylindrical-coordinate representation of color #EC855B: hue angle of 17.38º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC855B is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 91 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.07 |
| HSL | 17.38º | 0.79% | 0.64% | - |
| HSV(B) | 17.38º | 0.61% | 0.93% | - |
| XYZ | 44.87 | 35.36 | 14.36 | - |
| YUV | 159.01 | 89.62 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 91 | 0 | 0.44 | 0.61 | 0.07 | 17.38 | 0.79 | 0.64 |
| Hex | EC | 85 | 5B | 0 | 2C | 3D | 7 | 11 | 4F | 40 |
| Octal | 354 | 205 | 133 | 0 | 54 | 75 | 7 | 21 | 117 | 100 |
| Binary | 11101100 | 10000101 | 1011011 | 0 | 101100 | 111101 | 111 | 10001 | 1001111 | 1000000 |
Color Harmonies of #EC855B
Complementary color
Monochromatic Colors of #EC855B
Black with #EC855B
Text Example
Text Example
White with #EC855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC855B; }
p { color: rgb(236,133,91); }
H1.HeaderClassName
{
color: #EC855B;
}
.AnyTagClassName
{
color: #EC855B;
}
</style>
background-color css
<style>
a { background-color: #EC855B; }
a { background-color: rgb(236,133,91); }
div.DivClassName
{
background-color: #EC855B;
}
.BgClassName
{
background-color: #EC855B;
}
</style>
border-color css
<style>
span { border-color: #EC855B; }
span { border-color: rgb(236,133,91); }
td.TdClassName
{
border-color: #EC855B;
}
.TagClassName
{
border-color: #EC855B;
}
</style>