Shades of Crusta #EC885E
Tints of Crusta #EC885E
RGB
CMYK
RGB Variations
Color information
#EC885E (or 0xEC885E) is known color: Crusta. HEX triplet: EC, 88 and 5E. RGB value is (236,136,94). Sum of RGB (Red+Green+Blue) = 236+136+94=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC885E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC885E is #1377A1. Grayscale: #A1A1A1. Windows color (decimal): -1275810 or 6195436. OLE color: 6195436.
HSL color Cylindrical-coordinate representation of color #EC885E: hue angle of 17.75º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC885E is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 94 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.07 |
| HSL | 17.75º | 0.79% | 0.65% | - |
| HSV(B) | 17.75º | 0.6% | 0.93% | - |
| XYZ | 45.42 | 36.25 | 15.19 | - |
| YUV | 161.11 | 90.13 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 94 | 0 | 0.42 | 0.60 | 0.07 | 17.75 | 0.79 | 0.65 |
| Hex | EC | 88 | 5E | 0 | 2A | 3C | 7 | 12 | 4F | 41 |
| Octal | 354 | 210 | 136 | 0 | 52 | 74 | 7 | 22 | 117 | 101 |
| Binary | 11101100 | 10001000 | 1011110 | 0 | 101010 | 111100 | 111 | 10010 | 1001111 | 1000001 |
Color Harmonies of #EC885E
Complementary color
Monochromatic Colors of #EC885E
Black with #EC885E
Text Example
Text Example
White with #EC885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC885E; }
p { color: rgb(236,136,94); }
H1.HeaderClassName
{
color: #EC885E;
}
.AnyTagClassName
{
color: #EC885E;
}
</style>
background-color css
<style>
a { background-color: #EC885E; }
a { background-color: rgb(236,136,94); }
div.DivClassName
{
background-color: #EC885E;
}
.BgClassName
{
background-color: #EC885E;
}
</style>
border-color css
<style>
span { border-color: #EC885E; }
span { border-color: rgb(236,136,94); }
td.TdClassName
{
border-color: #EC885E;
}
.TagClassName
{
border-color: #EC885E;
}
</style>