Shades of Crusta #E48258
Tints of Crusta #E48258
RGB
CMYK
RGB Variations
Color information
#E48258 (or 0xE48258) is known color: Crusta. HEX triplet: E4, 82 and 58. RGB value is (228,130,88). Sum of RGB (Red+Green+Blue) = 228+130+88=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E48258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48258 is #1B7DA7. Grayscale: #9A9A9A. Windows color (decimal): -1801640 or 5800676. OLE color: 5800676.
HSL color Cylindrical-coordinate representation of color #E48258: hue angle of 18º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E48258 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 130 | 88 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.11 |
| HSL | 18º | 0.72% | 0.62% | - |
| HSV(B) | 18º | 0.61% | 0.89% | - |
| XYZ | 41.74 | 33.16 | 13.43 | - |
| YUV | 154.51 | 90.47 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 130 | 88 | 0 | 0.43 | 0.61 | 0.11 | 18 | 0.72 | 0.62 |
| Hex | E4 | 82 | 58 | 0 | 2B | 3D | B | 12 | 48 | 3E |
| Octal | 344 | 202 | 130 | 0 | 53 | 75 | 13 | 22 | 110 | 76 |
| Binary | 11100100 | 10000010 | 1011000 | 0 | 101011 | 111101 | 1011 | 10010 | 1001000 | 111110 |
Color Harmonies of #E48258
Complementary color
Monochromatic Colors of #E48258
Black with #E48258
Text Example
Text Example
White with #E48258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48258; }
p { color: rgb(228,130,88); }
H1.HeaderClassName
{
color: #E48258;
}
.AnyTagClassName
{
color: #E48258;
}
</style>
background-color css
<style>
a { background-color: #E48258; }
a { background-color: rgb(228,130,88); }
div.DivClassName
{
background-color: #E48258;
}
.BgClassName
{
background-color: #E48258;
}
</style>
border-color css
<style>
span { border-color: #E48258; }
span { border-color: rgb(228,130,88); }
td.TdClassName
{
border-color: #E48258;
}
.TagClassName
{
border-color: #E48258;
}
</style>