Shades of Crusta #E48A54
Tints of Crusta #E48A54
RGB
CMYK
RGB Variations
Color information
#E48A54 (or 0xE48A54) is known color: Crusta. HEX triplet: E4, 8A and 54. RGB value is (228,138,84). Sum of RGB (Red+Green+Blue) = 228+138+84=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48A54 is #1B75AB. Grayscale: #9F9F9F. Windows color (decimal): -1799596 or 5540580. OLE color: 5540580.
HSL color Cylindrical-coordinate representation of color #E48A54: hue angle of 22.5º 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 #E48A54 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 84 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.11 |
| HSL | 22.5º | 0.73% | 0.61% | - |
| HSV(B) | 22.5º | 0.63% | 0.89% | - |
| XYZ | 42.68 | 35.31 | 12.95 | - |
| YUV | 158.75 | 85.82 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 84 | 0 | 0.39 | 0.63 | 0.11 | 22.5 | 0.73 | 0.61 |
| Hex | E4 | 8A | 54 | 0 | 27 | 3F | B | 16 | 49 | 3D |
| Octal | 344 | 212 | 124 | 0 | 47 | 77 | 13 | 26 | 111 | 75 |
| Binary | 11100100 | 10001010 | 1010100 | 0 | 100111 | 111111 | 1011 | 10110 | 1001001 | 111101 |
Color Harmonies of #E48A54
Complementary color
Monochromatic Colors of #E48A54
Black with #E48A54
Text Example
Text Example
White with #E48A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48A54; }
p { color: rgb(228,138,84); }
H1.HeaderClassName
{
color: #E48A54;
}
.AnyTagClassName
{
color: #E48A54;
}
</style>
background-color css
<style>
a { background-color: #E48A54; }
a { background-color: rgb(228,138,84); }
div.DivClassName
{
background-color: #E48A54;
}
.BgClassName
{
background-color: #E48A54;
}
</style>
border-color css
<style>
span { border-color: #E48A54; }
span { border-color: rgb(228,138,84); }
td.TdClassName
{
border-color: #E48A54;
}
.TagClassName
{
border-color: #E48A54;
}
</style>