Shades of Crusta #E6825D
Tints of Crusta #E6825D
RGB
CMYK
RGB Variations
Color information
#E6825D (or 0xE6825D) is known color: Crusta. HEX triplet: E6, 82 and 5D. RGB value is (230,130,93). Sum of RGB (Red+Green+Blue) = 230+130+93=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6825D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6825D is #197DA2. Grayscale: #9B9B9B. Windows color (decimal): -1670563 or 6128358. OLE color: 6128358.
HSL color Cylindrical-coordinate representation of color #E6825D: hue angle of 16.2º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6825D is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 93 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.10 |
| HSL | 16.2º | 0.73% | 0.63% | - |
| HSV(B) | 16.2º | 0.6% | 0.9% | - |
| XYZ | 42.59 | 33.58 | 14.59 | - |
| YUV | 155.68 | 92.63 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 93 | 0 | 0.43 | 0.60 | 0.10 | 16.2 | 0.73 | 0.63 |
| Hex | E6 | 82 | 5D | 0 | 2B | 3C | A | 10 | 49 | 3F |
| Octal | 346 | 202 | 135 | 0 | 53 | 74 | 12 | 20 | 111 | 77 |
| Binary | 11100110 | 10000010 | 1011101 | 0 | 101011 | 111100 | 1010 | 10000 | 1001001 | 111111 |
Color Harmonies of #E6825D
Complementary color
Monochromatic Colors of #E6825D
Black with #E6825D
Text Example
Text Example
White with #E6825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6825D; }
p { color: rgb(230,130,93); }
H1.HeaderClassName
{
color: #E6825D;
}
.AnyTagClassName
{
color: #E6825D;
}
</style>
background-color css
<style>
a { background-color: #E6825D; }
a { background-color: rgb(230,130,93); }
div.DivClassName
{
background-color: #E6825D;
}
.BgClassName
{
background-color: #E6825D;
}
</style>
border-color css
<style>
span { border-color: #E6825D; }
span { border-color: rgb(230,130,93); }
td.TdClassName
{
border-color: #E6825D;
}
.TagClassName
{
border-color: #E6825D;
}
</style>