Shades of Crusta #EB865E
Tints of Crusta #EB865E
RGB
CMYK
RGB Variations
Color information
#EB865E (or 0xEB865E) is known color: Crusta. HEX triplet: EB, 86 and 5E. RGB value is (235,134,94). Sum of RGB (Red+Green+Blue) = 235+134+94=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB865E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB865E is #1479A1. Grayscale: #9F9F9F. Windows color (decimal): -1341858 or 6194923. OLE color: 6194923.
HSL color Cylindrical-coordinate representation of color #EB865E: hue angle of 17.02º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB865E is Cyan = 0, Magento = 0.43, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 134 | 94 | - |
| CMYK | 0 | 0.43 | 0.6 | 0.08 |
| HSL | 17.02º | 0.78% | 0.65% | - |
| HSV(B) | 17.02º | 0.6% | 0.92% | - |
| XYZ | 44.81 | 35.52 | 15.08 | - |
| YUV | 159.64 | 90.96 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 134 | 94 | 0 | 0.43 | 0.6 | 0.08 | 17.02 | 0.78 | 0.65 |
| Hex | EB | 86 | 5E | 0 | 2B | 3C | 8 | 11 | 4E | 41 |
| Octal | 353 | 206 | 136 | 0 | 53 | 74 | 10 | 21 | 116 | 101 |
| Binary | 11101011 | 10000110 | 1011110 | 0 | 101011 | 111100 | 1000 | 10001 | 1001110 | 1000001 |
Color Harmonies of #EB865E
Complementary color
Monochromatic Colors of #EB865E
Black with #EB865E
Text Example
Text Example
White with #EB865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB865E; }
p { color: rgb(235,134,94); }
H1.HeaderClassName
{
color: #EB865E;
}
.AnyTagClassName
{
color: #EB865E;
}
</style>
background-color css
<style>
a { background-color: #EB865E; }
a { background-color: rgb(235,134,94); }
div.DivClassName
{
background-color: #EB865E;
}
.BgClassName
{
background-color: #EB865E;
}
</style>
border-color css
<style>
span { border-color: #EB865E; }
span { border-color: rgb(235,134,94); }
td.TdClassName
{
border-color: #EB865E;
}
.TagClassName
{
border-color: #EB865E;
}
</style>