Shades of Crusta #E78C5A
Tints of Crusta #E78C5A
RGB
CMYK
RGB Variations
Color information
#E78C5A (or 0xE78C5A) is known color: Crusta. HEX triplet: E7, 8C and 5A. RGB value is (231,140,90). Sum of RGB (Red+Green+Blue) = 231+140+90=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78C5A is #1873A5. Grayscale: #A1A1A1. Windows color (decimal): -1602470 or 5934311. OLE color: 5934311.
HSL color Cylindrical-coordinate representation of color #E78C5A: hue angle of 21.28º degrees, saturation: 0.75, 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 #E78C5A is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 140 | 90 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.09 |
| HSL | 21.28º | 0.75% | 0.63% | - |
| HSV(B) | 21.28º | 0.61% | 0.91% | - |
| XYZ | 44.18 | 36.48 | 14.39 | - |
| YUV | 161.51 | 87.65 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 90 | 0 | 0.39 | 0.61 | 0.09 | 21.28 | 0.75 | 0.63 |
| Hex | E7 | 8C | 5A | 0 | 27 | 3D | 9 | 15 | 4B | 3F |
| Octal | 347 | 214 | 132 | 0 | 47 | 75 | 11 | 25 | 113 | 77 |
| Binary | 11100111 | 10001100 | 1011010 | 0 | 100111 | 111101 | 1001 | 10101 | 1001011 | 111111 |
Color Harmonies of #E78C5A
Complementary color
Monochromatic Colors of #E78C5A
Black with #E78C5A
Text Example
Text Example
White with #E78C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78C5A; }
p { color: rgb(231,140,90); }
H1.HeaderClassName
{
color: #E78C5A;
}
.AnyTagClassName
{
color: #E78C5A;
}
</style>
background-color css
<style>
a { background-color: #E78C5A; }
a { background-color: rgb(231,140,90); }
div.DivClassName
{
background-color: #E78C5A;
}
.BgClassName
{
background-color: #E78C5A;
}
</style>
border-color css
<style>
span { border-color: #E78C5A; }
span { border-color: rgb(231,140,90); }
td.TdClassName
{
border-color: #E78C5A;
}
.TagClassName
{
border-color: #E78C5A;
}
</style>