Shades of Crusta #E48855
Tints of Crusta #E48855
RGB
CMYK
RGB Variations
Color information
#E48855 (or 0xE48855) is known color: Crusta. HEX triplet: E4, 88 and 55. RGB value is (228,136,85). Sum of RGB (Red+Green+Blue) = 228+136+85=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E48855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48855 is #1B77AA. Grayscale: #9D9D9D. Windows color (decimal): -1800107 or 5605604. OLE color: 5605604.
HSL color Cylindrical-coordinate representation of color #E48855: hue angle of 21.4º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E48855 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 136 | 85 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.11 |
| HSL | 21.4º | 0.73% | 0.61% | - |
| HSV(B) | 21.4º | 0.63% | 0.89% | - |
| XYZ | 42.44 | 34.76 | 13.07 | - |
| YUV | 157.69 | 86.98 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 136 | 85 | 0 | 0.40 | 0.63 | 0.11 | 21.4 | 0.73 | 0.61 |
| Hex | E4 | 88 | 55 | 0 | 28 | 3F | B | 15 | 49 | 3D |
| Octal | 344 | 210 | 125 | 0 | 50 | 77 | 13 | 25 | 111 | 75 |
| Binary | 11100100 | 10001000 | 1010101 | 0 | 101000 | 111111 | 1011 | 10101 | 1001001 | 111101 |
Color Harmonies of #E48855
Complementary color
Monochromatic Colors of #E48855
Black with #E48855
Text Example
Text Example
White with #E48855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48855; }
p { color: rgb(228,136,85); }
H1.HeaderClassName
{
color: #E48855;
}
.AnyTagClassName
{
color: #E48855;
}
</style>
background-color css
<style>
a { background-color: #E48855; }
a { background-color: rgb(228,136,85); }
div.DivClassName
{
background-color: #E48855;
}
.BgClassName
{
background-color: #E48855;
}
</style>
border-color css
<style>
span { border-color: #E48855; }
span { border-color: rgb(228,136,85); }
td.TdClassName
{
border-color: #E48855;
}
.TagClassName
{
border-color: #E48855;
}
</style>