Shades of Crusta #EB825E
Tints of Crusta #EB825E
RGB
CMYK
RGB Variations
Color information
#EB825E (or 0xEB825E) is known color: Crusta. HEX triplet: EB, 82 and 5E. RGB value is (235,130,94). Sum of RGB (Red+Green+Blue) = 235+130+94=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB825E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB825E is #147DA1. Grayscale: #9D9D9D. Windows color (decimal): -1342882 or 6193899. OLE color: 6193899.
HSL color Cylindrical-coordinate representation of color #EB825E: hue angle of 15.32º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB825E is Cyan = 0, Magento = 0.45, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 130 | 94 | - |
| CMYK | 0 | 0.45 | 0.6 | 0.08 |
| HSL | 15.32º | 0.78% | 0.65% | - |
| HSV(B) | 15.32º | 0.6% | 0.92% | - |
| XYZ | 44.26 | 34.44 | 14.9 | - |
| YUV | 157.29 | 92.29 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 130 | 94 | 0 | 0.45 | 0.6 | 0.08 | 15.32 | 0.78 | 0.65 |
| Hex | EB | 82 | 5E | 0 | 2D | 3C | 8 | F | 4E | 41 |
| Octal | 353 | 202 | 136 | 0 | 55 | 74 | 10 | 17 | 116 | 101 |
| Binary | 11101011 | 10000010 | 1011110 | 0 | 101101 | 111100 | 1000 | 1111 | 1001110 | 1000001 |
Color Harmonies of #EB825E
Complementary color
Monochromatic Colors of #EB825E
Black with #EB825E
Text Example
Text Example
White with #EB825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB825E; }
p { color: rgb(235,130,94); }
H1.HeaderClassName
{
color: #EB825E;
}
.AnyTagClassName
{
color: #EB825E;
}
</style>
background-color css
<style>
a { background-color: #EB825E; }
a { background-color: rgb(235,130,94); }
div.DivClassName
{
background-color: #EB825E;
}
.BgClassName
{
background-color: #EB825E;
}
</style>
border-color css
<style>
span { border-color: #EB825E; }
span { border-color: rgb(235,130,94); }
td.TdClassName
{
border-color: #EB825E;
}
.TagClassName
{
border-color: #EB825E;
}
</style>