Shades of Crusta #E6855A
Tints of Crusta #E6855A
RGB
CMYK
RGB Variations
Color information
#E6855A (or 0xE6855A) is known color: Crusta. HEX triplet: E6, 85 and 5A. RGB value is (230,133,90). Sum of RGB (Red+Green+Blue) = 230+133+90=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6855A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6855A is #197AA5. Grayscale: #9D9D9D. Windows color (decimal): -1669798 or 5932518. OLE color: 5932518.
HSL color Cylindrical-coordinate representation of color #E6855A: hue angle of 18.43º 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 #E6855A is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 90 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.10 |
| HSL | 18.43º | 0.74% | 0.63% | - |
| HSV(B) | 18.43º | 0.61% | 0.9% | - |
| XYZ | 42.87 | 34.34 | 14.04 | - |
| YUV | 157.1 | 90.14 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 90 | 0 | 0.42 | 0.61 | 0.10 | 18.43 | 0.74 | 0.63 |
| Hex | E6 | 85 | 5A | 0 | 2A | 3D | A | 12 | 4A | 3F |
| Octal | 346 | 205 | 132 | 0 | 52 | 75 | 12 | 22 | 112 | 77 |
| Binary | 11100110 | 10000101 | 1011010 | 0 | 101010 | 111101 | 1010 | 10010 | 1001010 | 111111 |
Color Harmonies of #E6855A
Complementary color
Monochromatic Colors of #E6855A
Black with #E6855A
Text Example
Text Example
White with #E6855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6855A; }
p { color: rgb(230,133,90); }
H1.HeaderClassName
{
color: #E6855A;
}
.AnyTagClassName
{
color: #E6855A;
}
</style>
background-color css
<style>
a { background-color: #E6855A; }
a { background-color: rgb(230,133,90); }
div.DivClassName
{
background-color: #E6855A;
}
.BgClassName
{
background-color: #E6855A;
}
</style>
border-color css
<style>
span { border-color: #E6855A; }
span { border-color: rgb(230,133,90); }
td.TdClassName
{
border-color: #E6855A;
}
.TagClassName
{
border-color: #E6855A;
}
</style>