Shades of Crusta #E78E5C
Tints of Crusta #E78E5C
RGB
CMYK
RGB Variations
Color information
#E78E5C (or 0xE78E5C) is known color: Crusta. HEX triplet: E7, 8E and 5C. RGB value is (231,142,92). Sum of RGB (Red+Green+Blue) = 231+142+92=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E78E5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78E5C is #1871A3. Grayscale: #A3A3A3. Windows color (decimal): -1601956 or 6065895. OLE color: 6065895.
HSL color Cylindrical-coordinate representation of color #E78E5C: hue angle of 21.58º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E78E5C is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 142 | 92 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.09 |
| HSL | 21.58º | 0.74% | 0.63% | - |
| HSV(B) | 21.58º | 0.6% | 0.91% | - |
| XYZ | 44.56 | 37.11 | 14.94 | - |
| YUV | 162.91 | 87.99 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 142 | 92 | 0 | 0.39 | 0.60 | 0.09 | 21.58 | 0.74 | 0.63 |
| Hex | E7 | 8E | 5C | 0 | 27 | 3C | 9 | 16 | 4A | 3F |
| Octal | 347 | 216 | 134 | 0 | 47 | 74 | 11 | 26 | 112 | 77 |
| Binary | 11100111 | 10001110 | 1011100 | 0 | 100111 | 111100 | 1001 | 10110 | 1001010 | 111111 |
Color Harmonies of #E78E5C
Complementary color
Monochromatic Colors of #E78E5C
Black with #E78E5C
Text Example
Text Example
White with #E78E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78E5C; }
p { color: rgb(231,142,92); }
H1.HeaderClassName
{
color: #E78E5C;
}
.AnyTagClassName
{
color: #E78E5C;
}
</style>
background-color css
<style>
a { background-color: #E78E5C; }
a { background-color: rgb(231,142,92); }
div.DivClassName
{
background-color: #E78E5C;
}
.BgClassName
{
background-color: #E78E5C;
}
</style>
border-color css
<style>
span { border-color: #E78E5C; }
span { border-color: rgb(231,142,92); }
td.TdClassName
{
border-color: #E78E5C;
}
.TagClassName
{
border-color: #E78E5C;
}
</style>