Shades of Crusta #E98E5A
Tints of Crusta #E98E5A
RGB
CMYK
RGB Variations
Color information
#E98E5A (or 0xE98E5A) is known color: Crusta. HEX triplet: E9, 8E and 5A. RGB value is (233,142,90). Sum of RGB (Red+Green+Blue) = 233+142+90=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E98E5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98E5A is #1671A5. Grayscale: #A3A3A3. Windows color (decimal): -1470886 or 5934825. OLE color: 5934825.
HSL color Cylindrical-coordinate representation of color #E98E5A: hue angle of 21.82º 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 #E98E5A is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 142 | 90 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.09 |
| HSL | 21.82º | 0.76% | 0.63% | - |
| HSV(B) | 21.82º | 0.61% | 0.91% | - |
| XYZ | 45.12 | 37.41 | 14.52 | - |
| YUV | 163.28 | 86.65 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 142 | 90 | 0 | 0.39 | 0.61 | 0.09 | 21.82 | 0.76 | 0.63 |
| Hex | E9 | 8E | 5A | 0 | 27 | 3D | 9 | 16 | 4C | 3F |
| Octal | 351 | 216 | 132 | 0 | 47 | 75 | 11 | 26 | 114 | 77 |
| Binary | 11101001 | 10001110 | 1011010 | 0 | 100111 | 111101 | 1001 | 10110 | 1001100 | 111111 |
Color Harmonies of #E98E5A
Complementary color
Monochromatic Colors of #E98E5A
Black with #E98E5A
Text Example
Text Example
White with #E98E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98E5A; }
p { color: rgb(233,142,90); }
H1.HeaderClassName
{
color: #E98E5A;
}
.AnyTagClassName
{
color: #E98E5A;
}
</style>
background-color css
<style>
a { background-color: #E98E5A; }
a { background-color: rgb(233,142,90); }
div.DivClassName
{
background-color: #E98E5A;
}
.BgClassName
{
background-color: #E98E5A;
}
</style>
border-color css
<style>
span { border-color: #E98E5A; }
span { border-color: rgb(233,142,90); }
td.TdClassName
{
border-color: #E98E5A;
}
.TagClassName
{
border-color: #E98E5A;
}
</style>