Shades of Crusta #E78656
Tints of Crusta #E78656
RGB
CMYK
RGB Variations
Color information
#E78656 (or 0xE78656) is known color: Crusta. HEX triplet: E7, 86 and 56. RGB value is (231,134,86). Sum of RGB (Red+Green+Blue) = 231+134+86=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E78656 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78656 is #1879A9. Grayscale: #9D9D9D. Windows color (decimal): -1604010 or 5670631. OLE color: 5670631.
HSL color Cylindrical-coordinate representation of color #E78656: hue angle of 19.86º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E78656 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 134 | 86 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.09 |
| HSL | 19.86º | 0.75% | 0.62% | - |
| HSV(B) | 19.86º | 0.63% | 0.91% | - |
| XYZ | 43.16 | 34.71 | 13.23 | - |
| YUV | 157.53 | 87.64 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 134 | 86 | 0 | 0.42 | 0.63 | 0.09 | 19.86 | 0.75 | 0.62 |
| Hex | E7 | 86 | 56 | 0 | 2A | 3F | 9 | 14 | 4B | 3E |
| Octal | 347 | 206 | 126 | 0 | 52 | 77 | 11 | 24 | 113 | 76 |
| Binary | 11100111 | 10000110 | 1010110 | 0 | 101010 | 111111 | 1001 | 10100 | 1001011 | 111110 |
Color Harmonies of #E78656
Complementary color
Monochromatic Colors of #E78656
Black with #E78656
Text Example
Text Example
White with #E78656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78656; }
p { color: rgb(231,134,86); }
H1.HeaderClassName
{
color: #E78656;
}
.AnyTagClassName
{
color: #E78656;
}
</style>
background-color css
<style>
a { background-color: #E78656; }
a { background-color: rgb(231,134,86); }
div.DivClassName
{
background-color: #E78656;
}
.BgClassName
{
background-color: #E78656;
}
</style>
border-color css
<style>
span { border-color: #E78656; }
span { border-color: rgb(231,134,86); }
td.TdClassName
{
border-color: #E78656;
}
.TagClassName
{
border-color: #E78656;
}
</style>