Shades of Crusta #E48756
Tints of Crusta #E48756
RGB
CMYK
RGB Variations
Color information
#E48756 (or 0xE48756) is known color: Crusta. HEX triplet: E4, 87 and 56. RGB value is (228,135,86). Sum of RGB (Red+Green+Blue) = 228+135+86=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E48756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48756 is #1B78A9. Grayscale: #9D9D9D. Windows color (decimal): -1800362 or 5670884. OLE color: 5670884.
HSL color Cylindrical-coordinate representation of color #E48756: hue angle of 20.7º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E48756 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 135 | 86 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.11 |
| HSL | 20.7º | 0.72% | 0.62% | - |
| HSV(B) | 20.7º | 0.62% | 0.89% | - |
| XYZ | 42.34 | 34.49 | 13.23 | - |
| YUV | 157.22 | 87.81 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 135 | 86 | 0 | 0.41 | 0.62 | 0.11 | 20.7 | 0.72 | 0.62 |
| Hex | E4 | 87 | 56 | 0 | 29 | 3E | B | 15 | 48 | 3E |
| Octal | 344 | 207 | 126 | 0 | 51 | 76 | 13 | 25 | 110 | 76 |
| Binary | 11100100 | 10000111 | 1010110 | 0 | 101001 | 111110 | 1011 | 10101 | 1001000 | 111110 |
Color Harmonies of #E48756
Complementary color
Monochromatic Colors of #E48756
Black with #E48756
Text Example
Text Example
White with #E48756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48756; }
p { color: rgb(228,135,86); }
H1.HeaderClassName
{
color: #E48756;
}
.AnyTagClassName
{
color: #E48756;
}
</style>
background-color css
<style>
a { background-color: #E48756; }
a { background-color: rgb(228,135,86); }
div.DivClassName
{
background-color: #E48756;
}
.BgClassName
{
background-color: #E48756;
}
</style>
border-color css
<style>
span { border-color: #E48756; }
span { border-color: rgb(228,135,86); }
td.TdClassName
{
border-color: #E48756;
}
.TagClassName
{
border-color: #E48756;
}
</style>