Shades of Crusta #E9825D
Tints of Crusta #E9825D
RGB
CMYK
RGB Variations
Color information
#E9825D (or 0xE9825D) is known color: Crusta. HEX triplet: E9, 82 and 5D. RGB value is (233,130,93). Sum of RGB (Red+Green+Blue) = 233+130+93=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E9825D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9825D is #167DA2. Grayscale: #9C9C9C. Windows color (decimal): -1473955 or 6128361. OLE color: 6128361.
HSL color Cylindrical-coordinate representation of color #E9825D: hue angle of 15.86º 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 #E9825D is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 130 | 93 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.09 |
| HSL | 15.86º | 0.76% | 0.64% | - |
| HSV(B) | 15.86º | 0.6% | 0.91% | - |
| XYZ | 43.56 | 34.08 | 14.64 | - |
| YUV | 156.58 | 92.12 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 93 | 0 | 0.44 | 0.60 | 0.09 | 15.86 | 0.76 | 0.64 |
| Hex | E9 | 82 | 5D | 0 | 2C | 3C | 9 | 10 | 4C | 40 |
| Octal | 351 | 202 | 135 | 0 | 54 | 74 | 11 | 20 | 114 | 100 |
| Binary | 11101001 | 10000010 | 1011101 | 0 | 101100 | 111100 | 1001 | 10000 | 1001100 | 1000000 |
Color Harmonies of #E9825D
Complementary color
Monochromatic Colors of #E9825D
Black with #E9825D
Text Example
Text Example
White with #E9825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9825D; }
p { color: rgb(233,130,93); }
H1.HeaderClassName
{
color: #E9825D;
}
.AnyTagClassName
{
color: #E9825D;
}
</style>
background-color css
<style>
a { background-color: #E9825D; }
a { background-color: rgb(233,130,93); }
div.DivClassName
{
background-color: #E9825D;
}
.BgClassName
{
background-color: #E9825D;
}
</style>
border-color css
<style>
span { border-color: #E9825D; }
span { border-color: rgb(233,130,93); }
td.TdClassName
{
border-color: #E9825D;
}
.TagClassName
{
border-color: #E9825D;
}
</style>