Shades of Crusta #E98D5E
Tints of Crusta #E98D5E
RGB
CMYK
RGB Variations
Color information
#E98D5E (or 0xE98D5E) is known color: Crusta. HEX triplet: E9, 8D and 5E. RGB value is (233,141,94). Sum of RGB (Red+Green+Blue) = 233+141+94=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E98D5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98D5E is #1672A1. Grayscale: #A3A3A3. Windows color (decimal): -1471138 or 6196713. OLE color: 6196713.
HSL color Cylindrical-coordinate representation of color #E98D5E: hue angle of 20.29º 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 #E98D5E is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 141 | 94 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.09 |
| HSL | 20.29º | 0.76% | 0.64% | - |
| HSV(B) | 20.29º | 0.6% | 0.91% | - |
| XYZ | 45.15 | 37.18 | 15.39 | - |
| YUV | 163.15 | 88.98 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 141 | 94 | 0 | 0.39 | 0.60 | 0.09 | 20.29 | 0.76 | 0.64 |
| Hex | E9 | 8D | 5E | 0 | 27 | 3C | 9 | 14 | 4C | 40 |
| Octal | 351 | 215 | 136 | 0 | 47 | 74 | 11 | 24 | 114 | 100 |
| Binary | 11101001 | 10001101 | 1011110 | 0 | 100111 | 111100 | 1001 | 10100 | 1001100 | 1000000 |
Color Harmonies of #E98D5E
Complementary color
Monochromatic Colors of #E98D5E
Black with #E98D5E
Text Example
Text Example
White with #E98D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98D5E; }
p { color: rgb(233,141,94); }
H1.HeaderClassName
{
color: #E98D5E;
}
.AnyTagClassName
{
color: #E98D5E;
}
</style>
background-color css
<style>
a { background-color: #E98D5E; }
a { background-color: rgb(233,141,94); }
div.DivClassName
{
background-color: #E98D5E;
}
.BgClassName
{
background-color: #E98D5E;
}
</style>
border-color css
<style>
span { border-color: #E98D5E; }
span { border-color: rgb(233,141,94); }
td.TdClassName
{
border-color: #E98D5E;
}
.TagClassName
{
border-color: #E98D5E;
}
</style>