Shades of Crusta #E58656
Tints of Crusta #E58656
RGB
CMYK
RGB Variations
Color information
#E58656 (or 0xE58656) is known color: Crusta. HEX triplet: E5, 86 and 56. RGB value is (229,134,86). Sum of RGB (Red+Green+Blue) = 229+134+86=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E58656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58656 is #1A79A9. Grayscale: #9D9D9D. Windows color (decimal): -1735082 or 5670629. OLE color: 5670629.
HSL color Cylindrical-coordinate representation of color #E58656: hue angle of 20.14º 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 #E58656 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 134 | 86 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.10 |
| HSL | 20.14º | 0.73% | 0.62% | - |
| HSV(B) | 20.14º | 0.62% | 0.9% | - |
| XYZ | 42.52 | 34.38 | 13.2 | - |
| YUV | 156.93 | 87.97 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 134 | 86 | 0 | 0.41 | 0.62 | 0.10 | 20.14 | 0.73 | 0.62 |
| Hex | E5 | 86 | 56 | 0 | 29 | 3E | A | 14 | 49 | 3E |
| Octal | 345 | 206 | 126 | 0 | 51 | 76 | 12 | 24 | 111 | 76 |
| Binary | 11100101 | 10000110 | 1010110 | 0 | 101001 | 111110 | 1010 | 10100 | 1001001 | 111110 |
Color Harmonies of #E58656
Complementary color
Monochromatic Colors of #E58656
Black with #E58656
Text Example
Text Example
White with #E58656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58656; }
p { color: rgb(229,134,86); }
H1.HeaderClassName
{
color: #E58656;
}
.AnyTagClassName
{
color: #E58656;
}
</style>
background-color css
<style>
a { background-color: #E58656; }
a { background-color: rgb(229,134,86); }
div.DivClassName
{
background-color: #E58656;
}
.BgClassName
{
background-color: #E58656;
}
</style>
border-color css
<style>
span { border-color: #E58656; }
span { border-color: rgb(229,134,86); }
td.TdClassName
{
border-color: #E58656;
}
.TagClassName
{
border-color: #E58656;
}
</style>