Shades of Crusta #E88E5A
Tints of Crusta #E88E5A
RGB
CMYK
RGB Variations
Color information
#E88E5A (or 0xE88E5A) is known color: Crusta. HEX triplet: E8, 8E and 5A. RGB value is (232,142,90). Sum of RGB (Red+Green+Blue) = 232+142+90=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E88E5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88E5A is #1771A5. Grayscale: #A3A3A3. Windows color (decimal): -1536422 or 5934824. OLE color: 5934824.
HSL color Cylindrical-coordinate representation of color #E88E5A: hue angle of 21.97º degrees, saturation: 0.76, 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 #E88E5A is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 142 | 90 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.09 |
| HSL | 21.97º | 0.76% | 0.63% | - |
| HSV(B) | 21.97º | 0.61% | 0.91% | - |
| XYZ | 44.8 | 37.24 | 14.5 | - |
| YUV | 162.98 | 86.82 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 142 | 90 | 0 | 0.39 | 0.61 | 0.09 | 21.97 | 0.76 | 0.63 |
| Hex | E8 | 8E | 5A | 0 | 27 | 3D | 9 | 16 | 4C | 3F |
| Octal | 350 | 216 | 132 | 0 | 47 | 75 | 11 | 26 | 114 | 77 |
| Binary | 11101000 | 10001110 | 1011010 | 0 | 100111 | 111101 | 1001 | 10110 | 1001100 | 111111 |
Color Harmonies of #E88E5A
Complementary color
Monochromatic Colors of #E88E5A
Black with #E88E5A
Text Example
Text Example
White with #E88E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88E5A; }
p { color: rgb(232,142,90); }
H1.HeaderClassName
{
color: #E88E5A;
}
.AnyTagClassName
{
color: #E88E5A;
}
</style>
background-color css
<style>
a { background-color: #E88E5A; }
a { background-color: rgb(232,142,90); }
div.DivClassName
{
background-color: #E88E5A;
}
.BgClassName
{
background-color: #E88E5A;
}
</style>
border-color css
<style>
span { border-color: #E88E5A; }
span { border-color: rgb(232,142,90); }
td.TdClassName
{
border-color: #E88E5A;
}
.TagClassName
{
border-color: #E88E5A;
}
</style>