Shades of Crusta #E68653
Tints of Crusta #E68653
RGB
CMYK
RGB Variations
Color information
#E68653 (or 0xE68653) is known color: Crusta. HEX triplet: E6, 86 and 53. RGB value is (230,134,83). Sum of RGB (Red+Green+Blue) = 230+134+83=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E68653 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68653 is #1979AC. Grayscale: #9D9D9D. Windows color (decimal): -1669549 or 5474022. OLE color: 5474022.
HSL color Cylindrical-coordinate representation of color #E68653: hue angle of 20.82º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E68653 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 83 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.10 |
| HSL | 20.82º | 0.75% | 0.61% | - |
| HSV(B) | 20.82º | 0.64% | 0.9% | - |
| XYZ | 42.72 | 34.5 | 12.59 | - |
| YUV | 156.89 | 86.3 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 83 | 0 | 0.42 | 0.64 | 0.10 | 20.82 | 0.75 | 0.61 |
| Hex | E6 | 86 | 53 | 0 | 2A | 40 | A | 15 | 4B | 3D |
| Octal | 346 | 206 | 123 | 0 | 52 | 100 | 12 | 25 | 113 | 75 |
| Binary | 11100110 | 10000110 | 1010011 | 0 | 101010 | 1000000 | 1010 | 10101 | 1001011 | 111101 |
Color Harmonies of #E68653
Complementary color
Monochromatic Colors of #E68653
Black with #E68653
Text Example
Text Example
White with #E68653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68653; }
p { color: rgb(230,134,83); }
H1.HeaderClassName
{
color: #E68653;
}
.AnyTagClassName
{
color: #E68653;
}
</style>
background-color css
<style>
a { background-color: #E68653; }
a { background-color: rgb(230,134,83); }
div.DivClassName
{
background-color: #E68653;
}
.BgClassName
{
background-color: #E68653;
}
</style>
border-color css
<style>
span { border-color: #E68653; }
span { border-color: rgb(230,134,83); }
td.TdClassName
{
border-color: #E68653;
}
.TagClassName
{
border-color: #E68653;
}
</style>