Shades of Crusta #EC8A54
Tints of Crusta #EC8A54
RGB
CMYK
RGB Variations
Color information
#EC8A54 (or 0xEC8A54) is known color: Crusta. HEX triplet: EC, 8A and 54. RGB value is (236,138,84). Sum of RGB (Red+Green+Blue) = 236+138+84=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A54 is #1375AB. Grayscale: #A1A1A1. Windows color (decimal): -1275308 or 5540588. OLE color: 5540588.
HSL color Cylindrical-coordinate representation of color #EC8A54: hue angle of 21.32º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC8A54 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 84 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.07 |
| HSL | 21.32º | 0.8% | 0.63% | - |
| HSV(B) | 21.32º | 0.64% | 0.93% | - |
| XYZ | 45.28 | 36.65 | 13.08 | - |
| YUV | 161.15 | 84.47 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 84 | 0 | 0.42 | 0.64 | 0.07 | 21.32 | 0.8 | 0.63 |
| Hex | EC | 8A | 54 | 0 | 2A | 40 | 7 | 15 | 50 | 3F |
| Octal | 354 | 212 | 124 | 0 | 52 | 100 | 7 | 25 | 120 | 77 |
| Binary | 11101100 | 10001010 | 1010100 | 0 | 101010 | 1000000 | 111 | 10101 | 1010000 | 111111 |
Color Harmonies of #EC8A54
Complementary color
Monochromatic Colors of #EC8A54
Black with #EC8A54
Text Example
Text Example
White with #EC8A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A54; }
p { color: rgb(236,138,84); }
H1.HeaderClassName
{
color: #EC8A54;
}
.AnyTagClassName
{
color: #EC8A54;
}
</style>
background-color css
<style>
a { background-color: #EC8A54; }
a { background-color: rgb(236,138,84); }
div.DivClassName
{
background-color: #EC8A54;
}
.BgClassName
{
background-color: #EC8A54;
}
</style>
border-color css
<style>
span { border-color: #EC8A54; }
span { border-color: rgb(236,138,84); }
td.TdClassName
{
border-color: #EC8A54;
}
.TagClassName
{
border-color: #EC8A54;
}
</style>