Shades of Crusta #EB825C
Tints of Crusta #EB825C
RGB
CMYK
RGB Variations
Color information
#EB825C (or 0xEB825C) is known color: Crusta. HEX triplet: EB, 82 and 5C. RGB value is (235,130,92). Sum of RGB (Red+Green+Blue) = 235+130+92=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB825C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB825C is #147DA3. Grayscale: #9D9D9D. Windows color (decimal): -1342884 or 6062827. OLE color: 6062827.
HSL color Cylindrical-coordinate representation of color #EB825C: hue angle of 15.94º 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 #EB825C is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 130 | 92 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.08 |
| HSL | 15.94º | 0.78% | 0.64% | - |
| HSV(B) | 15.94º | 0.61% | 0.92% | - |
| XYZ | 44.18 | 34.4 | 14.44 | - |
| YUV | 157.06 | 91.29 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 130 | 92 | 0 | 0.45 | 0.61 | 0.08 | 15.94 | 0.78 | 0.64 |
| Hex | EB | 82 | 5C | 0 | 2D | 3D | 8 | 10 | 4E | 40 |
| Octal | 353 | 202 | 134 | 0 | 55 | 75 | 10 | 20 | 116 | 100 |
| Binary | 11101011 | 10000010 | 1011100 | 0 | 101101 | 111101 | 1000 | 10000 | 1001110 | 1000000 |
Color Harmonies of #EB825C
Complementary color
Monochromatic Colors of #EB825C
Black with #EB825C
Text Example
Text Example
White with #EB825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB825C; }
p { color: rgb(235,130,92); }
H1.HeaderClassName
{
color: #EB825C;
}
.AnyTagClassName
{
color: #EB825C;
}
</style>
background-color css
<style>
a { background-color: #EB825C; }
a { background-color: rgb(235,130,92); }
div.DivClassName
{
background-color: #EB825C;
}
.BgClassName
{
background-color: #EB825C;
}
</style>
border-color css
<style>
span { border-color: #EB825C; }
span { border-color: rgb(235,130,92); }
td.TdClassName
{
border-color: #EB825C;
}
.TagClassName
{
border-color: #EB825C;
}
</style>