Shades of Crusta #EC865F
Tints of Crusta #EC865F
RGB
CMYK
RGB Variations
Color information
#EC865F (or 0xEC865F) is known color: Crusta. HEX triplet: EC, 86 and 5F. RGB value is (236,134,95). Sum of RGB (Red+Green+Blue) = 236+134+95=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC865F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC865F is #1379A0. Grayscale: #A0A0A0. Windows color (decimal): -1276321 or 6260460. OLE color: 6260460.
HSL color Cylindrical-coordinate representation of color #EC865F: hue angle of 16.6º 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 #EC865F is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 95 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.07 |
| HSL | 16.6º | 0.79% | 0.65% | - |
| HSV(B) | 16.6º | 0.6% | 0.93% | - |
| XYZ | 45.18 | 35.71 | 15.34 | - |
| YUV | 160.05 | 91.29 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 95 | 0 | 0.43 | 0.60 | 0.07 | 16.6 | 0.79 | 0.65 |
| Hex | EC | 86 | 5F | 0 | 2B | 3C | 7 | 11 | 4F | 41 |
| Octal | 354 | 206 | 137 | 0 | 53 | 74 | 7 | 21 | 117 | 101 |
| Binary | 11101100 | 10000110 | 1011111 | 0 | 101011 | 111100 | 111 | 10001 | 1001111 | 1000001 |
Color Harmonies of #EC865F
Complementary color
Monochromatic Colors of #EC865F
Black with #EC865F
Text Example
Text Example
White with #EC865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC865F; }
p { color: rgb(236,134,95); }
H1.HeaderClassName
{
color: #EC865F;
}
.AnyTagClassName
{
color: #EC865F;
}
</style>
background-color css
<style>
a { background-color: #EC865F; }
a { background-color: rgb(236,134,95); }
div.DivClassName
{
background-color: #EC865F;
}
.BgClassName
{
background-color: #EC865F;
}
</style>
border-color css
<style>
span { border-color: #EC865F; }
span { border-color: rgb(236,134,95); }
td.TdClassName
{
border-color: #EC865F;
}
.TagClassName
{
border-color: #EC865F;
}
</style>