Shades of Crusta #E98B5D
Tints of Crusta #E98B5D
RGB
CMYK
RGB Variations
Color information
#E98B5D (or 0xE98B5D) is known color: Crusta. HEX triplet: E9, 8B and 5D. RGB value is (233,139,93). Sum of RGB (Red+Green+Blue) = 233+139+93=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E98B5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98B5D is #1674A2. Grayscale: #A2A2A2. Windows color (decimal): -1471651 or 6130665. OLE color: 6130665.
HSL color Cylindrical-coordinate representation of color #E98B5D: hue angle of 19.71º degrees, saturation: 0.76, 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 #E98B5D is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 139 | 93 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.09 |
| HSL | 19.71º | 0.76% | 0.64% | - |
| HSV(B) | 19.71º | 0.6% | 0.91% | - |
| XYZ | 44.81 | 36.58 | 15.05 | - |
| YUV | 161.86 | 89.14 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 139 | 93 | 0 | 0.40 | 0.60 | 0.09 | 19.71 | 0.76 | 0.64 |
| Hex | E9 | 8B | 5D | 0 | 28 | 3C | 9 | 14 | 4C | 40 |
| Octal | 351 | 213 | 135 | 0 | 50 | 74 | 11 | 24 | 114 | 100 |
| Binary | 11101001 | 10001011 | 1011101 | 0 | 101000 | 111100 | 1001 | 10100 | 1001100 | 1000000 |
Color Harmonies of #E98B5D
Complementary color
Monochromatic Colors of #E98B5D
Black with #E98B5D
Text Example
Text Example
White with #E98B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98B5D; }
p { color: rgb(233,139,93); }
H1.HeaderClassName
{
color: #E98B5D;
}
.AnyTagClassName
{
color: #E98B5D;
}
</style>
background-color css
<style>
a { background-color: #E98B5D; }
a { background-color: rgb(233,139,93); }
div.DivClassName
{
background-color: #E98B5D;
}
.BgClassName
{
background-color: #E98B5D;
}
</style>
border-color css
<style>
span { border-color: #E98B5D; }
span { border-color: rgb(233,139,93); }
td.TdClassName
{
border-color: #E98B5D;
}
.TagClassName
{
border-color: #E98B5D;
}
</style>