Shades of Crusta #E7875C
Tints of Crusta #E7875C
RGB
CMYK
RGB Variations
Color information
#E7875C (or 0xE7875C) is known color: Crusta. HEX triplet: E7, 87 and 5C. RGB value is (231,135,92). Sum of RGB (Red+Green+Blue) = 231+135+92=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E7875C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7875C is #1878A3. Grayscale: #9F9F9F. Windows color (decimal): -1603748 or 6064103. OLE color: 6064103.
HSL color Cylindrical-coordinate representation of color #E7875C: hue angle of 18.56º 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 #E7875C is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 135 | 92 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.09 |
| HSL | 18.56º | 0.74% | 0.63% | - |
| HSV(B) | 18.56º | 0.6% | 0.91% | - |
| XYZ | 43.55 | 35.09 | 14.6 | - |
| YUV | 158.8 | 90.3 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 135 | 92 | 0 | 0.42 | 0.60 | 0.09 | 18.56 | 0.74 | 0.63 |
| Hex | E7 | 87 | 5C | 0 | 2A | 3C | 9 | 13 | 4A | 3F |
| Octal | 347 | 207 | 134 | 0 | 52 | 74 | 11 | 23 | 112 | 77 |
| Binary | 11100111 | 10000111 | 1011100 | 0 | 101010 | 111100 | 1001 | 10011 | 1001010 | 111111 |
Color Harmonies of #E7875C
Complementary color
Monochromatic Colors of #E7875C
Black with #E7875C
Text Example
Text Example
White with #E7875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7875C; }
p { color: rgb(231,135,92); }
H1.HeaderClassName
{
color: #E7875C;
}
.AnyTagClassName
{
color: #E7875C;
}
</style>
background-color css
<style>
a { background-color: #E7875C; }
a { background-color: rgb(231,135,92); }
div.DivClassName
{
background-color: #E7875C;
}
.BgClassName
{
background-color: #E7875C;
}
</style>
border-color css
<style>
span { border-color: #E7875C; }
span { border-color: rgb(231,135,92); }
td.TdClassName
{
border-color: #E7875C;
}
.TagClassName
{
border-color: #E7875C;
}
</style>