Shades of Crusta #EC885F
Tints of Crusta #EC885F
RGB
CMYK
RGB Variations
Color information
#EC885F (or 0xEC885F) is known color: Crusta. HEX triplet: EC, 88 and 5F. RGB value is (236,136,95). Sum of RGB (Red+Green+Blue) = 236+136+95=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC885F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC885F is #1377A0. Grayscale: #A1A1A1. Windows color (decimal): -1275809 or 6260972. OLE color: 6260972.
HSL color Cylindrical-coordinate representation of color #EC885F: hue angle of 17.45º 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 #EC885F is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 95 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.07 |
| HSL | 17.45º | 0.79% | 0.65% | - |
| HSV(B) | 17.45º | 0.6% | 0.93% | - |
| XYZ | 45.46 | 36.27 | 15.43 | - |
| YUV | 161.23 | 90.63 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 95 | 0 | 0.42 | 0.60 | 0.07 | 17.45 | 0.79 | 0.65 |
| Hex | EC | 88 | 5F | 0 | 2A | 3C | 7 | 11 | 4F | 41 |
| Octal | 354 | 210 | 137 | 0 | 52 | 74 | 7 | 21 | 117 | 101 |
| Binary | 11101100 | 10001000 | 1011111 | 0 | 101010 | 111100 | 111 | 10001 | 1001111 | 1000001 |
Color Harmonies of #EC885F
Complementary color
Monochromatic Colors of #EC885F
Black with #EC885F
Text Example
Text Example
White with #EC885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC885F; }
p { color: rgb(236,136,95); }
H1.HeaderClassName
{
color: #EC885F;
}
.AnyTagClassName
{
color: #EC885F;
}
</style>
background-color css
<style>
a { background-color: #EC885F; }
a { background-color: rgb(236,136,95); }
div.DivClassName
{
background-color: #EC885F;
}
.BgClassName
{
background-color: #EC885F;
}
</style>
border-color css
<style>
span { border-color: #EC885F; }
span { border-color: rgb(236,136,95); }
td.TdClassName
{
border-color: #EC885F;
}
.TagClassName
{
border-color: #EC885F;
}
</style>