Shades of Crusta #E58D59
Tints of Crusta #E58D59
RGB
CMYK
RGB Variations
Color information
#E58D59 (or 0xE58D59) is known color: Crusta. HEX triplet: E5, 8D and 59. RGB value is (229,141,89). Sum of RGB (Red+Green+Blue) = 229+141+89=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58D59 is #1A72A6. Grayscale: #A1A1A1. Windows color (decimal): -1733287 or 5869029. OLE color: 5869029.
HSL color Cylindrical-coordinate representation of color #E58D59: hue angle of 22.29º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E58D59 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 89 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.10 |
| HSL | 22.29º | 0.73% | 0.62% | - |
| HSV(B) | 22.29º | 0.61% | 0.9% | - |
| XYZ | 43.64 | 36.43 | 14.18 | - |
| YUV | 161.38 | 87.15 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 89 | 0 | 0.38 | 0.61 | 0.10 | 22.29 | 0.73 | 0.62 |
| Hex | E5 | 8D | 59 | 0 | 26 | 3D | A | 16 | 49 | 3E |
| Octal | 345 | 215 | 131 | 0 | 46 | 75 | 12 | 26 | 111 | 76 |
| Binary | 11100101 | 10001101 | 1011001 | 0 | 100110 | 111101 | 1010 | 10110 | 1001001 | 111110 |
Color Harmonies of #E58D59
Complementary color
Monochromatic Colors of #E58D59
Black with #E58D59
Text Example
Text Example
White with #E58D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58D59; }
p { color: rgb(229,141,89); }
H1.HeaderClassName
{
color: #E58D59;
}
.AnyTagClassName
{
color: #E58D59;
}
</style>
background-color css
<style>
a { background-color: #E58D59; }
a { background-color: rgb(229,141,89); }
div.DivClassName
{
background-color: #E58D59;
}
.BgClassName
{
background-color: #E58D59;
}
</style>
border-color css
<style>
span { border-color: #E58D59; }
span { border-color: rgb(229,141,89); }
td.TdClassName
{
border-color: #E58D59;
}
.TagClassName
{
border-color: #E58D59;
}
</style>