Shades of Crusta #E78758
Tints of Crusta #E78758
RGB
CMYK
RGB Variations
Color information
#E78758 (or 0xE78758) is known color: Crusta. HEX triplet: E7, 87 and 58. RGB value is (231,135,88). Sum of RGB (Red+Green+Blue) = 231+135+88=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 88 (34.77% from 255 or 19.38% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E78758 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78758 is #1878A7. Grayscale: #9E9E9E. Windows color (decimal): -1603752 or 5801959. OLE color: 5801959.
HSL color Cylindrical-coordinate representation of color #E78758: hue angle of 19.72º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E78758 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 135 | 88 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.09 |
| HSL | 19.72º | 0.75% | 0.63% | - |
| HSV(B) | 19.72º | 0.62% | 0.91% | - |
| XYZ | 43.38 | 35.02 | 13.71 | - |
| YUV | 158.35 | 88.3 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 135 | 88 | 0 | 0.42 | 0.62 | 0.09 | 19.72 | 0.75 | 0.63 |
| Hex | E7 | 87 | 58 | 0 | 2A | 3E | 9 | 14 | 4B | 3F |
| Octal | 347 | 207 | 130 | 0 | 52 | 76 | 11 | 24 | 113 | 77 |
| Binary | 11100111 | 10000111 | 1011000 | 0 | 101010 | 111110 | 1001 | 10100 | 1001011 | 111111 |
Color Harmonies of #E78758
Complementary color
Monochromatic Colors of #E78758
Black with #E78758
Text Example
Text Example
White with #E78758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78758; }
p { color: rgb(231,135,88); }
H1.HeaderClassName
{
color: #E78758;
}
.AnyTagClassName
{
color: #E78758;
}
</style>
background-color css
<style>
a { background-color: #E78758; }
a { background-color: rgb(231,135,88); }
div.DivClassName
{
background-color: #E78758;
}
.BgClassName
{
background-color: #E78758;
}
</style>
border-color css
<style>
span { border-color: #E78758; }
span { border-color: rgb(231,135,88); }
td.TdClassName
{
border-color: #E78758;
}
.TagClassName
{
border-color: #E78758;
}
</style>