Shades of Crusta #EB855C
Tints of Crusta #EB855C
RGB
CMYK
RGB Variations
Color information
#EB855C (or 0xEB855C) is known color: Crusta. HEX triplet: EB, 85 and 5C. RGB value is (235,133,92). Sum of RGB (Red+Green+Blue) = 235+133+92=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB855C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB855C is #147AA3. Grayscale: #9F9F9F. Windows color (decimal): -1342116 or 6063595. OLE color: 6063595.
HSL color Cylindrical-coordinate representation of color #EB855C: hue angle of 17.2º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EB855C is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 133 | 92 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.08 |
| HSL | 17.2º | 0.78% | 0.64% | - |
| HSV(B) | 17.2º | 0.61% | 0.92% | - |
| XYZ | 44.58 | 35.21 | 14.57 | - |
| YUV | 158.82 | 90.29 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 133 | 92 | 0 | 0.43 | 0.61 | 0.08 | 17.2 | 0.78 | 0.64 |
| Hex | EB | 85 | 5C | 0 | 2B | 3D | 8 | 11 | 4E | 40 |
| Octal | 353 | 205 | 134 | 0 | 53 | 75 | 10 | 21 | 116 | 100 |
| Binary | 11101011 | 10000101 | 1011100 | 0 | 101011 | 111101 | 1000 | 10001 | 1001110 | 1000000 |
Color Harmonies of #EB855C
Complementary color
Monochromatic Colors of #EB855C
Black with #EB855C
Text Example
Text Example
White with #EB855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB855C; }
p { color: rgb(235,133,92); }
H1.HeaderClassName
{
color: #EB855C;
}
.AnyTagClassName
{
color: #EB855C;
}
</style>
background-color css
<style>
a { background-color: #EB855C; }
a { background-color: rgb(235,133,92); }
div.DivClassName
{
background-color: #EB855C;
}
.BgClassName
{
background-color: #EB855C;
}
</style>
border-color css
<style>
span { border-color: #EB855C; }
span { border-color: rgb(235,133,92); }
td.TdClassName
{
border-color: #EB855C;
}
.TagClassName
{
border-color: #EB855C;
}
</style>