Shades of Crusta #EC885C
Tints of Crusta #EC885C
RGB
CMYK
RGB Variations
Color information
#EC885C (or 0xEC885C) is known color: Crusta. HEX triplet: EC, 88 and 5C. RGB value is (236,136,92). Sum of RGB (Red+Green+Blue) = 236+136+92=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC885C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC885C is #1377A3. Grayscale: #A1A1A1. Windows color (decimal): -1275812 or 6064364. OLE color: 6064364.
HSL color Cylindrical-coordinate representation of color #EC885C: hue angle of 18.33º 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 #EC885C is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 92 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.07 |
| HSL | 18.33º | 0.79% | 0.64% | - |
| HSV(B) | 18.33º | 0.61% | 0.93% | - |
| XYZ | 45.33 | 36.21 | 14.73 | - |
| YUV | 160.88 | 89.13 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 92 | 0 | 0.42 | 0.61 | 0.07 | 18.33 | 0.79 | 0.64 |
| Hex | EC | 88 | 5C | 0 | 2A | 3D | 7 | 12 | 4F | 40 |
| Octal | 354 | 210 | 134 | 0 | 52 | 75 | 7 | 22 | 117 | 100 |
| Binary | 11101100 | 10001000 | 1011100 | 0 | 101010 | 111101 | 111 | 10010 | 1001111 | 1000000 |
Color Harmonies of #EC885C
Complementary color
Monochromatic Colors of #EC885C
Black with #EC885C
Text Example
Text Example
White with #EC885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC885C; }
p { color: rgb(236,136,92); }
H1.HeaderClassName
{
color: #EC885C;
}
.AnyTagClassName
{
color: #EC885C;
}
</style>
background-color css
<style>
a { background-color: #EC885C; }
a { background-color: rgb(236,136,92); }
div.DivClassName
{
background-color: #EC885C;
}
.BgClassName
{
background-color: #EC885C;
}
</style>
border-color css
<style>
span { border-color: #EC885C; }
span { border-color: rgb(236,136,92); }
td.TdClassName
{
border-color: #EC885C;
}
.TagClassName
{
border-color: #EC885C;
}
</style>