Shades of Crusta #E68355
Tints of Crusta #E68355
RGB
CMYK
RGB Variations
Color information
#E68355 (or 0xE68355) is known color: Crusta. HEX triplet: E6, 83 and 55. RGB value is (230,131,85). Sum of RGB (Red+Green+Blue) = 230+131+85=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E68355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68355 is #197CAA. Grayscale: #9B9B9B. Windows color (decimal): -1670315 or 5604326. OLE color: 5604326.
HSL color Cylindrical-coordinate representation of color #E68355: hue angle of 19.03º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E68355 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 131 | 85 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.10 |
| HSL | 19.03º | 0.74% | 0.62% | - |
| HSV(B) | 19.03º | 0.63% | 0.9% | - |
| XYZ | 42.39 | 33.71 | 12.87 | - |
| YUV | 155.36 | 88.3 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 131 | 85 | 0 | 0.43 | 0.63 | 0.10 | 19.03 | 0.74 | 0.62 |
| Hex | E6 | 83 | 55 | 0 | 2B | 3F | A | 13 | 4A | 3E |
| Octal | 346 | 203 | 125 | 0 | 53 | 77 | 12 | 23 | 112 | 76 |
| Binary | 11100110 | 10000011 | 1010101 | 0 | 101011 | 111111 | 1010 | 10011 | 1001010 | 111110 |
Color Harmonies of #E68355
Complementary color
Monochromatic Colors of #E68355
Black with #E68355
Text Example
Text Example
White with #E68355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68355; }
p { color: rgb(230,131,85); }
H1.HeaderClassName
{
color: #E68355;
}
.AnyTagClassName
{
color: #E68355;
}
</style>
background-color css
<style>
a { background-color: #E68355; }
a { background-color: rgb(230,131,85); }
div.DivClassName
{
background-color: #E68355;
}
.BgClassName
{
background-color: #E68355;
}
</style>
border-color css
<style>
span { border-color: #E68355; }
span { border-color: rgb(230,131,85); }
td.TdClassName
{
border-color: #E68355;
}
.TagClassName
{
border-color: #E68355;
}
</style>