Shades of Crusta #E78856
Tints of Crusta #E78856
RGB
CMYK
RGB Variations
Color information
#E78856 (or 0xE78856) is known color: Crusta. HEX triplet: E7, 88 and 56. RGB value is (231,136,86). Sum of RGB (Red+Green+Blue) = 231+136+86=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E78856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78856 is #1877A9. Grayscale: #9F9F9F. Windows color (decimal): -1603498 or 5671143. OLE color: 5671143.
HSL color Cylindrical-coordinate representation of color #E78856: hue angle of 20.69º 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 #E78856 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 86 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.09 |
| HSL | 20.69º | 0.75% | 0.62% | - |
| HSV(B) | 20.69º | 0.63% | 0.91% | - |
| XYZ | 43.44 | 35.27 | 13.32 | - |
| YUV | 158.71 | 86.97 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 86 | 0 | 0.41 | 0.63 | 0.09 | 20.69 | 0.75 | 0.62 |
| Hex | E7 | 88 | 56 | 0 | 29 | 3F | 9 | 15 | 4B | 3E |
| Octal | 347 | 210 | 126 | 0 | 51 | 77 | 11 | 25 | 113 | 76 |
| Binary | 11100111 | 10001000 | 1010110 | 0 | 101001 | 111111 | 1001 | 10101 | 1001011 | 111110 |
Color Harmonies of #E78856
Complementary color
Monochromatic Colors of #E78856
Black with #E78856
Text Example
Text Example
White with #E78856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78856; }
p { color: rgb(231,136,86); }
H1.HeaderClassName
{
color: #E78856;
}
.AnyTagClassName
{
color: #E78856;
}
</style>
background-color css
<style>
a { background-color: #E78856; }
a { background-color: rgb(231,136,86); }
div.DivClassName
{
background-color: #E78856;
}
.BgClassName
{
background-color: #E78856;
}
</style>
border-color css
<style>
span { border-color: #E78856; }
span { border-color: rgb(231,136,86); }
td.TdClassName
{
border-color: #E78856;
}
.TagClassName
{
border-color: #E78856;
}
</style>