Shades of Crusta #E78E5B
Tints of Crusta #E78E5B
RGB
CMYK
RGB Variations
Color information
#E78E5B (or 0xE78E5B) is known color: Crusta. HEX triplet: E7, 8E and 5B. RGB value is (231,142,91). Sum of RGB (Red+Green+Blue) = 231+142+91=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E78E5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78E5B is #1871A4. Grayscale: #A3A3A3. Windows color (decimal): -1601957 or 6000359. OLE color: 6000359.
HSL color Cylindrical-coordinate representation of color #E78E5B: hue angle of 21.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E78E5B is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 142 | 91 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.09 |
| HSL | 21.86º | 0.74% | 0.63% | - |
| HSV(B) | 21.86º | 0.61% | 0.91% | - |
| XYZ | 44.52 | 37.09 | 14.71 | - |
| YUV | 162.8 | 87.49 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 142 | 91 | 0 | 0.39 | 0.61 | 0.09 | 21.86 | 0.74 | 0.63 |
| Hex | E7 | 8E | 5B | 0 | 27 | 3D | 9 | 16 | 4A | 3F |
| Octal | 347 | 216 | 133 | 0 | 47 | 75 | 11 | 26 | 112 | 77 |
| Binary | 11100111 | 10001110 | 1011011 | 0 | 100111 | 111101 | 1001 | 10110 | 1001010 | 111111 |
Color Harmonies of #E78E5B
Complementary color
Monochromatic Colors of #E78E5B
Black with #E78E5B
Text Example
Text Example
White with #E78E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78E5B; }
p { color: rgb(231,142,91); }
H1.HeaderClassName
{
color: #E78E5B;
}
.AnyTagClassName
{
color: #E78E5B;
}
</style>
background-color css
<style>
a { background-color: #E78E5B; }
a { background-color: rgb(231,142,91); }
div.DivClassName
{
background-color: #E78E5B;
}
.BgClassName
{
background-color: #E78E5B;
}
</style>
border-color css
<style>
span { border-color: #E78E5B; }
span { border-color: rgb(231,142,91); }
td.TdClassName
{
border-color: #E78E5B;
}
.TagClassName
{
border-color: #E78E5B;
}
</style>