Shades of Crusta #E8825B
Tints of Crusta #E8825B
RGB
CMYK
RGB Variations
Color information
#E8825B (or 0xE8825B) is known color: Crusta. HEX triplet: E8, 82 and 5B. RGB value is (232,130,91). Sum of RGB (Red+Green+Blue) = 232+130+91=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E8825B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8825B is #177DA4. Grayscale: #9C9C9C. Windows color (decimal): -1539493 or 5997288. OLE color: 5997288.
HSL color Cylindrical-coordinate representation of color #E8825B: hue angle of 16.6º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E8825B is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 130 | 91 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.09 |
| HSL | 16.6º | 0.75% | 0.63% | - |
| HSV(B) | 16.6º | 0.61% | 0.91% | - |
| XYZ | 43.15 | 33.88 | 14.16 | - |
| YUV | 156.05 | 91.29 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 91 | 0 | 0.44 | 0.61 | 0.09 | 16.6 | 0.75 | 0.63 |
| Hex | E8 | 82 | 5B | 0 | 2C | 3D | 9 | 11 | 4B | 3F |
| Octal | 350 | 202 | 133 | 0 | 54 | 75 | 11 | 21 | 113 | 77 |
| Binary | 11101000 | 10000010 | 1011011 | 0 | 101100 | 111101 | 1001 | 10001 | 1001011 | 111111 |
Color Harmonies of #E8825B
Complementary color
Monochromatic Colors of #E8825B
Black with #E8825B
Text Example
Text Example
White with #E8825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8825B; }
p { color: rgb(232,130,91); }
H1.HeaderClassName
{
color: #E8825B;
}
.AnyTagClassName
{
color: #E8825B;
}
</style>
background-color css
<style>
a { background-color: #E8825B; }
a { background-color: rgb(232,130,91); }
div.DivClassName
{
background-color: #E8825B;
}
.BgClassName
{
background-color: #E8825B;
}
</style>
border-color css
<style>
span { border-color: #E8825B; }
span { border-color: rgb(232,130,91); }
td.TdClassName
{
border-color: #E8825B;
}
.TagClassName
{
border-color: #E8825B;
}
</style>