Shades of Crusta #E48954
Tints of Crusta #E48954
RGB
CMYK
RGB Variations
Color information
#E48954 (or 0xE48954) is known color: Crusta. HEX triplet: E4, 89 and 54. RGB value is (228,137,84). Sum of RGB (Red+Green+Blue) = 228+137+84=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 84 (33.20% from 255 or 18.71% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E48954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48954 is #1B76AB. Grayscale: #9E9E9E. Windows color (decimal): -1799852 or 5540324. OLE color: 5540324.
HSL color Cylindrical-coordinate representation of color #E48954: hue angle of 22.08º 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 #E48954 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 137 | 84 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.11 |
| HSL | 22.08º | 0.73% | 0.61% | - |
| HSV(B) | 22.08º | 0.63% | 0.89% | - |
| XYZ | 42.54 | 35.03 | 12.91 | - |
| YUV | 158.17 | 86.15 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 137 | 84 | 0 | 0.40 | 0.63 | 0.11 | 22.08 | 0.73 | 0.61 |
| Hex | E4 | 89 | 54 | 0 | 28 | 3F | B | 16 | 49 | 3D |
| Octal | 344 | 211 | 124 | 0 | 50 | 77 | 13 | 26 | 111 | 75 |
| Binary | 11100100 | 10001001 | 1010100 | 0 | 101000 | 111111 | 1011 | 10110 | 1001001 | 111101 |
Color Harmonies of #E48954
Complementary color
Monochromatic Colors of #E48954
Black with #E48954
Text Example
Text Example
White with #E48954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48954; }
p { color: rgb(228,137,84); }
H1.HeaderClassName
{
color: #E48954;
}
.AnyTagClassName
{
color: #E48954;
}
</style>
background-color css
<style>
a { background-color: #E48954; }
a { background-color: rgb(228,137,84); }
div.DivClassName
{
background-color: #E48954;
}
.BgClassName
{
background-color: #E48954;
}
</style>
border-color css
<style>
span { border-color: #E48954; }
span { border-color: rgb(228,137,84); }
td.TdClassName
{
border-color: #E48954;
}
.TagClassName
{
border-color: #E48954;
}
</style>