Shades of Crusta #E48255
Tints of Crusta #E48255
RGB
CMYK
RGB Variations
Color information
#E48255 (or 0xE48255) is known color: Crusta. HEX triplet: E4, 82 and 55. RGB value is (228,130,85). Sum of RGB (Red+Green+Blue) = 228+130+85=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E48255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48255 is #1B7DAA. Grayscale: #9A9A9A. Windows color (decimal): -1801643 or 5604068. OLE color: 5604068.
HSL color Cylindrical-coordinate representation of color #E48255: hue angle of 18.88º 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 #E48255 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 130 | 85 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.11 |
| HSL | 18.88º | 0.73% | 0.61% | - |
| HSV(B) | 18.88º | 0.63% | 0.89% | - |
| XYZ | 41.62 | 33.12 | 12.79 | - |
| YUV | 154.17 | 88.97 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 130 | 85 | 0 | 0.43 | 0.63 | 0.11 | 18.88 | 0.73 | 0.61 |
| Hex | E4 | 82 | 55 | 0 | 2B | 3F | B | 13 | 49 | 3D |
| Octal | 344 | 202 | 125 | 0 | 53 | 77 | 13 | 23 | 111 | 75 |
| Binary | 11100100 | 10000010 | 1010101 | 0 | 101011 | 111111 | 1011 | 10011 | 1001001 | 111101 |
Color Harmonies of #E48255
Complementary color
Monochromatic Colors of #E48255
Black with #E48255
Text Example
Text Example
White with #E48255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48255; }
p { color: rgb(228,130,85); }
H1.HeaderClassName
{
color: #E48255;
}
.AnyTagClassName
{
color: #E48255;
}
</style>
background-color css
<style>
a { background-color: #E48255; }
a { background-color: rgb(228,130,85); }
div.DivClassName
{
background-color: #E48255;
}
.BgClassName
{
background-color: #E48255;
}
</style>
border-color css
<style>
span { border-color: #E48255; }
span { border-color: rgb(228,130,85); }
td.TdClassName
{
border-color: #E48255;
}
.TagClassName
{
border-color: #E48255;
}
</style>