Shades of Crusta #EB815C
Tints of Crusta #EB815C
RGB
CMYK
RGB Variations
Color information
#EB815C (or 0xEB815C) is known color: Crusta. HEX triplet: EB, 81 and 5C. RGB value is (235,129,92). Sum of RGB (Red+Green+Blue) = 235+129+92=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB815C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB815C is #147EA3. Grayscale: #9C9C9C. Windows color (decimal): -1343140 or 6062571. OLE color: 6062571.
HSL color Cylindrical-coordinate representation of color #EB815C: hue angle of 15.52º 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 #EB815C is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 129 | 92 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.08 |
| HSL | 15.52º | 0.78% | 0.64% | - |
| HSV(B) | 15.52º | 0.61% | 0.92% | - |
| XYZ | 44.04 | 34.14 | 14.39 | - |
| YUV | 156.48 | 91.62 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 129 | 92 | 0 | 0.45 | 0.61 | 0.08 | 15.52 | 0.78 | 0.64 |
| Hex | EB | 81 | 5C | 0 | 2D | 3D | 8 | 10 | 4E | 40 |
| Octal | 353 | 201 | 134 | 0 | 55 | 75 | 10 | 20 | 116 | 100 |
| Binary | 11101011 | 10000001 | 1011100 | 0 | 101101 | 111101 | 1000 | 10000 | 1001110 | 1000000 |
Color Harmonies of #EB815C
Complementary color
Monochromatic Colors of #EB815C
Black with #EB815C
Text Example
Text Example
White with #EB815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB815C; }
p { color: rgb(235,129,92); }
H1.HeaderClassName
{
color: #EB815C;
}
.AnyTagClassName
{
color: #EB815C;
}
</style>
background-color css
<style>
a { background-color: #EB815C; }
a { background-color: rgb(235,129,92); }
div.DivClassName
{
background-color: #EB815C;
}
.BgClassName
{
background-color: #EB815C;
}
</style>
border-color css
<style>
span { border-color: #EB815C; }
span { border-color: rgb(235,129,92); }
td.TdClassName
{
border-color: #EB815C;
}
.TagClassName
{
border-color: #EB815C;
}
</style>