Shades of Crusta #E98A5E
Tints of Crusta #E98A5E
RGB
CMYK
RGB Variations
Color information
#E98A5E (or 0xE98A5E) is known color: Crusta. HEX triplet: E9, 8A and 5E. RGB value is (233,138,94). Sum of RGB (Red+Green+Blue) = 233+138+94=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E98A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98A5E is #1675A1. Grayscale: #A1A1A1. Windows color (decimal): -1471906 or 6195945. OLE color: 6195945.
HSL color Cylindrical-coordinate representation of color #E98A5E: hue angle of 18.99º 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 #E98A5E is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 138 | 94 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.09 |
| HSL | 18.99º | 0.76% | 0.64% | - |
| HSV(B) | 18.99º | 0.6% | 0.91% | - |
| XYZ | 44.71 | 36.31 | 15.24 | - |
| YUV | 161.39 | 89.97 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 138 | 94 | 0 | 0.41 | 0.60 | 0.09 | 18.99 | 0.76 | 0.64 |
| Hex | E9 | 8A | 5E | 0 | 29 | 3C | 9 | 13 | 4C | 40 |
| Octal | 351 | 212 | 136 | 0 | 51 | 74 | 11 | 23 | 114 | 100 |
| Binary | 11101001 | 10001010 | 1011110 | 0 | 101001 | 111100 | 1001 | 10011 | 1001100 | 1000000 |
Color Harmonies of #E98A5E
Complementary color
Monochromatic Colors of #E98A5E
Black with #E98A5E
Text Example
Text Example
White with #E98A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98A5E; }
p { color: rgb(233,138,94); }
H1.HeaderClassName
{
color: #E98A5E;
}
.AnyTagClassName
{
color: #E98A5E;
}
</style>
background-color css
<style>
a { background-color: #E98A5E; }
a { background-color: rgb(233,138,94); }
div.DivClassName
{
background-color: #E98A5E;
}
.BgClassName
{
background-color: #E98A5E;
}
</style>
border-color css
<style>
span { border-color: #E98A5E; }
span { border-color: rgb(233,138,94); }
td.TdClassName
{
border-color: #E98A5E;
}
.TagClassName
{
border-color: #E98A5E;
}
</style>