Shades of Crusta #E38856
Tints of Crusta #E38856
RGB
CMYK
RGB Variations
Color information
#E38856 (or 0xE38856) is known color: Crusta. HEX triplet: E3, 88 and 56. RGB value is (227,136,86). Sum of RGB (Red+Green+Blue) = 227+136+86=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E38856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38856 is #1C77A9. Grayscale: #9D9D9D. Windows color (decimal): -1865642 or 5671139. OLE color: 5671139.
HSL color Cylindrical-coordinate representation of color #E38856: hue angle of 21.28º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E38856 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 136 | 86 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.11 |
| HSL | 21.28º | 0.72% | 0.61% | - |
| HSV(B) | 21.28º | 0.62% | 0.89% | - |
| XYZ | 42.16 | 34.61 | 13.26 | - |
| YUV | 157.51 | 87.65 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 136 | 86 | 0 | 0.40 | 0.62 | 0.11 | 21.28 | 0.72 | 0.61 |
| Hex | E3 | 88 | 56 | 0 | 28 | 3E | B | 15 | 48 | 3D |
| Octal | 343 | 210 | 126 | 0 | 50 | 76 | 13 | 25 | 110 | 75 |
| Binary | 11100011 | 10001000 | 1010110 | 0 | 101000 | 111110 | 1011 | 10101 | 1001000 | 111101 |
Color Harmonies of #E38856
Complementary color
Monochromatic Colors of #E38856
Black with #E38856
Text Example
Text Example
White with #E38856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38856; }
p { color: rgb(227,136,86); }
H1.HeaderClassName
{
color: #E38856;
}
.AnyTagClassName
{
color: #E38856;
}
</style>
background-color css
<style>
a { background-color: #E38856; }
a { background-color: rgb(227,136,86); }
div.DivClassName
{
background-color: #E38856;
}
.BgClassName
{
background-color: #E38856;
}
</style>
border-color css
<style>
span { border-color: #E38856; }
span { border-color: rgb(227,136,86); }
td.TdClassName
{
border-color: #E38856;
}
.TagClassName
{
border-color: #E38856;
}
</style>