Shades of Crusta #E88C5A
Tints of Crusta #E88C5A
RGB
CMYK
RGB Variations
Color information
#E88C5A (or 0xE88C5A) is known color: Crusta. HEX triplet: E8, 8C and 5A. RGB value is (232,140,90). Sum of RGB (Red+Green+Blue) = 232+140+90=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E88C5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88C5A is #1773A5. Grayscale: #A2A2A2. Windows color (decimal): -1536934 or 5934312. OLE color: 5934312.
HSL color Cylindrical-coordinate representation of color #E88C5A: hue angle of 21.13º 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 #E88C5A is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 140 | 90 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.09 |
| HSL | 21.13º | 0.76% | 0.63% | - |
| HSV(B) | 21.13º | 0.61% | 0.91% | - |
| XYZ | 44.5 | 36.65 | 14.4 | - |
| YUV | 161.81 | 87.48 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 90 | 0 | 0.40 | 0.61 | 0.09 | 21.13 | 0.76 | 0.63 |
| Hex | E8 | 8C | 5A | 0 | 28 | 3D | 9 | 15 | 4C | 3F |
| Octal | 350 | 214 | 132 | 0 | 50 | 75 | 11 | 25 | 114 | 77 |
| Binary | 11101000 | 10001100 | 1011010 | 0 | 101000 | 111101 | 1001 | 10101 | 1001100 | 111111 |
Color Harmonies of #E88C5A
Complementary color
Monochromatic Colors of #E88C5A
Black with #E88C5A
Text Example
Text Example
White with #E88C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88C5A; }
p { color: rgb(232,140,90); }
H1.HeaderClassName
{
color: #E88C5A;
}
.AnyTagClassName
{
color: #E88C5A;
}
</style>
background-color css
<style>
a { background-color: #E88C5A; }
a { background-color: rgb(232,140,90); }
div.DivClassName
{
background-color: #E88C5A;
}
.BgClassName
{
background-color: #E88C5A;
}
</style>
border-color css
<style>
span { border-color: #E88C5A; }
span { border-color: rgb(232,140,90); }
td.TdClassName
{
border-color: #E88C5A;
}
.TagClassName
{
border-color: #E88C5A;
}
</style>