Shades of Crusta #E78E56
Tints of Crusta #E78E56
RGB
CMYK
RGB Variations
Color information
#E78E56 (or 0xE78E56) is known color: Crusta. HEX triplet: E7, 8E and 56. RGB value is (231,142,86). Sum of RGB (Red+Green+Blue) = 231+142+86=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 86 (33.98% from 255 or 18.74% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E78E56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78E56 is #1871A9. Grayscale: #A2A2A2. Windows color (decimal): -1601962 or 5672679. OLE color: 5672679.
HSL color Cylindrical-coordinate representation of color #E78E56: hue angle of 23.17º 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 #E78E56 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 142 | 86 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.09 |
| HSL | 23.17º | 0.75% | 0.62% | - |
| HSV(B) | 23.17º | 0.63% | 0.91% | - |
| XYZ | 44.31 | 37.01 | 13.61 | - |
| YUV | 162.23 | 84.99 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 142 | 86 | 0 | 0.39 | 0.63 | 0.09 | 23.17 | 0.75 | 0.62 |
| Hex | E7 | 8E | 56 | 0 | 27 | 3F | 9 | 17 | 4B | 3E |
| Octal | 347 | 216 | 126 | 0 | 47 | 77 | 11 | 27 | 113 | 76 |
| Binary | 11100111 | 10001110 | 1010110 | 0 | 100111 | 111111 | 1001 | 10111 | 1001011 | 111110 |
Color Harmonies of #E78E56
Complementary color
Monochromatic Colors of #E78E56
Black with #E78E56
Text Example
Text Example
White with #E78E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78E56; }
p { color: rgb(231,142,86); }
H1.HeaderClassName
{
color: #E78E56;
}
.AnyTagClassName
{
color: #E78E56;
}
</style>
background-color css
<style>
a { background-color: #E78E56; }
a { background-color: rgb(231,142,86); }
div.DivClassName
{
background-color: #E78E56;
}
.BgClassName
{
background-color: #E78E56;
}
</style>
border-color css
<style>
span { border-color: #E78E56; }
span { border-color: rgb(231,142,86); }
td.TdClassName
{
border-color: #E78E56;
}
.TagClassName
{
border-color: #E78E56;
}
</style>