Shades of Crusta #E7865B
Tints of Crusta #E7865B
RGB
CMYK
RGB Variations
Color information
#E7865B (or 0xE7865B) is known color: Crusta. HEX triplet: E7, 86 and 5B. RGB value is (231,134,91). Sum of RGB (Red+Green+Blue) = 231+134+91=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E7865B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7865B is #1879A4. Grayscale: #9E9E9E. Windows color (decimal): -1604005 or 5998311. OLE color: 5998311.
HSL color Cylindrical-coordinate representation of color #E7865B: hue angle of 18.43º 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 #E7865B is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 134 | 91 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.09 |
| HSL | 18.43º | 0.74% | 0.63% | - |
| HSV(B) | 18.43º | 0.61% | 0.91% | - |
| XYZ | 43.37 | 34.79 | 14.33 | - |
| YUV | 158.1 | 90.14 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 134 | 91 | 0 | 0.42 | 0.61 | 0.09 | 18.43 | 0.74 | 0.63 |
| Hex | E7 | 86 | 5B | 0 | 2A | 3D | 9 | 12 | 4A | 3F |
| Octal | 347 | 206 | 133 | 0 | 52 | 75 | 11 | 22 | 112 | 77 |
| Binary | 11100111 | 10000110 | 1011011 | 0 | 101010 | 111101 | 1001 | 10010 | 1001010 | 111111 |
Color Harmonies of #E7865B
Complementary color
Monochromatic Colors of #E7865B
Black with #E7865B
Text Example
Text Example
White with #E7865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7865B; }
p { color: rgb(231,134,91); }
H1.HeaderClassName
{
color: #E7865B;
}
.AnyTagClassName
{
color: #E7865B;
}
</style>
background-color css
<style>
a { background-color: #E7865B; }
a { background-color: rgb(231,134,91); }
div.DivClassName
{
background-color: #E7865B;
}
.BgClassName
{
background-color: #E7865B;
}
</style>
border-color css
<style>
span { border-color: #E7865B; }
span { border-color: rgb(231,134,91); }
td.TdClassName
{
border-color: #E7865B;
}
.TagClassName
{
border-color: #E7865B;
}
</style>