Shades of Crusta #E78B5C
Tints of Crusta #E78B5C
RGB
CMYK
RGB Variations
Color information
#E78B5C (or 0xE78B5C) is known color: Crusta. HEX triplet: E7, 8B and 5C. RGB value is (231,139,92). Sum of RGB (Red+Green+Blue) = 231+139+92=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E78B5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78B5C is #1874A3. Grayscale: #A1A1A1. Windows color (decimal): -1602724 or 6065127. OLE color: 6065127.
HSL color Cylindrical-coordinate representation of color #E78B5C: hue angle of 20.29º 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 #E78B5C is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 139 | 92 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.09 |
| HSL | 20.29º | 0.74% | 0.63% | - |
| HSV(B) | 20.29º | 0.6% | 0.91% | - |
| XYZ | 44.12 | 36.23 | 14.79 | - |
| YUV | 161.15 | 88.98 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 139 | 92 | 0 | 0.40 | 0.60 | 0.09 | 20.29 | 0.74 | 0.63 |
| Hex | E7 | 8B | 5C | 0 | 28 | 3C | 9 | 14 | 4A | 3F |
| Octal | 347 | 213 | 134 | 0 | 50 | 74 | 11 | 24 | 112 | 77 |
| Binary | 11100111 | 10001011 | 1011100 | 0 | 101000 | 111100 | 1001 | 10100 | 1001010 | 111111 |
Color Harmonies of #E78B5C
Complementary color
Monochromatic Colors of #E78B5C
Black with #E78B5C
Text Example
Text Example
White with #E78B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78B5C; }
p { color: rgb(231,139,92); }
H1.HeaderClassName
{
color: #E78B5C;
}
.AnyTagClassName
{
color: #E78B5C;
}
</style>
background-color css
<style>
a { background-color: #E78B5C; }
a { background-color: rgb(231,139,92); }
div.DivClassName
{
background-color: #E78B5C;
}
.BgClassName
{
background-color: #E78B5C;
}
</style>
border-color css
<style>
span { border-color: #E78B5C; }
span { border-color: rgb(231,139,92); }
td.TdClassName
{
border-color: #E78B5C;
}
.TagClassName
{
border-color: #E78B5C;
}
</style>