Shades of Crusta #EC8D53
Tints of Crusta #EC8D53
RGB
CMYK
RGB Variations
Color information
#EC8D53 (or 0xEC8D53) is known color: Crusta. HEX triplet: EC, 8D and 53. RGB value is (236,141,83). Sum of RGB (Red+Green+Blue) = 236+141+83=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 83 (32.81% from 255 or 18.04% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D53 is #1372AC. Grayscale: #A3A3A3. Windows color (decimal): -1274541 or 5475820. OLE color: 5475820.
HSL color Cylindrical-coordinate representation of color #EC8D53: hue angle of 22.75º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC8D53 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 83 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.07 |
| HSL | 22.75º | 0.8% | 0.63% | - |
| HSV(B) | 22.75º | 0.65% | 0.93% | - |
| XYZ | 45.68 | 37.51 | 13.02 | - |
| YUV | 162.79 | 82.97 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 83 | 0 | 0.40 | 0.65 | 0.07 | 22.75 | 0.8 | 0.63 |
| Hex | EC | 8D | 53 | 0 | 28 | 41 | 7 | 17 | 50 | 3F |
| Octal | 354 | 215 | 123 | 0 | 50 | 101 | 7 | 27 | 120 | 77 |
| Binary | 11101100 | 10001101 | 1010011 | 0 | 101000 | 1000001 | 111 | 10111 | 1010000 | 111111 |
Color Harmonies of #EC8D53
Complementary color
Monochromatic Colors of #EC8D53
Black with #EC8D53
Text Example
Text Example
White with #EC8D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D53; }
p { color: rgb(236,141,83); }
H1.HeaderClassName
{
color: #EC8D53;
}
.AnyTagClassName
{
color: #EC8D53;
}
</style>
background-color css
<style>
a { background-color: #EC8D53; }
a { background-color: rgb(236,141,83); }
div.DivClassName
{
background-color: #EC8D53;
}
.BgClassName
{
background-color: #EC8D53;
}
</style>
border-color css
<style>
span { border-color: #EC8D53; }
span { border-color: rgb(236,141,83); }
td.TdClassName
{
border-color: #EC8D53;
}
.TagClassName
{
border-color: #EC8D53;
}
</style>