Shades of Crusta #E58D55
Tints of Crusta #E58D55
RGB
CMYK
RGB Variations
Color information
#E58D55 (or 0xE58D55) is known color: Crusta. HEX triplet: E5, 8D and 55. RGB value is (229,141,85). Sum of RGB (Red+Green+Blue) = 229+141+85=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58D55 is #1A72AA. Grayscale: #A1A1A1. Windows color (decimal): -1733291 or 5606885. OLE color: 5606885.
HSL color Cylindrical-coordinate representation of color #E58D55: hue angle of 23.33º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E58D55 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 85 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.10 |
| HSL | 23.33º | 0.73% | 0.62% | - |
| HSV(B) | 23.33º | 0.63% | 0.9% | - |
| XYZ | 43.48 | 36.36 | 13.32 | - |
| YUV | 160.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 85 | 0 | 0.38 | 0.63 | 0.10 | 23.33 | 0.73 | 0.62 |
| Hex | E5 | 8D | 55 | 0 | 26 | 3F | A | 17 | 49 | 3E |
| Octal | 345 | 215 | 125 | 0 | 46 | 77 | 12 | 27 | 111 | 76 |
| Binary | 11100101 | 10001101 | 1010101 | 0 | 100110 | 111111 | 1010 | 10111 | 1001001 | 111110 |
Color Harmonies of #E58D55
Complementary color
Monochromatic Colors of #E58D55
Black with #E58D55
Text Example
Text Example
White with #E58D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58D55; }
p { color: rgb(229,141,85); }
H1.HeaderClassName
{
color: #E58D55;
}
.AnyTagClassName
{
color: #E58D55;
}
</style>
background-color css
<style>
a { background-color: #E58D55; }
a { background-color: rgb(229,141,85); }
div.DivClassName
{
background-color: #E58D55;
}
.BgClassName
{
background-color: #E58D55;
}
</style>
border-color css
<style>
span { border-color: #E58D55; }
span { border-color: rgb(229,141,85); }
td.TdClassName
{
border-color: #E58D55;
}
.TagClassName
{
border-color: #E58D55;
}
</style>