Shades of Crusta #E58959
Tints of Crusta #E58959
RGB
CMYK
RGB Variations
Color information
#E58959 (or 0xE58959) is known color: Crusta. HEX triplet: E5, 89 and 59. RGB value is (229,137,89). Sum of RGB (Red+Green+Blue) = 229+137+89=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E58959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58959 is #1A76A6. Grayscale: #9F9F9F. Windows color (decimal): -1734311 or 5868005. OLE color: 5868005.
HSL color Cylindrical-coordinate representation of color #E58959: hue angle of 20.57º 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 #E58959 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 89 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.10 |
| HSL | 20.57º | 0.73% | 0.62% | - |
| HSV(B) | 20.57º | 0.61% | 0.9% | - |
| XYZ | 43.06 | 35.27 | 13.99 | - |
| YUV | 159.04 | 88.48 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 89 | 0 | 0.40 | 0.61 | 0.10 | 20.57 | 0.73 | 0.62 |
| Hex | E5 | 89 | 59 | 0 | 28 | 3D | A | 15 | 49 | 3E |
| Octal | 345 | 211 | 131 | 0 | 50 | 75 | 12 | 25 | 111 | 76 |
| Binary | 11100101 | 10001001 | 1011001 | 0 | 101000 | 111101 | 1010 | 10101 | 1001001 | 111110 |
Color Harmonies of #E58959
Complementary color
Monochromatic Colors of #E58959
Black with #E58959
Text Example
Text Example
White with #E58959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58959; }
p { color: rgb(229,137,89); }
H1.HeaderClassName
{
color: #E58959;
}
.AnyTagClassName
{
color: #E58959;
}
</style>
background-color css
<style>
a { background-color: #E58959; }
a { background-color: rgb(229,137,89); }
div.DivClassName
{
background-color: #E58959;
}
.BgClassName
{
background-color: #E58959;
}
</style>
border-color css
<style>
span { border-color: #E58959; }
span { border-color: rgb(229,137,89); }
td.TdClassName
{
border-color: #E58959;
}
.TagClassName
{
border-color: #E58959;
}
</style>