Shades of Crusta #EC8462
Tints of Crusta #EC8462
RGB
CMYK
RGB Variations
Color information
#EC8462 (or 0xEC8462) is known color: Crusta. HEX triplet: EC, 84 and 62. RGB value is (236,132,98). Sum of RGB (Red+Green+Blue) = 236+132+98=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8462 is #137B9D. Grayscale: #9F9F9F. Windows color (decimal): -1276830 or 6456556. OLE color: 6456556.
HSL color Cylindrical-coordinate representation of color #EC8462: hue angle of 14.78º 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 #EC8462 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 98 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.07 |
| HSL | 14.78º | 0.78% | 0.65% | - |
| HSV(B) | 14.78º | 0.58% | 0.93% | - |
| XYZ | 45.05 | 35.22 | 15.98 | - |
| YUV | 159.22 | 93.46 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 98 | 0 | 0.44 | 0.58 | 0.07 | 14.78 | 0.78 | 0.65 |
| Hex | EC | 84 | 62 | 0 | 2C | 3A | 7 | F | 4E | 41 |
| Octal | 354 | 204 | 142 | 0 | 54 | 72 | 7 | 17 | 116 | 101 |
| Binary | 11101100 | 10000100 | 1100010 | 0 | 101100 | 111010 | 111 | 1111 | 1001110 | 1000001 |
Color Harmonies of #EC8462
Complementary color
Monochromatic Colors of #EC8462
Black with #EC8462
Text Example
Text Example
White with #EC8462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8462; }
p { color: rgb(236,132,98); }
H1.HeaderClassName
{
color: #EC8462;
}
.AnyTagClassName
{
color: #EC8462;
}
</style>
background-color css
<style>
a { background-color: #EC8462; }
a { background-color: rgb(236,132,98); }
div.DivClassName
{
background-color: #EC8462;
}
.BgClassName
{
background-color: #EC8462;
}
</style>
border-color css
<style>
span { border-color: #EC8462; }
span { border-color: rgb(236,132,98); }
td.TdClassName
{
border-color: #EC8462;
}
.TagClassName
{
border-color: #EC8462;
}
</style>