Shades of Crusta #E98256
Tints of Crusta #E98256
RGB
CMYK
RGB Variations
Color information
#E98256 (or 0xE98256) is known color: Crusta. HEX triplet: E9, 82 and 56. RGB value is (233,130,86). Sum of RGB (Red+Green+Blue) = 233+130+86=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E98256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98256 is #167DA9. Grayscale: #9C9C9C. Windows color (decimal): -1473962 or 5669609. OLE color: 5669609.
HSL color Cylindrical-coordinate representation of color #E98256: hue angle of 17.96º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E98256 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 130 | 86 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.09 |
| HSL | 17.96º | 0.77% | 0.63% | - |
| HSV(B) | 17.96º | 0.63% | 0.91% | - |
| XYZ | 43.27 | 33.96 | 13.08 | - |
| YUV | 155.78 | 88.62 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 86 | 0 | 0.44 | 0.63 | 0.09 | 17.96 | 0.77 | 0.63 |
| Hex | E9 | 82 | 56 | 0 | 2C | 3F | 9 | 12 | 4D | 3F |
| Octal | 351 | 202 | 126 | 0 | 54 | 77 | 11 | 22 | 115 | 77 |
| Binary | 11101001 | 10000010 | 1010110 | 0 | 101100 | 111111 | 1001 | 10010 | 1001101 | 111111 |
Color Harmonies of #E98256
Complementary color
Monochromatic Colors of #E98256
Black with #E98256
Text Example
Text Example
White with #E98256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98256; }
p { color: rgb(233,130,86); }
H1.HeaderClassName
{
color: #E98256;
}
.AnyTagClassName
{
color: #E98256;
}
</style>
background-color css
<style>
a { background-color: #E98256; }
a { background-color: rgb(233,130,86); }
div.DivClassName
{
background-color: #E98256;
}
.BgClassName
{
background-color: #E98256;
}
</style>
border-color css
<style>
span { border-color: #E98256; }
span { border-color: rgb(233,130,86); }
td.TdClassName
{
border-color: #E98256;
}
.TagClassName
{
border-color: #E98256;
}
</style>