Shades of Crusta #E7855A
Tints of Crusta #E7855A
RGB
CMYK
RGB Variations
Color information
#E7855A (or 0xE7855A) is known color: Crusta. HEX triplet: E7, 85 and 5A. RGB value is (231,133,90). Sum of RGB (Red+Green+Blue) = 231+133+90=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E7855A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7855A is #187AA5. Grayscale: #9D9D9D. Windows color (decimal): -1604262 or 5932519. OLE color: 5932519.
HSL color Cylindrical-coordinate representation of color #E7855A: hue angle of 18.3º 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 #E7855A is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 133 | 90 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.09 |
| HSL | 18.3º | 0.75% | 0.63% | - |
| HSV(B) | 18.3º | 0.61% | 0.91% | - |
| XYZ | 43.19 | 34.5 | 14.06 | - |
| YUV | 157.4 | 89.97 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 90 | 0 | 0.42 | 0.61 | 0.09 | 18.3 | 0.75 | 0.63 |
| Hex | E7 | 85 | 5A | 0 | 2A | 3D | 9 | 12 | 4B | 3F |
| Octal | 347 | 205 | 132 | 0 | 52 | 75 | 11 | 22 | 113 | 77 |
| Binary | 11100111 | 10000101 | 1011010 | 0 | 101010 | 111101 | 1001 | 10010 | 1001011 | 111111 |
Color Harmonies of #E7855A
Complementary color
Monochromatic Colors of #E7855A
Black with #E7855A
Text Example
Text Example
White with #E7855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7855A; }
p { color: rgb(231,133,90); }
H1.HeaderClassName
{
color: #E7855A;
}
.AnyTagClassName
{
color: #E7855A;
}
</style>
background-color css
<style>
a { background-color: #E7855A; }
a { background-color: rgb(231,133,90); }
div.DivClassName
{
background-color: #E7855A;
}
.BgClassName
{
background-color: #E7855A;
}
</style>
border-color css
<style>
span { border-color: #E7855A; }
span { border-color: rgb(231,133,90); }
td.TdClassName
{
border-color: #E7855A;
}
.TagClassName
{
border-color: #E7855A;
}
</style>