Shades of Crusta #E68553
Tints of Crusta #E68553
RGB
CMYK
RGB Variations
Color information
#E68553 (or 0xE68553) is known color: Crusta. HEX triplet: E6, 85 and 53. RGB value is (230,133,83). Sum of RGB (Red+Green+Blue) = 230+133+83=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E68553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68553 is #197AAC. Grayscale: #9C9C9C. Windows color (decimal): -1669805 or 5473766. OLE color: 5473766.
HSL color Cylindrical-coordinate representation of color #E68553: hue angle of 20.41º 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 #E68553 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 83 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.10 |
| HSL | 20.41º | 0.75% | 0.61% | - |
| HSV(B) | 20.41º | 0.64% | 0.9% | - |
| XYZ | 42.58 | 34.22 | 12.54 | - |
| YUV | 156.3 | 86.64 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 83 | 0 | 0.42 | 0.64 | 0.10 | 20.41 | 0.75 | 0.61 |
| Hex | E6 | 85 | 53 | 0 | 2A | 40 | A | 14 | 4B | 3D |
| Octal | 346 | 205 | 123 | 0 | 52 | 100 | 12 | 24 | 113 | 75 |
| Binary | 11100110 | 10000101 | 1010011 | 0 | 101010 | 1000000 | 1010 | 10100 | 1001011 | 111101 |
Color Harmonies of #E68553
Complementary color
Monochromatic Colors of #E68553
Black with #E68553
Text Example
Text Example
White with #E68553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68553; }
p { color: rgb(230,133,83); }
H1.HeaderClassName
{
color: #E68553;
}
.AnyTagClassName
{
color: #E68553;
}
</style>
background-color css
<style>
a { background-color: #E68553; }
a { background-color: rgb(230,133,83); }
div.DivClassName
{
background-color: #E68553;
}
.BgClassName
{
background-color: #E68553;
}
</style>
border-color css
<style>
span { border-color: #E68553; }
span { border-color: rgb(230,133,83); }
td.TdClassName
{
border-color: #E68553;
}
.TagClassName
{
border-color: #E68553;
}
</style>