Shades of Crusta #E98A5A
Tints of Crusta #E98A5A
RGB
CMYK
RGB Variations
Color information
#E98A5A (or 0xE98A5A) is known color: Crusta. HEX triplet: E9, 8A and 5A. RGB value is (233,138,90). Sum of RGB (Red+Green+Blue) = 233+138+90=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E98A5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98A5A is #1675A5. Grayscale: #A1A1A1. Windows color (decimal): -1471910 or 5933801. OLE color: 5933801.
HSL color Cylindrical-coordinate representation of color #E98A5A: hue angle of 20.14º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E98A5A is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 138 | 90 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.09 |
| HSL | 20.14º | 0.76% | 0.63% | - |
| HSV(B) | 20.14º | 0.61% | 0.91% | - |
| XYZ | 44.54 | 36.24 | 14.32 | - |
| YUV | 160.93 | 87.97 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 138 | 90 | 0 | 0.41 | 0.61 | 0.09 | 20.14 | 0.76 | 0.63 |
| Hex | E9 | 8A | 5A | 0 | 29 | 3D | 9 | 14 | 4C | 3F |
| Octal | 351 | 212 | 132 | 0 | 51 | 75 | 11 | 24 | 114 | 77 |
| Binary | 11101001 | 10001010 | 1011010 | 0 | 101001 | 111101 | 1001 | 10100 | 1001100 | 111111 |
Color Harmonies of #E98A5A
Complementary color
Monochromatic Colors of #E98A5A
Black with #E98A5A
Text Example
Text Example
White with #E98A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98A5A; }
p { color: rgb(233,138,90); }
H1.HeaderClassName
{
color: #E98A5A;
}
.AnyTagClassName
{
color: #E98A5A;
}
</style>
background-color css
<style>
a { background-color: #E98A5A; }
a { background-color: rgb(233,138,90); }
div.DivClassName
{
background-color: #E98A5A;
}
.BgClassName
{
background-color: #E98A5A;
}
</style>
border-color css
<style>
span { border-color: #E98A5A; }
span { border-color: rgb(233,138,90); }
td.TdClassName
{
border-color: #E98A5A;
}
.TagClassName
{
border-color: #E98A5A;
}
</style>