Shades of Crusta #E9825B
Tints of Crusta #E9825B
RGB
CMYK
RGB Variations
Color information
#E9825B (or 0xE9825B) is known color: Crusta. HEX triplet: E9, 82 and 5B. RGB value is (233,130,91). Sum of RGB (Red+Green+Blue) = 233+130+91=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E9825B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9825B is #167DA4. Grayscale: #9C9C9C. Windows color (decimal): -1473957 or 5997289. OLE color: 5997289.
HSL color Cylindrical-coordinate representation of color #E9825B: hue angle of 16.48º 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 #E9825B is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 130 | 91 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.09 |
| HSL | 16.48º | 0.76% | 0.64% | - |
| HSV(B) | 16.48º | 0.61% | 0.91% | - |
| XYZ | 43.48 | 34.04 | 14.18 | - |
| YUV | 156.35 | 91.12 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 91 | 0 | 0.44 | 0.61 | 0.09 | 16.48 | 0.76 | 0.64 |
| Hex | E9 | 82 | 5B | 0 | 2C | 3D | 9 | 10 | 4C | 40 |
| Octal | 351 | 202 | 133 | 0 | 54 | 75 | 11 | 20 | 114 | 100 |
| Binary | 11101001 | 10000010 | 1011011 | 0 | 101100 | 111101 | 1001 | 10000 | 1001100 | 1000000 |
Color Harmonies of #E9825B
Complementary color
Monochromatic Colors of #E9825B
Black with #E9825B
Text Example
Text Example
White with #E9825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9825B; }
p { color: rgb(233,130,91); }
H1.HeaderClassName
{
color: #E9825B;
}
.AnyTagClassName
{
color: #E9825B;
}
</style>
background-color css
<style>
a { background-color: #E9825B; }
a { background-color: rgb(233,130,91); }
div.DivClassName
{
background-color: #E9825B;
}
.BgClassName
{
background-color: #E9825B;
}
</style>
border-color css
<style>
span { border-color: #E9825B; }
span { border-color: rgb(233,130,91); }
td.TdClassName
{
border-color: #E9825B;
}
.TagClassName
{
border-color: #E9825B;
}
</style>