Shades of Crusta #EB885B
Tints of Crusta #EB885B
RGB
CMYK
RGB Variations
Color information
#EB885B (or 0xEB885B) is known color: Crusta. HEX triplet: EB, 88 and 5B. RGB value is (235,136,91). Sum of RGB (Red+Green+Blue) = 235+136+91=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB885B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB885B is #1477A4. Grayscale: #A0A0A0. Windows color (decimal): -1341349 or 5998827. OLE color: 5998827.
HSL color Cylindrical-coordinate representation of color #EB885B: hue angle of 18.75º 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 #EB885B is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 136 | 91 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.08 |
| HSL | 18.75º | 0.78% | 0.64% | - |
| HSV(B) | 18.75º | 0.61% | 0.92% | - |
| XYZ | 44.95 | 36.03 | 14.48 | - |
| YUV | 160.47 | 88.8 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 136 | 91 | 0 | 0.42 | 0.61 | 0.08 | 18.75 | 0.78 | 0.64 |
| Hex | EB | 88 | 5B | 0 | 2A | 3D | 8 | 13 | 4E | 40 |
| Octal | 353 | 210 | 133 | 0 | 52 | 75 | 10 | 23 | 116 | 100 |
| Binary | 11101011 | 10001000 | 1011011 | 0 | 101010 | 111101 | 1000 | 10011 | 1001110 | 1000000 |
Color Harmonies of #EB885B
Complementary color
Monochromatic Colors of #EB885B
Black with #EB885B
Text Example
Text Example
White with #EB885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB885B; }
p { color: rgb(235,136,91); }
H1.HeaderClassName
{
color: #EB885B;
}
.AnyTagClassName
{
color: #EB885B;
}
</style>
background-color css
<style>
a { background-color: #EB885B; }
a { background-color: rgb(235,136,91); }
div.DivClassName
{
background-color: #EB885B;
}
.BgClassName
{
background-color: #EB885B;
}
</style>
border-color css
<style>
span { border-color: #EB885B; }
span { border-color: rgb(235,136,91); }
td.TdClassName
{
border-color: #EB885B;
}
.TagClassName
{
border-color: #EB885B;
}
</style>