Shades of Crusta #E8865E
Tints of Crusta #E8865E
RGB
CMYK
RGB Variations
Color information
#E8865E (or 0xE8865E) is known color: Crusta. HEX triplet: E8, 86 and 5E. RGB value is (232,134,94). Sum of RGB (Red+Green+Blue) = 232+134+94=460 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.43% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 232 - color contains mainly: red. Hex color #E8865E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8865E is #1779A1. Grayscale: #9F9F9F. Windows color (decimal): -1538466 or 6194920. OLE color: 6194920.
HSL color Cylindrical-coordinate representation of color #E8865E: hue angle of 17.39º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E8865E is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 94 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.09 |
| HSL | 17.39º | 0.75% | 0.64% | - |
| HSV(B) | 17.39º | 0.59% | 0.91% | - |
| XYZ | 43.82 | 35.01 | 15.04 | - |
| YUV | 158.74 | 91.47 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 94 | 0 | 0.42 | 0.59 | 0.09 | 17.39 | 0.75 | 0.64 |
| Hex | E8 | 86 | 5E | 0 | 2A | 3B | 9 | 11 | 4B | 40 |
| Octal | 350 | 206 | 136 | 0 | 52 | 73 | 11 | 21 | 113 | 100 |
| Binary | 11101000 | 10000110 | 1011110 | 0 | 101010 | 111011 | 1001 | 10001 | 1001011 | 1000000 |
Color Harmonies of #E8865E
Complementary color
Monochromatic Colors of #E8865E
Black with #E8865E
Text Example
Text Example
White with #E8865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8865E; }
p { color: rgb(232,134,94); }
H1.HeaderClassName
{
color: #E8865E;
}
.AnyTagClassName
{
color: #E8865E;
}
</style>
background-color css
<style>
a { background-color: #E8865E; }
a { background-color: rgb(232,134,94); }
div.DivClassName
{
background-color: #E8865E;
}
.BgClassName
{
background-color: #E8865E;
}
</style>
border-color css
<style>
span { border-color: #E8865E; }
span { border-color: rgb(232,134,94); }
td.TdClassName
{
border-color: #E8865E;
}
.TagClassName
{
border-color: #E8865E;
}
</style>