Shades of Crusta #E58158
Tints of Crusta #E58158
RGB
CMYK
RGB Variations
Color information
#E58158 (or 0xE58158) is known color: Crusta. HEX triplet: E5, 81 and 58. RGB value is (229,129,88). Sum of RGB (Red+Green+Blue) = 229+129+88=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E58158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58158 is #1A7EA7. Grayscale: #9A9A9A. Windows color (decimal): -1736360 or 5800421. OLE color: 5800421.
HSL color Cylindrical-coordinate representation of color #E58158: hue angle of 17.45º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E58158 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 129 | 88 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.10 |
| HSL | 17.45º | 0.73% | 0.62% | - |
| HSV(B) | 17.45º | 0.62% | 0.9% | - |
| XYZ | 41.92 | 33.06 | 13.4 | - |
| YUV | 154.23 | 90.63 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 129 | 88 | 0 | 0.44 | 0.62 | 0.10 | 17.45 | 0.73 | 0.62 |
| Hex | E5 | 81 | 58 | 0 | 2C | 3E | A | 11 | 49 | 3E |
| Octal | 345 | 201 | 130 | 0 | 54 | 76 | 12 | 21 | 111 | 76 |
| Binary | 11100101 | 10000001 | 1011000 | 0 | 101100 | 111110 | 1010 | 10001 | 1001001 | 111110 |
Color Harmonies of #E58158
Complementary color
Monochromatic Colors of #E58158
Black with #E58158
Text Example
Text Example
White with #E58158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58158; }
p { color: rgb(229,129,88); }
H1.HeaderClassName
{
color: #E58158;
}
.AnyTagClassName
{
color: #E58158;
}
</style>
background-color css
<style>
a { background-color: #E58158; }
a { background-color: rgb(229,129,88); }
div.DivClassName
{
background-color: #E58158;
}
.BgClassName
{
background-color: #E58158;
}
</style>
border-color css
<style>
span { border-color: #E58158; }
span { border-color: rgb(229,129,88); }
td.TdClassName
{
border-color: #E58158;
}
.TagClassName
{
border-color: #E58158;
}
</style>