Shades of Crusta #E88A52
Tints of Crusta #E88A52
RGB
CMYK
RGB Variations
Color information
#E88A52 (or 0xE88A52) is known color: Crusta. HEX triplet: E8, 8A and 52. RGB value is (232,138,82). Sum of RGB (Red+Green+Blue) = 232+138+82=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E88A52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88A52 is #1775AD. Grayscale: #A0A0A0. Windows color (decimal): -1537454 or 5409512. OLE color: 5409512.
HSL color Cylindrical-coordinate representation of color #E88A52: hue angle of 22.4º 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 #E88A52 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 138 | 82 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.09 |
| HSL | 22.4º | 0.77% | 0.62% | - |
| HSV(B) | 22.4º | 0.65% | 0.91% | - |
| XYZ | 43.89 | 35.94 | 12.61 | - |
| YUV | 159.72 | 84.14 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 82 | 0 | 0.41 | 0.65 | 0.09 | 22.4 | 0.77 | 0.62 |
| Hex | E8 | 8A | 52 | 0 | 29 | 41 | 9 | 16 | 4D | 3E |
| Octal | 350 | 212 | 122 | 0 | 51 | 101 | 11 | 26 | 115 | 76 |
| Binary | 11101000 | 10001010 | 1010010 | 0 | 101001 | 1000001 | 1001 | 10110 | 1001101 | 111110 |
Color Harmonies of #E88A52
Complementary color
Monochromatic Colors of #E88A52
Black with #E88A52
Text Example
Text Example
White with #E88A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88A52; }
p { color: rgb(232,138,82); }
H1.HeaderClassName
{
color: #E88A52;
}
.AnyTagClassName
{
color: #E88A52;
}
</style>
background-color css
<style>
a { background-color: #E88A52; }
a { background-color: rgb(232,138,82); }
div.DivClassName
{
background-color: #E88A52;
}
.BgClassName
{
background-color: #E88A52;
}
</style>
border-color css
<style>
span { border-color: #E88A52; }
span { border-color: rgb(232,138,82); }
td.TdClassName
{
border-color: #E88A52;
}
.TagClassName
{
border-color: #E88A52;
}
</style>