Shades of Crusta #E7885B
Tints of Crusta #E7885B
RGB
CMYK
RGB Variations
Color information
#E7885B (or 0xE7885B) is known color: Crusta. HEX triplet: E7, 88 and 5B. RGB value is (231,136,91). Sum of RGB (Red+Green+Blue) = 231+136+91=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E7885B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7885B is #1877A4. Grayscale: #9F9F9F. Windows color (decimal): -1603493 or 5998823. OLE color: 5998823.
HSL color Cylindrical-coordinate representation of color #E7885B: hue angle of 19.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7885B is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 91 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.09 |
| HSL | 19.29º | 0.74% | 0.63% | - |
| HSV(B) | 19.29º | 0.61% | 0.91% | - |
| XYZ | 43.65 | 35.35 | 14.42 | - |
| YUV | 159.28 | 89.47 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 91 | 0 | 0.41 | 0.61 | 0.09 | 19.29 | 0.74 | 0.63 |
| Hex | E7 | 88 | 5B | 0 | 29 | 3D | 9 | 13 | 4A | 3F |
| Octal | 347 | 210 | 133 | 0 | 51 | 75 | 11 | 23 | 112 | 77 |
| Binary | 11100111 | 10001000 | 1011011 | 0 | 101001 | 111101 | 1001 | 10011 | 1001010 | 111111 |
Color Harmonies of #E7885B
Complementary color
Monochromatic Colors of #E7885B
Black with #E7885B
Text Example
Text Example
White with #E7885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7885B; }
p { color: rgb(231,136,91); }
H1.HeaderClassName
{
color: #E7885B;
}
.AnyTagClassName
{
color: #E7885B;
}
</style>
background-color css
<style>
a { background-color: #E7885B; }
a { background-color: rgb(231,136,91); }
div.DivClassName
{
background-color: #E7885B;
}
.BgClassName
{
background-color: #E7885B;
}
</style>
border-color css
<style>
span { border-color: #E7885B; }
span { border-color: rgb(231,136,91); }
td.TdClassName
{
border-color: #E7885B;
}
.TagClassName
{
border-color: #E7885B;
}
</style>