Shades of Crusta #EB885C
Tints of Crusta #EB885C
RGB
CMYK
RGB Variations
Color information
#EB885C (or 0xEB885C) is known color: Crusta. HEX triplet: EB, 88 and 5C. RGB value is (235,136,92). Sum of RGB (Red+Green+Blue) = 235+136+92=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB885C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB885C is #1477A3. Grayscale: #A0A0A0. Windows color (decimal): -1341348 or 6064363. OLE color: 6064363.
HSL color Cylindrical-coordinate representation of color #EB885C: hue angle of 18.46º 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 #EB885C is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 136 | 92 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.08 |
| HSL | 18.46º | 0.78% | 0.64% | - |
| HSV(B) | 18.46º | 0.61% | 0.92% | - |
| XYZ | 45 | 36.04 | 14.71 | - |
| YUV | 160.59 | 89.3 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 136 | 92 | 0 | 0.42 | 0.61 | 0.08 | 18.46 | 0.78 | 0.64 |
| Hex | EB | 88 | 5C | 0 | 2A | 3D | 8 | 12 | 4E | 40 |
| Octal | 353 | 210 | 134 | 0 | 52 | 75 | 10 | 22 | 116 | 100 |
| Binary | 11101011 | 10001000 | 1011100 | 0 | 101010 | 111101 | 1000 | 10010 | 1001110 | 1000000 |
Color Harmonies of #EB885C
Complementary color
Monochromatic Colors of #EB885C
Black with #EB885C
Text Example
Text Example
White with #EB885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB885C; }
p { color: rgb(235,136,92); }
H1.HeaderClassName
{
color: #EB885C;
}
.AnyTagClassName
{
color: #EB885C;
}
</style>
background-color css
<style>
a { background-color: #EB885C; }
a { background-color: rgb(235,136,92); }
div.DivClassName
{
background-color: #EB885C;
}
.BgClassName
{
background-color: #EB885C;
}
</style>
border-color css
<style>
span { border-color: #EB885C; }
span { border-color: rgb(235,136,92); }
td.TdClassName
{
border-color: #EB885C;
}
.TagClassName
{
border-color: #EB885C;
}
</style>