Shades of Crusta #E48355
Tints of Crusta #E48355
RGB
CMYK
RGB Variations
Color information
#E48355 (or 0xE48355) is known color: Crusta. HEX triplet: E4, 83 and 55. RGB value is (228,131,85). Sum of RGB (Red+Green+Blue) = 228+131+85=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E48355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48355 is #1B7CAA. Grayscale: #9B9B9B. Windows color (decimal): -1801387 or 5604324. OLE color: 5604324.
HSL color Cylindrical-coordinate representation of color #E48355: hue angle of 19.3º 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 #E48355 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 131 | 85 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.11 |
| HSL | 19.3º | 0.73% | 0.61% | - |
| HSV(B) | 19.3º | 0.63% | 0.89% | - |
| XYZ | 41.75 | 33.38 | 12.84 | - |
| YUV | 154.76 | 88.64 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 131 | 85 | 0 | 0.43 | 0.63 | 0.11 | 19.3 | 0.73 | 0.61 |
| Hex | E4 | 83 | 55 | 0 | 2B | 3F | B | 13 | 49 | 3D |
| Octal | 344 | 203 | 125 | 0 | 53 | 77 | 13 | 23 | 111 | 75 |
| Binary | 11100100 | 10000011 | 1010101 | 0 | 101011 | 111111 | 1011 | 10011 | 1001001 | 111101 |
Color Harmonies of #E48355
Complementary color
Monochromatic Colors of #E48355
Black with #E48355
Text Example
Text Example
White with #E48355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48355; }
p { color: rgb(228,131,85); }
H1.HeaderClassName
{
color: #E48355;
}
.AnyTagClassName
{
color: #E48355;
}
</style>
background-color css
<style>
a { background-color: #E48355; }
a { background-color: rgb(228,131,85); }
div.DivClassName
{
background-color: #E48355;
}
.BgClassName
{
background-color: #E48355;
}
</style>
border-color css
<style>
span { border-color: #E48355; }
span { border-color: rgb(228,131,85); }
td.TdClassName
{
border-color: #E48355;
}
.TagClassName
{
border-color: #E48355;
}
</style>