Shades of Crusta #E7875B
Tints of Crusta #E7875B
RGB
CMYK
RGB Variations
Color information
#E7875B (or 0xE7875B) is known color: Crusta. HEX triplet: E7, 87 and 5B. RGB value is (231,135,91). Sum of RGB (Red+Green+Blue) = 231+135+91=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E7875B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7875B is #1878A4. Grayscale: #9E9E9E. Windows color (decimal): -1603749 or 5998567. OLE color: 5998567.
HSL color Cylindrical-coordinate representation of color #E7875B: hue angle of 18.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 #E7875B is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 135 | 91 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.09 |
| HSL | 18.86º | 0.74% | 0.63% | - |
| HSV(B) | 18.86º | 0.61% | 0.91% | - |
| XYZ | 43.51 | 35.07 | 14.37 | - |
| YUV | 158.69 | 89.8 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 135 | 91 | 0 | 0.42 | 0.61 | 0.09 | 18.86 | 0.74 | 0.63 |
| Hex | E7 | 87 | 5B | 0 | 2A | 3D | 9 | 13 | 4A | 3F |
| Octal | 347 | 207 | 133 | 0 | 52 | 75 | 11 | 23 | 112 | 77 |
| Binary | 11100111 | 10000111 | 1011011 | 0 | 101010 | 111101 | 1001 | 10011 | 1001010 | 111111 |
Color Harmonies of #E7875B
Complementary color
Monochromatic Colors of #E7875B
Black with #E7875B
Text Example
Text Example
White with #E7875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7875B; }
p { color: rgb(231,135,91); }
H1.HeaderClassName
{
color: #E7875B;
}
.AnyTagClassName
{
color: #E7875B;
}
</style>
background-color css
<style>
a { background-color: #E7875B; }
a { background-color: rgb(231,135,91); }
div.DivClassName
{
background-color: #E7875B;
}
.BgClassName
{
background-color: #E7875B;
}
</style>
border-color css
<style>
span { border-color: #E7875B; }
span { border-color: rgb(231,135,91); }
td.TdClassName
{
border-color: #E7875B;
}
.TagClassName
{
border-color: #E7875B;
}
</style>