Shades of Crusta #E68D53
Tints of Crusta #E68D53
RGB
CMYK
RGB Variations
Color information
#E68D53 (or 0xE68D53) is known color: Crusta. HEX triplet: E6, 8D and 53. RGB value is (230,141,83). Sum of RGB (Red+Green+Blue) = 230+141+83=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 83 (32.81% from 255 or 18.28% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D53 is #1972AC. Grayscale: #A1A1A1. Windows color (decimal): -1667757 or 5475814. OLE color: 5475814.
HSL color Cylindrical-coordinate representation of color #E68D53: hue angle of 23.67º 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 #E68D53 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 83 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.10 |
| HSL | 23.67º | 0.75% | 0.61% | - |
| HSV(B) | 23.67º | 0.64% | 0.9% | - |
| XYZ | 43.72 | 36.5 | 12.92 | - |
| YUV | 161 | 83.99 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 83 | 0 | 0.39 | 0.64 | 0.10 | 23.67 | 0.75 | 0.61 |
| Hex | E6 | 8D | 53 | 0 | 27 | 40 | A | 18 | 4B | 3D |
| Octal | 346 | 215 | 123 | 0 | 47 | 100 | 12 | 30 | 113 | 75 |
| Binary | 11100110 | 10001101 | 1010011 | 0 | 100111 | 1000000 | 1010 | 11000 | 1001011 | 111101 |
Color Harmonies of #E68D53
Complementary color
Monochromatic Colors of #E68D53
Black with #E68D53
Text Example
Text Example
White with #E68D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D53; }
p { color: rgb(230,141,83); }
H1.HeaderClassName
{
color: #E68D53;
}
.AnyTagClassName
{
color: #E68D53;
}
</style>
background-color css
<style>
a { background-color: #E68D53; }
a { background-color: rgb(230,141,83); }
div.DivClassName
{
background-color: #E68D53;
}
.BgClassName
{
background-color: #E68D53;
}
</style>
border-color css
<style>
span { border-color: #E68D53; }
span { border-color: rgb(230,141,83); }
td.TdClassName
{
border-color: #E68D53;
}
.TagClassName
{
border-color: #E68D53;
}
</style>