Shades of Crusta #E5875B
Tints of Crusta #E5875B
RGB
CMYK
RGB Variations
Color information
#E5875B (or 0xE5875B) is known color: Crusta. HEX triplet: E5, 87 and 5B. RGB value is (229,135,91). Sum of RGB (Red+Green+Blue) = 229+135+91=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5875B is #1A78A4. Grayscale: #9E9E9E. Windows color (decimal): -1734821 or 5998565. OLE color: 5998565.
HSL color Cylindrical-coordinate representation of color #E5875B: hue angle of 19.13º 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 #E5875B is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 135 | 91 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.10 |
| HSL | 19.13º | 0.73% | 0.63% | - |
| HSV(B) | 19.13º | 0.6% | 0.9% | - |
| XYZ | 42.87 | 34.74 | 14.34 | - |
| YUV | 158.09 | 90.14 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 135 | 91 | 0 | 0.41 | 0.60 | 0.10 | 19.13 | 0.73 | 0.63 |
| Hex | E5 | 87 | 5B | 0 | 29 | 3C | A | 13 | 49 | 3F |
| Octal | 345 | 207 | 133 | 0 | 51 | 74 | 12 | 23 | 111 | 77 |
| Binary | 11100101 | 10000111 | 1011011 | 0 | 101001 | 111100 | 1010 | 10011 | 1001001 | 111111 |
Color Harmonies of #E5875B
Complementary color
Monochromatic Colors of #E5875B
Black with #E5875B
Text Example
Text Example
White with #E5875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5875B; }
p { color: rgb(229,135,91); }
H1.HeaderClassName
{
color: #E5875B;
}
.AnyTagClassName
{
color: #E5875B;
}
</style>
background-color css
<style>
a { background-color: #E5875B; }
a { background-color: rgb(229,135,91); }
div.DivClassName
{
background-color: #E5875B;
}
.BgClassName
{
background-color: #E5875B;
}
</style>
border-color css
<style>
span { border-color: #E5875B; }
span { border-color: rgb(229,135,91); }
td.TdClassName
{
border-color: #E5875B;
}
.TagClassName
{
border-color: #E5875B;
}
</style>