Shades of Crusta #E48352
Tints of Crusta #E48352
RGB
CMYK
RGB Variations
Color information
#E48352 (or 0xE48352) is known color: Crusta. HEX triplet: E4, 83 and 52. RGB value is (228,131,82). Sum of RGB (Red+Green+Blue) = 228+131+82=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E48352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48352 is #1B7CAD. Grayscale: #9A9A9A. Windows color (decimal): -1801390 or 5407716. OLE color: 5407716.
HSL color Cylindrical-coordinate representation of color #E48352: hue angle of 20.14º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E48352 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 131 | 82 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.11 |
| HSL | 20.14º | 0.73% | 0.61% | - |
| HSV(B) | 20.14º | 0.64% | 0.89% | - |
| XYZ | 41.63 | 33.34 | 12.22 | - |
| YUV | 154.42 | 87.14 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 131 | 82 | 0 | 0.43 | 0.64 | 0.11 | 20.14 | 0.73 | 0.61 |
| Hex | E4 | 83 | 52 | 0 | 2B | 40 | B | 14 | 49 | 3D |
| Octal | 344 | 203 | 122 | 0 | 53 | 100 | 13 | 24 | 111 | 75 |
| Binary | 11100100 | 10000011 | 1010010 | 0 | 101011 | 1000000 | 1011 | 10100 | 1001001 | 111101 |
Color Harmonies of #E48352
Complementary color
Monochromatic Colors of #E48352
Black with #E48352
Text Example
Text Example
White with #E48352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48352; }
p { color: rgb(228,131,82); }
H1.HeaderClassName
{
color: #E48352;
}
.AnyTagClassName
{
color: #E48352;
}
</style>
background-color css
<style>
a { background-color: #E48352; }
a { background-color: rgb(228,131,82); }
div.DivClassName
{
background-color: #E48352;
}
.BgClassName
{
background-color: #E48352;
}
</style>
border-color css
<style>
span { border-color: #E48352; }
span { border-color: rgb(228,131,82); }
td.TdClassName
{
border-color: #E48352;
}
.TagClassName
{
border-color: #E48352;
}
</style>