Shades of Crusta #E18855
Tints of Crusta #E18855
RGB
CMYK
RGB Variations
Color information
#E18855 (or 0xE18855) is known color: Crusta. HEX triplet: E1, 88 and 55. RGB value is (225,136,85). Sum of RGB (Red+Green+Blue) = 225+136+85=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E18855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18855 is #1E77AA. Grayscale: #9D9D9D. Windows color (decimal): -1996715 or 5605601. OLE color: 5605601.
HSL color Cylindrical-coordinate representation of color #E18855: hue angle of 21.86º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E18855 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 85 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.12 |
| HSL | 21.86º | 0.7% | 0.61% | - |
| HSV(B) | 21.86º | 0.62% | 0.88% | - |
| XYZ | 41.5 | 34.27 | 13.02 | - |
| YUV | 156.8 | 87.49 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 85 | 0 | 0.40 | 0.62 | 0.12 | 21.86 | 0.7 | 0.61 |
| Hex | E1 | 88 | 55 | 0 | 28 | 3E | C | 16 | 46 | 3D |
| Octal | 341 | 210 | 125 | 0 | 50 | 76 | 14 | 26 | 106 | 75 |
| Binary | 11100001 | 10001000 | 1010101 | 0 | 101000 | 111110 | 1100 | 10110 | 1000110 | 111101 |
Color Harmonies of #E18855
Complementary color
Monochromatic Colors of #E18855
Black with #E18855
Text Example
Text Example
White with #E18855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18855; }
p { color: rgb(225,136,85); }
H1.HeaderClassName
{
color: #E18855;
}
.AnyTagClassName
{
color: #E18855;
}
</style>
background-color css
<style>
a { background-color: #E18855; }
a { background-color: rgb(225,136,85); }
div.DivClassName
{
background-color: #E18855;
}
.BgClassName
{
background-color: #E18855;
}
</style>
border-color css
<style>
span { border-color: #E18855; }
span { border-color: rgb(225,136,85); }
td.TdClassName
{
border-color: #E18855;
}
.TagClassName
{
border-color: #E18855;
}
</style>