Shades of Crusta #E88152
Tints of Crusta #E88152
RGB
CMYK
RGB Variations
Color information
#E88152 (or 0xE88152) is known color: Crusta. HEX triplet: E8, 81 and 52. RGB value is (232,129,82). Sum of RGB (Red+Green+Blue) = 232+129+82=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E88152 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88152 is #177EAD. Grayscale: #9A9A9A. Windows color (decimal): -1539758 or 5407208. OLE color: 5407208.
HSL color Cylindrical-coordinate representation of color #E88152: hue angle of 18.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E88152 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 129 | 82 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.09 |
| HSL | 18.8º | 0.77% | 0.62% | - |
| HSV(B) | 18.8º | 0.65% | 0.91% | - |
| XYZ | 42.65 | 33.47 | 12.19 | - |
| YUV | 154.44 | 87.12 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 129 | 82 | 0 | 0.44 | 0.65 | 0.09 | 18.8 | 0.77 | 0.62 |
| Hex | E8 | 81 | 52 | 0 | 2C | 41 | 9 | 13 | 4D | 3E |
| Octal | 350 | 201 | 122 | 0 | 54 | 101 | 11 | 23 | 115 | 76 |
| Binary | 11101000 | 10000001 | 1010010 | 0 | 101100 | 1000001 | 1001 | 10011 | 1001101 | 111110 |
Color Harmonies of #E88152
Complementary color
Monochromatic Colors of #E88152
Black with #E88152
Text Example
Text Example
White with #E88152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88152; }
p { color: rgb(232,129,82); }
H1.HeaderClassName
{
color: #E88152;
}
.AnyTagClassName
{
color: #E88152;
}
</style>
background-color css
<style>
a { background-color: #E88152; }
a { background-color: rgb(232,129,82); }
div.DivClassName
{
background-color: #E88152;
}
.BgClassName
{
background-color: #E88152;
}
</style>
border-color css
<style>
span { border-color: #E88152; }
span { border-color: rgb(232,129,82); }
td.TdClassName
{
border-color: #E88152;
}
.TagClassName
{
border-color: #E88152;
}
</style>