Shades of Crusta #E38A58
Tints of Crusta #E38A58
RGB
CMYK
RGB Variations
Color information
#E38A58 (or 0xE38A58) is known color: Crusta. HEX triplet: E3, 8A and 58. RGB value is (227,138,88). Sum of RGB (Red+Green+Blue) = 227+138+88=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38A58 is #1C75A7. Grayscale: #9F9F9F. Windows color (decimal): -1865128 or 5802723. OLE color: 5802723.
HSL color Cylindrical-coordinate representation of color #E38A58: hue angle of 21.58º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E38A58 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 138 | 88 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.11 |
| HSL | 21.58º | 0.71% | 0.62% | - |
| HSV(B) | 21.58º | 0.61% | 0.89% | - |
| XYZ | 42.53 | 35.21 | 13.79 | - |
| YUV | 158.91 | 87.99 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 138 | 88 | 0 | 0.39 | 0.61 | 0.11 | 21.58 | 0.71 | 0.62 |
| Hex | E3 | 8A | 58 | 0 | 27 | 3D | B | 16 | 47 | 3E |
| Octal | 343 | 212 | 130 | 0 | 47 | 75 | 13 | 26 | 107 | 76 |
| Binary | 11100011 | 10001010 | 1011000 | 0 | 100111 | 111101 | 1011 | 10110 | 1000111 | 111110 |
Color Harmonies of #E38A58
Complementary color
Monochromatic Colors of #E38A58
Black with #E38A58
Text Example
Text Example
White with #E38A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38A58; }
p { color: rgb(227,138,88); }
H1.HeaderClassName
{
color: #E38A58;
}
.AnyTagClassName
{
color: #E38A58;
}
</style>
background-color css
<style>
a { background-color: #E38A58; }
a { background-color: rgb(227,138,88); }
div.DivClassName
{
background-color: #E38A58;
}
.BgClassName
{
background-color: #E38A58;
}
</style>
border-color css
<style>
span { border-color: #E38A58; }
span { border-color: rgb(227,138,88); }
td.TdClassName
{
border-color: #E38A58;
}
.TagClassName
{
border-color: #E38A58;
}
</style>