Shades of Crusta #EC8F62
Tints of Crusta #EC8F62
RGB
CMYK
RGB Variations
Color information
#EC8F62 (or 0xEC8F62) is known color: Crusta. HEX triplet: EC, 8F and 62. RGB value is (236,143,98). Sum of RGB (Red+Green+Blue) = 236+143+98=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F62 is #13709D. Grayscale: #A5A5A5. Windows color (decimal): -1274014 or 6459372. OLE color: 6459372.
HSL color Cylindrical-coordinate representation of color #EC8F62: hue angle of 19.57º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC8F62 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 98 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.07 |
| HSL | 19.57º | 0.78% | 0.65% | - |
| HSV(B) | 19.57º | 0.58% | 0.93% | - |
| XYZ | 46.62 | 38.36 | 16.5 | - |
| YUV | 165.68 | 89.81 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 98 | 0 | 0.39 | 0.58 | 0.07 | 19.57 | 0.78 | 0.65 |
| Hex | EC | 8F | 62 | 0 | 27 | 3A | 7 | 14 | 4E | 41 |
| Octal | 354 | 217 | 142 | 0 | 47 | 72 | 7 | 24 | 116 | 101 |
| Binary | 11101100 | 10001111 | 1100010 | 0 | 100111 | 111010 | 111 | 10100 | 1001110 | 1000001 |
Color Harmonies of #EC8F62
Complementary color
Monochromatic Colors of #EC8F62
Black with #EC8F62
Text Example
Text Example
White with #EC8F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F62; }
p { color: rgb(236,143,98); }
H1.HeaderClassName
{
color: #EC8F62;
}
.AnyTagClassName
{
color: #EC8F62;
}
</style>
background-color css
<style>
a { background-color: #EC8F62; }
a { background-color: rgb(236,143,98); }
div.DivClassName
{
background-color: #EC8F62;
}
.BgClassName
{
background-color: #EC8F62;
}
</style>
border-color css
<style>
span { border-color: #EC8F62; }
span { border-color: rgb(236,143,98); }
td.TdClassName
{
border-color: #EC8F62;
}
.TagClassName
{
border-color: #EC8F62;
}
</style>