Shades of Crusta #E8865C
Tints of Crusta #E8865C
RGB
CMYK
RGB Variations
Color information
#E8865C (or 0xE8865C) is known color: Crusta. HEX triplet: E8, 86 and 5C. RGB value is (232,134,92). Sum of RGB (Red+Green+Blue) = 232+134+92=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E8865C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8865C is #1779A3. Grayscale: #9E9E9E. Windows color (decimal): -1538468 or 6063848. OLE color: 6063848.
HSL color Cylindrical-coordinate representation of color #E8865C: hue angle of 18º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E8865C is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 92 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.09 |
| HSL | 18º | 0.75% | 0.64% | - |
| HSV(B) | 18º | 0.6% | 0.91% | - |
| XYZ | 43.74 | 34.98 | 14.57 | - |
| YUV | 158.51 | 90.47 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 92 | 0 | 0.42 | 0.60 | 0.09 | 18 | 0.75 | 0.64 |
| Hex | E8 | 86 | 5C | 0 | 2A | 3C | 9 | 12 | 4B | 40 |
| Octal | 350 | 206 | 134 | 0 | 52 | 74 | 11 | 22 | 113 | 100 |
| Binary | 11101000 | 10000110 | 1011100 | 0 | 101010 | 111100 | 1001 | 10010 | 1001011 | 1000000 |
Color Harmonies of #E8865C
Complementary color
Monochromatic Colors of #E8865C
Black with #E8865C
Text Example
Text Example
White with #E8865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8865C; }
p { color: rgb(232,134,92); }
H1.HeaderClassName
{
color: #E8865C;
}
.AnyTagClassName
{
color: #E8865C;
}
</style>
background-color css
<style>
a { background-color: #E8865C; }
a { background-color: rgb(232,134,92); }
div.DivClassName
{
background-color: #E8865C;
}
.BgClassName
{
background-color: #E8865C;
}
</style>
border-color css
<style>
span { border-color: #E8865C; }
span { border-color: rgb(232,134,92); }
td.TdClassName
{
border-color: #E8865C;
}
.TagClassName
{
border-color: #E8865C;
}
</style>