Shades of Crusta #E98D53
Tints of Crusta #E98D53
RGB
CMYK
RGB Variations
Color information
#E98D53 (or 0xE98D53) is known color: Crusta. HEX triplet: E9, 8D and 53. RGB value is (233,141,83). Sum of RGB (Red+Green+Blue) = 233+141+83=457 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.98% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 233 - color contains mainly: red. Hex color #E98D53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98D53 is #1672AC. Grayscale: #A2A2A2. Windows color (decimal): -1471149 or 5475817. OLE color: 5475817.
HSL color Cylindrical-coordinate representation of color #E98D53: hue angle of 23.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E98D53 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 141 | 83 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.09 |
| HSL | 23.2º | 0.77% | 0.62% | - |
| HSV(B) | 23.2º | 0.64% | 0.91% | - |
| XYZ | 44.69 | 37 | 12.97 | - |
| YUV | 161.9 | 83.48 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 141 | 83 | 0 | 0.39 | 0.64 | 0.09 | 23.2 | 0.77 | 0.62 |
| Hex | E9 | 8D | 53 | 0 | 27 | 40 | 9 | 17 | 4D | 3E |
| Octal | 351 | 215 | 123 | 0 | 47 | 100 | 11 | 27 | 115 | 76 |
| Binary | 11101001 | 10001101 | 1010011 | 0 | 100111 | 1000000 | 1001 | 10111 | 1001101 | 111110 |
Color Harmonies of #E98D53
Complementary color
Monochromatic Colors of #E98D53
Black with #E98D53
Text Example
Text Example
White with #E98D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98D53; }
p { color: rgb(233,141,83); }
H1.HeaderClassName
{
color: #E98D53;
}
.AnyTagClassName
{
color: #E98D53;
}
</style>
background-color css
<style>
a { background-color: #E98D53; }
a { background-color: rgb(233,141,83); }
div.DivClassName
{
background-color: #E98D53;
}
.BgClassName
{
background-color: #E98D53;
}
</style>
border-color css
<style>
span { border-color: #E98D53; }
span { border-color: rgb(233,141,83); }
td.TdClassName
{
border-color: #E98D53;
}
.TagClassName
{
border-color: #E98D53;
}
</style>