Shades of Crusta #E88952
Tints of Crusta #E88952
RGB
CMYK
RGB Variations
Color information
#E88952 (or 0xE88952) is known color: Crusta. HEX triplet: E8, 89 and 52. RGB value is (232,137,82). Sum of RGB (Red+Green+Blue) = 232+137+82=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E88952 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88952 is #1776AD. Grayscale: #9F9F9F. Windows color (decimal): -1537710 or 5409256. OLE color: 5409256.
HSL color Cylindrical-coordinate representation of color #E88952: hue angle of 22º 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 #E88952 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 137 | 82 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.09 |
| HSL | 22º | 0.77% | 0.62% | - |
| HSV(B) | 22º | 0.65% | 0.91% | - |
| XYZ | 43.75 | 35.66 | 12.56 | - |
| YUV | 159.14 | 84.47 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 137 | 82 | 0 | 0.41 | 0.65 | 0.09 | 22 | 0.77 | 0.62 |
| Hex | E8 | 89 | 52 | 0 | 29 | 41 | 9 | 16 | 4D | 3E |
| Octal | 350 | 211 | 122 | 0 | 51 | 101 | 11 | 26 | 115 | 76 |
| Binary | 11101000 | 10001001 | 1010010 | 0 | 101001 | 1000001 | 1001 | 10110 | 1001101 | 111110 |
Color Harmonies of #E88952
Complementary color
Monochromatic Colors of #E88952
Black with #E88952
Text Example
Text Example
White with #E88952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88952; }
p { color: rgb(232,137,82); }
H1.HeaderClassName
{
color: #E88952;
}
.AnyTagClassName
{
color: #E88952;
}
</style>
background-color css
<style>
a { background-color: #E88952; }
a { background-color: rgb(232,137,82); }
div.DivClassName
{
background-color: #E88952;
}
.BgClassName
{
background-color: #E88952;
}
</style>
border-color css
<style>
span { border-color: #E88952; }
span { border-color: rgb(232,137,82); }
td.TdClassName
{
border-color: #E88952;
}
.TagClassName
{
border-color: #E88952;
}
</style>