Shades of Crusta #E48754
Tints of Crusta #E48754
RGB
CMYK
RGB Variations
Color information
#E48754 (or 0xE48754) is known color: Crusta. HEX triplet: E4, 87 and 54. RGB value is (228,135,84). Sum of RGB (Red+Green+Blue) = 228+135+84=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E48754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48754 is #1B78AB. Grayscale: #9D9D9D. Windows color (decimal): -1800364 or 5539812. OLE color: 5539812.
HSL color Cylindrical-coordinate representation of color #E48754: hue angle of 21.25º 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 #E48754 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 135 | 84 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.11 |
| HSL | 21.25º | 0.73% | 0.61% | - |
| HSV(B) | 21.25º | 0.63% | 0.89% | - |
| XYZ | 42.26 | 34.46 | 12.81 | - |
| YUV | 156.99 | 86.81 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 135 | 84 | 0 | 0.41 | 0.63 | 0.11 | 21.25 | 0.73 | 0.61 |
| Hex | E4 | 87 | 54 | 0 | 29 | 3F | B | 15 | 49 | 3D |
| Octal | 344 | 207 | 124 | 0 | 51 | 77 | 13 | 25 | 111 | 75 |
| Binary | 11100100 | 10000111 | 1010100 | 0 | 101001 | 111111 | 1011 | 10101 | 1001001 | 111101 |
Color Harmonies of #E48754
Complementary color
Monochromatic Colors of #E48754
Black with #E48754
Text Example
Text Example
White with #E48754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48754; }
p { color: rgb(228,135,84); }
H1.HeaderClassName
{
color: #E48754;
}
.AnyTagClassName
{
color: #E48754;
}
</style>
background-color css
<style>
a { background-color: #E48754; }
a { background-color: rgb(228,135,84); }
div.DivClassName
{
background-color: #E48754;
}
.BgClassName
{
background-color: #E48754;
}
</style>
border-color css
<style>
span { border-color: #E48754; }
span { border-color: rgb(228,135,84); }
td.TdClassName
{
border-color: #E48754;
}
.TagClassName
{
border-color: #E48754;
}
</style>