Shades of Crusta #E68A56
Tints of Crusta #E68A56
RGB
CMYK
RGB Variations
Color information
#E68A56 (or 0xE68A56) is known color: Crusta. HEX triplet: E6, 8A and 56. RGB value is (230,138,86). Sum of RGB (Red+Green+Blue) = 230+138+86=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A56 is #1975A9. Grayscale: #9F9F9F. Windows color (decimal): -1668522 or 5671654. OLE color: 5671654.
HSL color Cylindrical-coordinate representation of color #E68A56: hue angle of 21.67º 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 #E68A56 is Cyan = 0, Magento = 0.4, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 86 | - |
| CMYK | 0 | 0.4 | 0.63 | 0.10 |
| HSL | 21.67º | 0.74% | 0.62% | - |
| HSV(B) | 21.67º | 0.63% | 0.9% | - |
| XYZ | 43.4 | 35.67 | 13.4 | - |
| YUV | 159.58 | 86.48 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 86 | 0 | 0.4 | 0.63 | 0.10 | 21.67 | 0.74 | 0.62 |
| Hex | E6 | 8A | 56 | 0 | 28 | 3F | A | 16 | 4A | 3E |
| Octal | 346 | 212 | 126 | 0 | 50 | 77 | 12 | 26 | 112 | 76 |
| Binary | 11100110 | 10001010 | 1010110 | 0 | 101000 | 111111 | 1010 | 10110 | 1001010 | 111110 |
Color Harmonies of #E68A56
Complementary color
Monochromatic Colors of #E68A56
Black with #E68A56
Text Example
Text Example
White with #E68A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A56; }
p { color: rgb(230,138,86); }
H1.HeaderClassName
{
color: #E68A56;
}
.AnyTagClassName
{
color: #E68A56;
}
</style>
background-color css
<style>
a { background-color: #E68A56; }
a { background-color: rgb(230,138,86); }
div.DivClassName
{
background-color: #E68A56;
}
.BgClassName
{
background-color: #E68A56;
}
</style>
border-color css
<style>
span { border-color: #E68A56; }
span { border-color: rgb(230,138,86); }
td.TdClassName
{
border-color: #E68A56;
}
.TagClassName
{
border-color: #E68A56;
}
</style>