Shades of Crusta #E58A5A
Tints of Crusta #E58A5A
RGB
CMYK
RGB Variations
Color information
#E58A5A (or 0xE58A5A) is known color: Crusta. HEX triplet: E5, 8A and 5A. RGB value is (229,138,90). Sum of RGB (Red+Green+Blue) = 229+138+90=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58A5A is #1A75A5. Grayscale: #A0A0A0. Windows color (decimal): -1734054 or 5933797. OLE color: 5933797.
HSL color Cylindrical-coordinate representation of color #E58A5A: hue angle of 20.72º 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 #E58A5A is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 90 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.10 |
| HSL | 20.72º | 0.73% | 0.63% | - |
| HSV(B) | 20.72º | 0.61% | 0.9% | - |
| XYZ | 43.25 | 35.57 | 14.26 | - |
| YUV | 159.74 | 88.65 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 90 | 0 | 0.40 | 0.61 | 0.10 | 20.72 | 0.73 | 0.63 |
| Hex | E5 | 8A | 5A | 0 | 28 | 3D | A | 15 | 49 | 3F |
| Octal | 345 | 212 | 132 | 0 | 50 | 75 | 12 | 25 | 111 | 77 |
| Binary | 11100101 | 10001010 | 1011010 | 0 | 101000 | 111101 | 1010 | 10101 | 1001001 | 111111 |
Color Harmonies of #E58A5A
Complementary color
Monochromatic Colors of #E58A5A
Black with #E58A5A
Text Example
Text Example
White with #E58A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58A5A; }
p { color: rgb(229,138,90); }
H1.HeaderClassName
{
color: #E58A5A;
}
.AnyTagClassName
{
color: #E58A5A;
}
</style>
background-color css
<style>
a { background-color: #E58A5A; }
a { background-color: rgb(229,138,90); }
div.DivClassName
{
background-color: #E58A5A;
}
.BgClassName
{
background-color: #E58A5A;
}
</style>
border-color css
<style>
span { border-color: #E58A5A; }
span { border-color: rgb(229,138,90); }
td.TdClassName
{
border-color: #E58A5A;
}
.TagClassName
{
border-color: #E58A5A;
}
</style>