Shades of Crusta #E18457
Tints of Crusta #E18457
RGB
CMYK
RGB Variations
Color information
#E18457 (or 0xE18457) is known color: Crusta. HEX triplet: E1, 84 and 57. RGB value is (225,132,87). Sum of RGB (Red+Green+Blue) = 225+132+87=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E18457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18457 is #1E7BA8. Grayscale: #9A9A9A. Windows color (decimal): -1997737 or 5735649. OLE color: 5735649.
HSL color Cylindrical-coordinate representation of color #E18457: hue angle of 19.57º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E18457 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 87 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.12 |
| HSL | 19.57º | 0.7% | 0.61% | - |
| HSV(B) | 19.57º | 0.61% | 0.88% | - |
| XYZ | 41.02 | 33.2 | 13.26 | - |
| YUV | 154.68 | 89.81 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 87 | 0 | 0.41 | 0.61 | 0.12 | 19.57 | 0.7 | 0.61 |
| Hex | E1 | 84 | 57 | 0 | 29 | 3D | C | 14 | 46 | 3D |
| Octal | 341 | 204 | 127 | 0 | 51 | 75 | 14 | 24 | 106 | 75 |
| Binary | 11100001 | 10000100 | 1010111 | 0 | 101001 | 111101 | 1100 | 10100 | 1000110 | 111101 |
Color Harmonies of #E18457
Complementary color
Monochromatic Colors of #E18457
Black with #E18457
Text Example
Text Example
White with #E18457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18457; }
p { color: rgb(225,132,87); }
H1.HeaderClassName
{
color: #E18457;
}
.AnyTagClassName
{
color: #E18457;
}
</style>
background-color css
<style>
a { background-color: #E18457; }
a { background-color: rgb(225,132,87); }
div.DivClassName
{
background-color: #E18457;
}
.BgClassName
{
background-color: #E18457;
}
</style>
border-color css
<style>
span { border-color: #E18457; }
span { border-color: rgb(225,132,87); }
td.TdClassName
{
border-color: #E18457;
}
.TagClassName
{
border-color: #E18457;
}
</style>