Shades of Crusta #E98C5C
Tints of Crusta #E98C5C
RGB
CMYK
RGB Variations
Color information
#E98C5C (or 0xE98C5C) is known color: Crusta. HEX triplet: E9, 8C and 5C. RGB value is (233,140,92). Sum of RGB (Red+Green+Blue) = 233+140+92=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98C5C is #1673A3. Grayscale: #A2A2A2. Windows color (decimal): -1471396 or 6065385. OLE color: 6065385.
HSL color Cylindrical-coordinate representation of color #E98C5C: hue angle of 20.43º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E98C5C is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 92 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.09 |
| HSL | 20.43º | 0.76% | 0.64% | - |
| HSV(B) | 20.43º | 0.61% | 0.91% | - |
| XYZ | 44.91 | 36.85 | 14.87 | - |
| YUV | 162.34 | 88.31 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 92 | 0 | 0.40 | 0.61 | 0.09 | 20.43 | 0.76 | 0.64 |
| Hex | E9 | 8C | 5C | 0 | 28 | 3D | 9 | 14 | 4C | 40 |
| Octal | 351 | 214 | 134 | 0 | 50 | 75 | 11 | 24 | 114 | 100 |
| Binary | 11101001 | 10001100 | 1011100 | 0 | 101000 | 111101 | 1001 | 10100 | 1001100 | 1000000 |
Color Harmonies of #E98C5C
Complementary color
Monochromatic Colors of #E98C5C
Black with #E98C5C
Text Example
Text Example
White with #E98C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98C5C; }
p { color: rgb(233,140,92); }
H1.HeaderClassName
{
color: #E98C5C;
}
.AnyTagClassName
{
color: #E98C5C;
}
</style>
background-color css
<style>
a { background-color: #E98C5C; }
a { background-color: rgb(233,140,92); }
div.DivClassName
{
background-color: #E98C5C;
}
.BgClassName
{
background-color: #E98C5C;
}
</style>
border-color css
<style>
span { border-color: #E98C5C; }
span { border-color: rgb(233,140,92); }
td.TdClassName
{
border-color: #E98C5C;
}
.TagClassName
{
border-color: #E98C5C;
}
</style>