Shades of Crusta #E78D54
Tints of Crusta #E78D54
RGB
CMYK
RGB Variations
Color information
#E78D54 (or 0xE78D54) is known color: Crusta. HEX triplet: E7, 8D and 54. RGB value is (231,141,84). Sum of RGB (Red+Green+Blue) = 231+141+84=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78D54 is #1872AB. Grayscale: #A1A1A1. Windows color (decimal): -1602220 or 5541351. OLE color: 5541351.
HSL color Cylindrical-coordinate representation of color #E78D54: hue angle of 23.27º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E78D54 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 141 | 84 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.09 |
| HSL | 23.27º | 0.75% | 0.62% | - |
| HSV(B) | 23.27º | 0.64% | 0.91% | - |
| XYZ | 44.08 | 36.68 | 13.14 | - |
| YUV | 161.41 | 84.32 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 141 | 84 | 0 | 0.39 | 0.64 | 0.09 | 23.27 | 0.75 | 0.62 |
| Hex | E7 | 8D | 54 | 0 | 27 | 40 | 9 | 17 | 4B | 3E |
| Octal | 347 | 215 | 124 | 0 | 47 | 100 | 11 | 27 | 113 | 76 |
| Binary | 11100111 | 10001101 | 1010100 | 0 | 100111 | 1000000 | 1001 | 10111 | 1001011 | 111110 |
Color Harmonies of #E78D54
Complementary color
Monochromatic Colors of #E78D54
Black with #E78D54
Text Example
Text Example
White with #E78D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78D54; }
p { color: rgb(231,141,84); }
H1.HeaderClassName
{
color: #E78D54;
}
.AnyTagClassName
{
color: #E78D54;
}
</style>
background-color css
<style>
a { background-color: #E78D54; }
a { background-color: rgb(231,141,84); }
div.DivClassName
{
background-color: #E78D54;
}
.BgClassName
{
background-color: #E78D54;
}
</style>
border-color css
<style>
span { border-color: #E78D54; }
span { border-color: rgb(231,141,84); }
td.TdClassName
{
border-color: #E78D54;
}
.TagClassName
{
border-color: #E78D54;
}
</style>