Shades of Crusta #E6885A
Tints of Crusta #E6885A
RGB
CMYK
RGB Variations
Color information
#E6885A (or 0xE6885A) is known color: Crusta. HEX triplet: E6, 88 and 5A. RGB value is (230,136,90). Sum of RGB (Red+Green+Blue) = 230+136+90=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6885A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6885A is #1977A5. Grayscale: #9F9F9F. Windows color (decimal): -1669030 or 5933286. OLE color: 5933286.
HSL color Cylindrical-coordinate representation of color #E6885A: hue angle of 19.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6885A is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 90 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.10 |
| HSL | 19.71º | 0.74% | 0.63% | - |
| HSV(B) | 19.71º | 0.61% | 0.9% | - |
| XYZ | 43.28 | 35.17 | 14.18 | - |
| YUV | 158.86 | 89.14 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 90 | 0 | 0.41 | 0.61 | 0.10 | 19.71 | 0.74 | 0.63 |
| Hex | E6 | 88 | 5A | 0 | 29 | 3D | A | 14 | 4A | 3F |
| Octal | 346 | 210 | 132 | 0 | 51 | 75 | 12 | 24 | 112 | 77 |
| Binary | 11100110 | 10001000 | 1011010 | 0 | 101001 | 111101 | 1010 | 10100 | 1001010 | 111111 |
Color Harmonies of #E6885A
Complementary color
Monochromatic Colors of #E6885A
Black with #E6885A
Text Example
Text Example
White with #E6885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6885A; }
p { color: rgb(230,136,90); }
H1.HeaderClassName
{
color: #E6885A;
}
.AnyTagClassName
{
color: #E6885A;
}
</style>
background-color css
<style>
a { background-color: #E6885A; }
a { background-color: rgb(230,136,90); }
div.DivClassName
{
background-color: #E6885A;
}
.BgClassName
{
background-color: #E6885A;
}
</style>
border-color css
<style>
span { border-color: #E6885A; }
span { border-color: rgb(230,136,90); }
td.TdClassName
{
border-color: #E6885A;
}
.TagClassName
{
border-color: #E6885A;
}
</style>