Shades of Crusta #E5855B
Tints of Crusta #E5855B
RGB
CMYK
RGB Variations
Color information
#E5855B (or 0xE5855B) is known color: Crusta. HEX triplet: E5, 85 and 5B. RGB value is (229,133,91). Sum of RGB (Red+Green+Blue) = 229+133+91=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E5855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5855B is #1A7AA4. Grayscale: #9D9D9D. Windows color (decimal): -1735333 or 5998053. OLE color: 5998053.
HSL color Cylindrical-coordinate representation of color #E5855B: hue angle of 18.26º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5855B is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 133 | 91 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.10 |
| HSL | 18.26º | 0.73% | 0.63% | - |
| HSV(B) | 18.26º | 0.6% | 0.9% | - |
| XYZ | 42.59 | 34.19 | 14.25 | - |
| YUV | 156.92 | 90.8 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 91 | 0 | 0.42 | 0.60 | 0.10 | 18.26 | 0.73 | 0.63 |
| Hex | E5 | 85 | 5B | 0 | 2A | 3C | A | 12 | 49 | 3F |
| Octal | 345 | 205 | 133 | 0 | 52 | 74 | 12 | 22 | 111 | 77 |
| Binary | 11100101 | 10000101 | 1011011 | 0 | 101010 | 111100 | 1010 | 10010 | 1001001 | 111111 |
Color Harmonies of #E5855B
Complementary color
Monochromatic Colors of #E5855B
Black with #E5855B
Text Example
Text Example
White with #E5855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5855B; }
p { color: rgb(229,133,91); }
H1.HeaderClassName
{
color: #E5855B;
}
.AnyTagClassName
{
color: #E5855B;
}
</style>
background-color css
<style>
a { background-color: #E5855B; }
a { background-color: rgb(229,133,91); }
div.DivClassName
{
background-color: #E5855B;
}
.BgClassName
{
background-color: #E5855B;
}
</style>
border-color css
<style>
span { border-color: #E5855B; }
span { border-color: rgb(229,133,91); }
td.TdClassName
{
border-color: #E5855B;
}
.TagClassName
{
border-color: #E5855B;
}
</style>