Shades of Crusta #E9855D
Tints of Crusta #E9855D
RGB
CMYK
RGB Variations
Color information
#E9855D (or 0xE9855D) is known color: Crusta. HEX triplet: E9, 85 and 5D. RGB value is (233,133,93). Sum of RGB (Red+Green+Blue) = 233+133+93=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E9855D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9855D is #167AA2. Grayscale: #9E9E9E. Windows color (decimal): -1473187 or 6129129. OLE color: 6129129.
HSL color Cylindrical-coordinate representation of color #E9855D: hue angle of 17.14º 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 #E9855D is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 133 | 93 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.09 |
| HSL | 17.14º | 0.76% | 0.64% | - |
| HSV(B) | 17.14º | 0.6% | 0.91% | - |
| XYZ | 43.97 | 34.89 | 14.77 | - |
| YUV | 158.34 | 91.13 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 133 | 93 | 0 | 0.43 | 0.60 | 0.09 | 17.14 | 0.76 | 0.64 |
| Hex | E9 | 85 | 5D | 0 | 2B | 3C | 9 | 11 | 4C | 40 |
| Octal | 351 | 205 | 135 | 0 | 53 | 74 | 11 | 21 | 114 | 100 |
| Binary | 11101001 | 10000101 | 1011101 | 0 | 101011 | 111100 | 1001 | 10001 | 1001100 | 1000000 |
Color Harmonies of #E9855D
Complementary color
Monochromatic Colors of #E9855D
Black with #E9855D
Text Example
Text Example
White with #E9855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9855D; }
p { color: rgb(233,133,93); }
H1.HeaderClassName
{
color: #E9855D;
}
.AnyTagClassName
{
color: #E9855D;
}
</style>
background-color css
<style>
a { background-color: #E9855D; }
a { background-color: rgb(233,133,93); }
div.DivClassName
{
background-color: #E9855D;
}
.BgClassName
{
background-color: #E9855D;
}
</style>
border-color css
<style>
span { border-color: #E9855D; }
span { border-color: rgb(233,133,93); }
td.TdClassName
{
border-color: #E9855D;
}
.TagClassName
{
border-color: #E9855D;
}
</style>