Shades of Crusta #EB825D
Tints of Crusta #EB825D
RGB
CMYK
RGB Variations
Color information
#EB825D (or 0xEB825D) is known color: Crusta. HEX triplet: EB, 82 and 5D. RGB value is (235,130,93). Sum of RGB (Red+Green+Blue) = 235+130+93=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB825D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB825D is #147DA2. Grayscale: #9D9D9D. Windows color (decimal): -1342883 or 6128363. OLE color: 6128363.
HSL color Cylindrical-coordinate representation of color #EB825D: hue angle of 15.63º 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 #EB825D is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 130 | 93 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.08 |
| HSL | 15.63º | 0.78% | 0.64% | - |
| HSV(B) | 15.63º | 0.6% | 0.92% | - |
| XYZ | 44.22 | 34.42 | 14.67 | - |
| YUV | 157.18 | 91.79 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 130 | 93 | 0 | 0.45 | 0.60 | 0.08 | 15.63 | 0.78 | 0.64 |
| Hex | EB | 82 | 5D | 0 | 2D | 3C | 8 | 10 | 4E | 40 |
| Octal | 353 | 202 | 135 | 0 | 55 | 74 | 10 | 20 | 116 | 100 |
| Binary | 11101011 | 10000010 | 1011101 | 0 | 101101 | 111100 | 1000 | 10000 | 1001110 | 1000000 |
Color Harmonies of #EB825D
Complementary color
Monochromatic Colors of #EB825D
Black with #EB825D
Text Example
Text Example
White with #EB825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB825D; }
p { color: rgb(235,130,93); }
H1.HeaderClassName
{
color: #EB825D;
}
.AnyTagClassName
{
color: #EB825D;
}
</style>
background-color css
<style>
a { background-color: #EB825D; }
a { background-color: rgb(235,130,93); }
div.DivClassName
{
background-color: #EB825D;
}
.BgClassName
{
background-color: #EB825D;
}
</style>
border-color css
<style>
span { border-color: #EB825D; }
span { border-color: rgb(235,130,93); }
td.TdClassName
{
border-color: #EB825D;
}
.TagClassName
{
border-color: #EB825D;
}
</style>