Shades of Crusta #E68C53
Tints of Crusta #E68C53
RGB
CMYK
RGB Variations
Color information
#E68C53 (or 0xE68C53) is known color: Crusta. HEX triplet: E6, 8C and 53. RGB value is (230,140,83). Sum of RGB (Red+Green+Blue) = 230+140+83=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C53 is #1973AC. Grayscale: #A0A0A0. Windows color (decimal): -1668013 or 5475558. OLE color: 5475558.
HSL color Cylindrical-coordinate representation of color #E68C53: hue angle of 23.27º 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 #E68C53 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 83 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.10 |
| HSL | 23.27º | 0.75% | 0.61% | - |
| HSV(B) | 23.27º | 0.64% | 0.9% | - |
| XYZ | 43.57 | 36.2 | 12.88 | - |
| YUV | 160.41 | 84.32 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 83 | 0 | 0.39 | 0.64 | 0.10 | 23.27 | 0.75 | 0.61 |
| Hex | E6 | 8C | 53 | 0 | 27 | 40 | A | 17 | 4B | 3D |
| Octal | 346 | 214 | 123 | 0 | 47 | 100 | 12 | 27 | 113 | 75 |
| Binary | 11100110 | 10001100 | 1010011 | 0 | 100111 | 1000000 | 1010 | 10111 | 1001011 | 111101 |
Color Harmonies of #E68C53
Complementary color
Monochromatic Colors of #E68C53
Black with #E68C53
Text Example
Text Example
White with #E68C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C53; }
p { color: rgb(230,140,83); }
H1.HeaderClassName
{
color: #E68C53;
}
.AnyTagClassName
{
color: #E68C53;
}
</style>
background-color css
<style>
a { background-color: #E68C53; }
a { background-color: rgb(230,140,83); }
div.DivClassName
{
background-color: #E68C53;
}
.BgClassName
{
background-color: #E68C53;
}
</style>
border-color css
<style>
span { border-color: #E68C53; }
span { border-color: rgb(230,140,83); }
td.TdClassName
{
border-color: #E68C53;
}
.TagClassName
{
border-color: #E68C53;
}
</style>