Shades of Crusta #E8865A
Tints of Crusta #E8865A
RGB
CMYK
RGB Variations
Color information
#E8865A (or 0xE8865A) is known color: Crusta. HEX triplet: E8, 86 and 5A. RGB value is (232,134,90). Sum of RGB (Red+Green+Blue) = 232+134+90=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E8865A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8865A is #1779A5. Grayscale: #9E9E9E. Windows color (decimal): -1538470 or 5932776. OLE color: 5932776.
HSL color Cylindrical-coordinate representation of color #E8865A: hue angle of 18.59º degrees, saturation: 0.76, 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 #E8865A is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 90 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.09 |
| HSL | 18.59º | 0.76% | 0.63% | - |
| HSV(B) | 18.59º | 0.61% | 0.91% | - |
| XYZ | 43.65 | 34.94 | 14.12 | - |
| YUV | 158.29 | 89.47 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 90 | 0 | 0.42 | 0.61 | 0.09 | 18.59 | 0.76 | 0.63 |
| Hex | E8 | 86 | 5A | 0 | 2A | 3D | 9 | 13 | 4C | 3F |
| Octal | 350 | 206 | 132 | 0 | 52 | 75 | 11 | 23 | 114 | 77 |
| Binary | 11101000 | 10000110 | 1011010 | 0 | 101010 | 111101 | 1001 | 10011 | 1001100 | 111111 |
Color Harmonies of #E8865A
Complementary color
Monochromatic Colors of #E8865A
Black with #E8865A
Text Example
Text Example
White with #E8865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8865A; }
p { color: rgb(232,134,90); }
H1.HeaderClassName
{
color: #E8865A;
}
.AnyTagClassName
{
color: #E8865A;
}
</style>
background-color css
<style>
a { background-color: #E8865A; }
a { background-color: rgb(232,134,90); }
div.DivClassName
{
background-color: #E8865A;
}
.BgClassName
{
background-color: #E8865A;
}
</style>
border-color css
<style>
span { border-color: #E8865A; }
span { border-color: rgb(232,134,90); }
td.TdClassName
{
border-color: #E8865A;
}
.TagClassName
{
border-color: #E8865A;
}
</style>