Shades of Crusta #EB8859
Tints of Crusta #EB8859
RGB
CMYK
RGB Variations
Color information
#EB8859 (or 0xEB8859) is known color: Crusta. HEX triplet: EB, 88 and 59. RGB value is (235,136,89). Sum of RGB (Red+Green+Blue) = 235+136+89=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 89 (35.16% from 255 or 19.35% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8859 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8859 is #1477A6. Grayscale: #A0A0A0. Windows color (decimal): -1341351 or 5867755. OLE color: 5867755.
HSL color Cylindrical-coordinate representation of color #EB8859: hue angle of 19.32º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB8859 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 136 | 89 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.08 |
| HSL | 19.32º | 0.78% | 0.64% | - |
| HSV(B) | 19.32º | 0.62% | 0.92% | - |
| XYZ | 44.87 | 35.99 | 14.03 | - |
| YUV | 160.24 | 87.8 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 136 | 89 | 0 | 0.42 | 0.62 | 0.08 | 19.32 | 0.78 | 0.64 |
| Hex | EB | 88 | 59 | 0 | 2A | 3E | 8 | 13 | 4E | 40 |
| Octal | 353 | 210 | 131 | 0 | 52 | 76 | 10 | 23 | 116 | 100 |
| Binary | 11101011 | 10001000 | 1011001 | 0 | 101010 | 111110 | 1000 | 10011 | 1001110 | 1000000 |
Color Harmonies of #EB8859
Complementary color
Monochromatic Colors of #EB8859
Black with #EB8859
Text Example
Text Example
White with #EB8859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8859; }
p { color: rgb(235,136,89); }
H1.HeaderClassName
{
color: #EB8859;
}
.AnyTagClassName
{
color: #EB8859;
}
</style>
background-color css
<style>
a { background-color: #EB8859; }
a { background-color: rgb(235,136,89); }
div.DivClassName
{
background-color: #EB8859;
}
.BgClassName
{
background-color: #EB8859;
}
</style>
border-color css
<style>
span { border-color: #EB8859; }
span { border-color: rgb(235,136,89); }
td.TdClassName
{
border-color: #EB8859;
}
.TagClassName
{
border-color: #EB8859;
}
</style>