Shades of Crusta #EB895D
Tints of Crusta #EB895D
RGB
CMYK
RGB Variations
Color information
#EB895D (or 0xEB895D) is known color: Crusta. HEX triplet: EB, 89 and 5D. RGB value is (235,137,93). Sum of RGB (Red+Green+Blue) = 235+137+93=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB895D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB895D is #1476A2. Grayscale: #A1A1A1. Windows color (decimal): -1341091 or 6130155. OLE color: 6130155.
HSL color Cylindrical-coordinate representation of color #EB895D: hue angle of 18.59º 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 #EB895D is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 137 | 93 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.08 |
| HSL | 18.59º | 0.78% | 0.64% | - |
| HSV(B) | 18.59º | 0.6% | 0.92% | - |
| XYZ | 45.18 | 36.34 | 14.99 | - |
| YUV | 161.29 | 89.47 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 137 | 93 | 0 | 0.42 | 0.60 | 0.08 | 18.59 | 0.78 | 0.64 |
| Hex | EB | 89 | 5D | 0 | 2A | 3C | 8 | 13 | 4E | 40 |
| Octal | 353 | 211 | 135 | 0 | 52 | 74 | 10 | 23 | 116 | 100 |
| Binary | 11101011 | 10001001 | 1011101 | 0 | 101010 | 111100 | 1000 | 10011 | 1001110 | 1000000 |
Color Harmonies of #EB895D
Complementary color
Monochromatic Colors of #EB895D
Black with #EB895D
Text Example
Text Example
White with #EB895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB895D; }
p { color: rgb(235,137,93); }
H1.HeaderClassName
{
color: #EB895D;
}
.AnyTagClassName
{
color: #EB895D;
}
</style>
background-color css
<style>
a { background-color: #EB895D; }
a { background-color: rgb(235,137,93); }
div.DivClassName
{
background-color: #EB895D;
}
.BgClassName
{
background-color: #EB895D;
}
</style>
border-color css
<style>
span { border-color: #EB895D; }
span { border-color: rgb(235,137,93); }
td.TdClassName
{
border-color: #EB895D;
}
.TagClassName
{
border-color: #EB895D;
}
</style>