Shades of Crusta #E98353
Tints of Crusta #E98353
RGB
CMYK
RGB Variations
Color information
#E98353 (or 0xE98353) is known color: Crusta. HEX triplet: E9, 83 and 53. RGB value is (233,131,83). Sum of RGB (Red+Green+Blue) = 233+131+83=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E98353 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98353 is #167CAC. Grayscale: #9C9C9C. Windows color (decimal): -1473709 or 5473257. OLE color: 5473257.
HSL color Cylindrical-coordinate representation of color #E98353: hue angle of 19.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 #E98353 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 131 | 83 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.09 |
| HSL | 19.2º | 0.77% | 0.62% | - |
| HSV(B) | 19.2º | 0.64% | 0.91% | - |
| XYZ | 43.28 | 34.18 | 12.5 | - |
| YUV | 156.03 | 86.79 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 131 | 83 | 0 | 0.44 | 0.64 | 0.09 | 19.2 | 0.77 | 0.62 |
| Hex | E9 | 83 | 53 | 0 | 2C | 40 | 9 | 13 | 4D | 3E |
| Octal | 351 | 203 | 123 | 0 | 54 | 100 | 11 | 23 | 115 | 76 |
| Binary | 11101001 | 10000011 | 1010011 | 0 | 101100 | 1000000 | 1001 | 10011 | 1001101 | 111110 |
Color Harmonies of #E98353
Complementary color
Monochromatic Colors of #E98353
Black with #E98353
Text Example
Text Example
White with #E98353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98353; }
p { color: rgb(233,131,83); }
H1.HeaderClassName
{
color: #E98353;
}
.AnyTagClassName
{
color: #E98353;
}
</style>
background-color css
<style>
a { background-color: #E98353; }
a { background-color: rgb(233,131,83); }
div.DivClassName
{
background-color: #E98353;
}
.BgClassName
{
background-color: #E98353;
}
</style>
border-color css
<style>
span { border-color: #E98353; }
span { border-color: rgb(233,131,83); }
td.TdClassName
{
border-color: #E98353;
}
.TagClassName
{
border-color: #E98353;
}
</style>