Shades of Crusta #E58C5A
Tints of Crusta #E58C5A
RGB
CMYK
RGB Variations
Color information
#E58C5A (or 0xE58C5A) is known color: Crusta. HEX triplet: E5, 8C and 5A. RGB value is (229,140,90). Sum of RGB (Red+Green+Blue) = 229+140+90=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E58C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58C5A is #1A73A5. Grayscale: #A1A1A1. Windows color (decimal): -1733542 or 5934309. OLE color: 5934309.
HSL color Cylindrical-coordinate representation of color #E58C5A: hue angle of 21.58º 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 #E58C5A is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 90 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.10 |
| HSL | 21.58º | 0.73% | 0.63% | - |
| HSV(B) | 21.58º | 0.61% | 0.9% | - |
| XYZ | 43.54 | 36.15 | 14.36 | - |
| YUV | 160.91 | 87.99 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 90 | 0 | 0.39 | 0.61 | 0.10 | 21.58 | 0.73 | 0.63 |
| Hex | E5 | 8C | 5A | 0 | 27 | 3D | A | 16 | 49 | 3F |
| Octal | 345 | 214 | 132 | 0 | 47 | 75 | 12 | 26 | 111 | 77 |
| Binary | 11100101 | 10001100 | 1011010 | 0 | 100111 | 111101 | 1010 | 10110 | 1001001 | 111111 |
Color Harmonies of #E58C5A
Complementary color
Monochromatic Colors of #E58C5A
Black with #E58C5A
Text Example
Text Example
White with #E58C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58C5A; }
p { color: rgb(229,140,90); }
H1.HeaderClassName
{
color: #E58C5A;
}
.AnyTagClassName
{
color: #E58C5A;
}
</style>
background-color css
<style>
a { background-color: #E58C5A; }
a { background-color: rgb(229,140,90); }
div.DivClassName
{
background-color: #E58C5A;
}
.BgClassName
{
background-color: #E58C5A;
}
</style>
border-color css
<style>
span { border-color: #E58C5A; }
span { border-color: rgb(229,140,90); }
td.TdClassName
{
border-color: #E58C5A;
}
.TagClassName
{
border-color: #E58C5A;
}
</style>