Shades of Crusta #E6875B
Tints of Crusta #E6875B
RGB
CMYK
RGB Variations
Color information
#E6875B (or 0xE6875B) is known color: Crusta. HEX triplet: E6, 87 and 5B. RGB value is (230,135,91). Sum of RGB (Red+Green+Blue) = 230+135+91=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6875B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6875B is #1978A4. Grayscale: #9E9E9E. Windows color (decimal): -1669285 or 5998566. OLE color: 5998566.
HSL color Cylindrical-coordinate representation of color #E6875B: hue angle of 18.99º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6875B is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 91 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.10 |
| HSL | 18.99º | 0.74% | 0.63% | - |
| HSV(B) | 18.99º | 0.6% | 0.9% | - |
| XYZ | 43.19 | 34.91 | 14.36 | - |
| YUV | 158.39 | 89.97 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 91 | 0 | 0.41 | 0.60 | 0.10 | 18.99 | 0.74 | 0.63 |
| Hex | E6 | 87 | 5B | 0 | 29 | 3C | A | 13 | 4A | 3F |
| Octal | 346 | 207 | 133 | 0 | 51 | 74 | 12 | 23 | 112 | 77 |
| Binary | 11100110 | 10000111 | 1011011 | 0 | 101001 | 111100 | 1010 | 10011 | 1001010 | 111111 |
Color Harmonies of #E6875B
Complementary color
Monochromatic Colors of #E6875B
Black with #E6875B
Text Example
Text Example
White with #E6875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6875B; }
p { color: rgb(230,135,91); }
H1.HeaderClassName
{
color: #E6875B;
}
.AnyTagClassName
{
color: #E6875B;
}
</style>
background-color css
<style>
a { background-color: #E6875B; }
a { background-color: rgb(230,135,91); }
div.DivClassName
{
background-color: #E6875B;
}
.BgClassName
{
background-color: #E6875B;
}
</style>
border-color css
<style>
span { border-color: #E6875B; }
span { border-color: rgb(230,135,91); }
td.TdClassName
{
border-color: #E6875B;
}
.TagClassName
{
border-color: #E6875B;
}
</style>