Shades of Crusta #EB805D
Tints of Crusta #EB805D
RGB
CMYK
RGB Variations
Color information
#EB805D (or 0xEB805D) is known color: Crusta. HEX triplet: EB, 80 and 5D. RGB value is (235,128,93). Sum of RGB (Red+Green+Blue) = 235+128+93=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB805D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB805D is #147FA2. Grayscale: #9C9C9C. Windows color (decimal): -1343395 or 6127851. OLE color: 6127851.
HSL color Cylindrical-coordinate representation of color #EB805D: hue angle of 14.79º 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 #EB805D is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 128 | 93 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.08 |
| HSL | 14.79º | 0.78% | 0.64% | - |
| HSV(B) | 14.79º | 0.6% | 0.92% | - |
| XYZ | 43.96 | 33.89 | 14.58 | - |
| YUV | 156 | 92.45 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 128 | 93 | 0 | 0.46 | 0.60 | 0.08 | 14.79 | 0.78 | 0.64 |
| Hex | EB | 80 | 5D | 0 | 2E | 3C | 8 | F | 4E | 40 |
| Octal | 353 | 200 | 135 | 0 | 56 | 74 | 10 | 17 | 116 | 100 |
| Binary | 11101011 | 10000000 | 1011101 | 0 | 101110 | 111100 | 1000 | 1111 | 1001110 | 1000000 |
Color Harmonies of #EB805D
Complementary color
Monochromatic Colors of #EB805D
Black with #EB805D
Text Example
Text Example
White with #EB805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB805D; }
p { color: rgb(235,128,93); }
H1.HeaderClassName
{
color: #EB805D;
}
.AnyTagClassName
{
color: #EB805D;
}
</style>
background-color css
<style>
a { background-color: #EB805D; }
a { background-color: rgb(235,128,93); }
div.DivClassName
{
background-color: #EB805D;
}
.BgClassName
{
background-color: #EB805D;
}
</style>
border-color css
<style>
span { border-color: #EB805D; }
span { border-color: rgb(235,128,93); }
td.TdClassName
{
border-color: #EB805D;
}
.TagClassName
{
border-color: #EB805D;
}
</style>