Shades of Crusta #E38756
Tints of Crusta #E38756
RGB
CMYK
RGB Variations
Color information
#E38756 (or 0xE38756) is known color: Crusta. HEX triplet: E3, 87 and 56. RGB value is (227,135,86). Sum of RGB (Red+Green+Blue) = 227+135+86=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E38756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38756 is #1C78A9. Grayscale: #9D9D9D. Windows color (decimal): -1865898 or 5670883. OLE color: 5670883.
HSL color Cylindrical-coordinate representation of color #E38756: hue angle of 20.85º 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 #E38756 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 135 | 86 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.11 |
| HSL | 20.85º | 0.72% | 0.61% | - |
| HSV(B) | 20.85º | 0.62% | 0.89% | - |
| XYZ | 42.02 | 34.33 | 13.22 | - |
| YUV | 156.92 | 87.98 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 135 | 86 | 0 | 0.41 | 0.62 | 0.11 | 20.85 | 0.72 | 0.61 |
| Hex | E3 | 87 | 56 | 0 | 29 | 3E | B | 15 | 48 | 3D |
| Octal | 343 | 207 | 126 | 0 | 51 | 76 | 13 | 25 | 110 | 75 |
| Binary | 11100011 | 10000111 | 1010110 | 0 | 101001 | 111110 | 1011 | 10101 | 1001000 | 111101 |
Color Harmonies of #E38756
Complementary color
Monochromatic Colors of #E38756
Black with #E38756
Text Example
Text Example
White with #E38756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38756; }
p { color: rgb(227,135,86); }
H1.HeaderClassName
{
color: #E38756;
}
.AnyTagClassName
{
color: #E38756;
}
</style>
background-color css
<style>
a { background-color: #E38756; }
a { background-color: rgb(227,135,86); }
div.DivClassName
{
background-color: #E38756;
}
.BgClassName
{
background-color: #E38756;
}
</style>
border-color css
<style>
span { border-color: #E38756; }
span { border-color: rgb(227,135,86); }
td.TdClassName
{
border-color: #E38756;
}
.TagClassName
{
border-color: #E38756;
}
</style>