Shades of Crusta #E5895B
Tints of Crusta #E5895B
RGB
CMYK
RGB Variations
Color information
#E5895B (or 0xE5895B) is known color: Crusta. HEX triplet: E5, 89 and 5B. RGB value is (229,137,91). Sum of RGB (Red+Green+Blue) = 229+137+91=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E5895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5895B is #1A76A4. Grayscale: #9F9F9F. Windows color (decimal): -1734309 or 5999077. OLE color: 5999077.
HSL color Cylindrical-coordinate representation of color #E5895B: hue angle of 20º 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 #E5895B is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 91 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.10 |
| HSL | 20º | 0.73% | 0.63% | - |
| HSV(B) | 20º | 0.6% | 0.9% | - |
| XYZ | 43.15 | 35.3 | 14.44 | - |
| YUV | 159.26 | 89.48 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 91 | 0 | 0.40 | 0.60 | 0.10 | 20 | 0.73 | 0.63 |
| Hex | E5 | 89 | 5B | 0 | 28 | 3C | A | 14 | 49 | 3F |
| Octal | 345 | 211 | 133 | 0 | 50 | 74 | 12 | 24 | 111 | 77 |
| Binary | 11100101 | 10001001 | 1011011 | 0 | 101000 | 111100 | 1010 | 10100 | 1001001 | 111111 |
Color Harmonies of #E5895B
Complementary color
Monochromatic Colors of #E5895B
Black with #E5895B
Text Example
Text Example
White with #E5895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5895B; }
p { color: rgb(229,137,91); }
H1.HeaderClassName
{
color: #E5895B;
}
.AnyTagClassName
{
color: #E5895B;
}
</style>
background-color css
<style>
a { background-color: #E5895B; }
a { background-color: rgb(229,137,91); }
div.DivClassName
{
background-color: #E5895B;
}
.BgClassName
{
background-color: #E5895B;
}
</style>
border-color css
<style>
span { border-color: #E5895B; }
span { border-color: rgb(229,137,91); }
td.TdClassName
{
border-color: #E5895B;
}
.TagClassName
{
border-color: #E5895B;
}
</style>