Shades of Crusta #E58A55
Tints of Crusta #E58A55
RGB
CMYK
RGB Variations
Color information
#E58A55 (or 0xE58A55) is known color: Crusta. HEX triplet: E5, 8A and 55. RGB value is (229,138,85). Sum of RGB (Red+Green+Blue) = 229+138+85=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58A55 is #1A75AA. Grayscale: #9F9F9F. Windows color (decimal): -1734059 or 5606117. OLE color: 5606117.
HSL color Cylindrical-coordinate representation of color #E58A55: hue angle of 22.08º 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 #E58A55 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 85 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.10 |
| HSL | 22.08º | 0.73% | 0.62% | - |
| HSV(B) | 22.08º | 0.63% | 0.9% | - |
| XYZ | 43.04 | 35.49 | 13.18 | - |
| YUV | 159.17 | 86.15 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 85 | 0 | 0.40 | 0.63 | 0.10 | 22.08 | 0.73 | 0.62 |
| Hex | E5 | 8A | 55 | 0 | 28 | 3F | A | 16 | 49 | 3E |
| Octal | 345 | 212 | 125 | 0 | 50 | 77 | 12 | 26 | 111 | 76 |
| Binary | 11100101 | 10001010 | 1010101 | 0 | 101000 | 111111 | 1010 | 10110 | 1001001 | 111110 |
Color Harmonies of #E58A55
Complementary color
Monochromatic Colors of #E58A55
Black with #E58A55
Text Example
Text Example
White with #E58A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58A55; }
p { color: rgb(229,138,85); }
H1.HeaderClassName
{
color: #E58A55;
}
.AnyTagClassName
{
color: #E58A55;
}
</style>
background-color css
<style>
a { background-color: #E58A55; }
a { background-color: rgb(229,138,85); }
div.DivClassName
{
background-color: #E58A55;
}
.BgClassName
{
background-color: #E58A55;
}
</style>
border-color css
<style>
span { border-color: #E58A55; }
span { border-color: rgb(229,138,85); }
td.TdClassName
{
border-color: #E58A55;
}
.TagClassName
{
border-color: #E58A55;
}
</style>