Shades of Crusta #EB855D
Tints of Crusta #EB855D
RGB
CMYK
RGB Variations
Color information
#EB855D (or 0xEB855D) is known color: Crusta. HEX triplet: EB, 85 and 5D. RGB value is (235,133,93). Sum of RGB (Red+Green+Blue) = 235+133+93=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB855D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB855D is #147AA2. Grayscale: #9F9F9F. Windows color (decimal): -1342115 or 6129131. OLE color: 6129131.
HSL color Cylindrical-coordinate representation of color #EB855D: hue angle of 16.9º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB855D is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 133 | 93 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.08 |
| HSL | 16.9º | 0.78% | 0.64% | - |
| HSV(B) | 16.9º | 0.6% | 0.92% | - |
| XYZ | 44.62 | 35.23 | 14.8 | - |
| YUV | 158.94 | 90.79 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 133 | 93 | 0 | 0.43 | 0.60 | 0.08 | 16.9 | 0.78 | 0.64 |
| Hex | EB | 85 | 5D | 0 | 2B | 3C | 8 | 11 | 4E | 40 |
| Octal | 353 | 205 | 135 | 0 | 53 | 74 | 10 | 21 | 116 | 100 |
| Binary | 11101011 | 10000101 | 1011101 | 0 | 101011 | 111100 | 1000 | 10001 | 1001110 | 1000000 |
Color Harmonies of #EB855D
Complementary color
Monochromatic Colors of #EB855D
Black with #EB855D
Text Example
Text Example
White with #EB855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB855D; }
p { color: rgb(235,133,93); }
H1.HeaderClassName
{
color: #EB855D;
}
.AnyTagClassName
{
color: #EB855D;
}
</style>
background-color css
<style>
a { background-color: #EB855D; }
a { background-color: rgb(235,133,93); }
div.DivClassName
{
background-color: #EB855D;
}
.BgClassName
{
background-color: #EB855D;
}
</style>
border-color css
<style>
span { border-color: #EB855D; }
span { border-color: rgb(235,133,93); }
td.TdClassName
{
border-color: #EB855D;
}
.TagClassName
{
border-color: #EB855D;
}
</style>