Shades of Crusta #E98B56
Tints of Crusta #E98B56
RGB
CMYK
RGB Variations
Color information
#E98B56 (or 0xE98B56) is known color: Crusta. HEX triplet: E9, 8B and 56. RGB value is (233,139,86). Sum of RGB (Red+Green+Blue) = 233+139+86=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E98B56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98B56 is #1674A9. Grayscale: #A1A1A1. Windows color (decimal): -1471658 or 5671913. OLE color: 5671913.
HSL color Cylindrical-coordinate representation of color #E98B56: hue angle of 21.63º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E98B56 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 139 | 86 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.09 |
| HSL | 21.63º | 0.77% | 0.63% | - |
| HSV(B) | 21.63º | 0.63% | 0.91% | - |
| XYZ | 44.52 | 36.46 | 13.5 | - |
| YUV | 161.06 | 85.64 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 139 | 86 | 0 | 0.40 | 0.63 | 0.09 | 21.63 | 0.77 | 0.63 |
| Hex | E9 | 8B | 56 | 0 | 28 | 3F | 9 | 16 | 4D | 3F |
| Octal | 351 | 213 | 126 | 0 | 50 | 77 | 11 | 26 | 115 | 77 |
| Binary | 11101001 | 10001011 | 1010110 | 0 | 101000 | 111111 | 1001 | 10110 | 1001101 | 111111 |
Color Harmonies of #E98B56
Complementary color
Monochromatic Colors of #E98B56
Black with #E98B56
Text Example
Text Example
White with #E98B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98B56; }
p { color: rgb(233,139,86); }
H1.HeaderClassName
{
color: #E98B56;
}
.AnyTagClassName
{
color: #E98B56;
}
</style>
background-color css
<style>
a { background-color: #E98B56; }
a { background-color: rgb(233,139,86); }
div.DivClassName
{
background-color: #E98B56;
}
.BgClassName
{
background-color: #E98B56;
}
</style>
border-color css
<style>
span { border-color: #E98B56; }
span { border-color: rgb(233,139,86); }
td.TdClassName
{
border-color: #E98B56;
}
.TagClassName
{
border-color: #E98B56;
}
</style>