Shades of Crusta #E58E5A
Tints of Crusta #E58E5A
RGB
CMYK
RGB Variations
Color information
#E58E5A (or 0xE58E5A) is known color: Crusta. HEX triplet: E5, 8E and 5A. RGB value is (229,142,90). Sum of RGB (Red+Green+Blue) = 229+142+90=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58E5A is #1A71A5. Grayscale: #A2A2A2. Windows color (decimal): -1733030 or 5934821. OLE color: 5934821.
HSL color Cylindrical-coordinate representation of color #E58E5A: hue angle of 22.45º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E58E5A is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 90 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.10 |
| HSL | 22.45º | 0.73% | 0.63% | - |
| HSV(B) | 22.45º | 0.61% | 0.9% | - |
| XYZ | 43.83 | 36.74 | 14.45 | - |
| YUV | 162.09 | 87.32 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 90 | 0 | 0.38 | 0.61 | 0.10 | 22.45 | 0.73 | 0.63 |
| Hex | E5 | 8E | 5A | 0 | 26 | 3D | A | 16 | 49 | 3F |
| Octal | 345 | 216 | 132 | 0 | 46 | 75 | 12 | 26 | 111 | 77 |
| Binary | 11100101 | 10001110 | 1011010 | 0 | 100110 | 111101 | 1010 | 10110 | 1001001 | 111111 |
Color Harmonies of #E58E5A
Complementary color
Monochromatic Colors of #E58E5A
Black with #E58E5A
Text Example
Text Example
White with #E58E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58E5A; }
p { color: rgb(229,142,90); }
H1.HeaderClassName
{
color: #E58E5A;
}
.AnyTagClassName
{
color: #E58E5A;
}
</style>
background-color css
<style>
a { background-color: #E58E5A; }
a { background-color: rgb(229,142,90); }
div.DivClassName
{
background-color: #E58E5A;
}
.BgClassName
{
background-color: #E58E5A;
}
</style>
border-color css
<style>
span { border-color: #E58E5A; }
span { border-color: rgb(229,142,90); }
td.TdClassName
{
border-color: #E58E5A;
}
.TagClassName
{
border-color: #E58E5A;
}
</style>