Shades of Crusta #EC885B
Tints of Crusta #EC885B
RGB
CMYK
RGB Variations
Color information
#EC885B (or 0xEC885B) is known color: Crusta. HEX triplet: EC, 88 and 5B. RGB value is (236,136,91). Sum of RGB (Red+Green+Blue) = 236+136+91=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC885B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC885B is #1377A4. Grayscale: #A1A1A1. Windows color (decimal): -1275813 or 5998828. OLE color: 5998828.
HSL color Cylindrical-coordinate representation of color #EC885B: hue angle of 18.62º 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 #EC885B is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 91 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.07 |
| HSL | 18.62º | 0.79% | 0.64% | - |
| HSV(B) | 18.62º | 0.61% | 0.93% | - |
| XYZ | 45.28 | 36.2 | 14.5 | - |
| YUV | 160.77 | 88.63 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 91 | 0 | 0.42 | 0.61 | 0.07 | 18.62 | 0.79 | 0.64 |
| Hex | EC | 88 | 5B | 0 | 2A | 3D | 7 | 13 | 4F | 40 |
| Octal | 354 | 210 | 133 | 0 | 52 | 75 | 7 | 23 | 117 | 100 |
| Binary | 11101100 | 10001000 | 1011011 | 0 | 101010 | 111101 | 111 | 10011 | 1001111 | 1000000 |
Color Harmonies of #EC885B
Complementary color
Monochromatic Colors of #EC885B
Black with #EC885B
Text Example
Text Example
White with #EC885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC885B; }
p { color: rgb(236,136,91); }
H1.HeaderClassName
{
color: #EC885B;
}
.AnyTagClassName
{
color: #EC885B;
}
</style>
background-color css
<style>
a { background-color: #EC885B; }
a { background-color: rgb(236,136,91); }
div.DivClassName
{
background-color: #EC885B;
}
.BgClassName
{
background-color: #EC885B;
}
</style>
border-color css
<style>
span { border-color: #EC885B; }
span { border-color: rgb(236,136,91); }
td.TdClassName
{
border-color: #EC885B;
}
.TagClassName
{
border-color: #EC885B;
}
</style>