Shades of Crusta #E68656
Tints of Crusta #E68656
RGB
CMYK
RGB Variations
Color information
#E68656 (or 0xE68656) is known color: Crusta. HEX triplet: E6, 86 and 56. RGB value is (230,134,86). Sum of RGB (Red+Green+Blue) = 230+134+86=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E68656 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68656 is #1979A9. Grayscale: #9D9D9D. Windows color (decimal): -1669546 or 5670630. OLE color: 5670630.
HSL color Cylindrical-coordinate representation of color #E68656: hue angle of 20º 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 #E68656 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 86 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.10 |
| HSL | 20º | 0.74% | 0.62% | - |
| HSV(B) | 20º | 0.63% | 0.9% | - |
| XYZ | 42.84 | 34.55 | 13.21 | - |
| YUV | 157.23 | 87.8 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 86 | 0 | 0.42 | 0.63 | 0.10 | 20 | 0.74 | 0.62 |
| Hex | E6 | 86 | 56 | 0 | 2A | 3F | A | 14 | 4A | 3E |
| Octal | 346 | 206 | 126 | 0 | 52 | 77 | 12 | 24 | 112 | 76 |
| Binary | 11100110 | 10000110 | 1010110 | 0 | 101010 | 111111 | 1010 | 10100 | 1001010 | 111110 |
Color Harmonies of #E68656
Complementary color
Monochromatic Colors of #E68656
Black with #E68656
Text Example
Text Example
White with #E68656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68656; }
p { color: rgb(230,134,86); }
H1.HeaderClassName
{
color: #E68656;
}
.AnyTagClassName
{
color: #E68656;
}
</style>
background-color css
<style>
a { background-color: #E68656; }
a { background-color: rgb(230,134,86); }
div.DivClassName
{
background-color: #E68656;
}
.BgClassName
{
background-color: #E68656;
}
</style>
border-color css
<style>
span { border-color: #E68656; }
span { border-color: rgb(230,134,86); }
td.TdClassName
{
border-color: #E68656;
}
.TagClassName
{
border-color: #E68656;
}
</style>