Shades of Crusta #E68C58
Tints of Crusta #E68C58
RGB
CMYK
RGB Variations
Color information
#E68C58 (or 0xE68C58) is known color: Crusta. HEX triplet: E6, 8C and 58. RGB value is (230,140,88). Sum of RGB (Red+Green+Blue) = 230+140+88=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C58 is #1973A7. Grayscale: #A1A1A1. Windows color (decimal): -1668008 or 5803238. OLE color: 5803238.
HSL color Cylindrical-coordinate representation of color #E68C58: hue angle of 21.97º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E68C58 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 88 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.10 |
| HSL | 21.97º | 0.74% | 0.62% | - |
| HSV(B) | 21.97º | 0.62% | 0.9% | - |
| XYZ | 43.77 | 36.28 | 13.93 | - |
| YUV | 160.98 | 86.82 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 88 | 0 | 0.39 | 0.62 | 0.10 | 21.97 | 0.74 | 0.62 |
| Hex | E6 | 8C | 58 | 0 | 27 | 3E | A | 16 | 4A | 3E |
| Octal | 346 | 214 | 130 | 0 | 47 | 76 | 12 | 26 | 112 | 76 |
| Binary | 11100110 | 10001100 | 1011000 | 0 | 100111 | 111110 | 1010 | 10110 | 1001010 | 111110 |
Color Harmonies of #E68C58
Complementary color
Monochromatic Colors of #E68C58
Black with #E68C58
Text Example
Text Example
White with #E68C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C58; }
p { color: rgb(230,140,88); }
H1.HeaderClassName
{
color: #E68C58;
}
.AnyTagClassName
{
color: #E68C58;
}
</style>
background-color css
<style>
a { background-color: #E68C58; }
a { background-color: rgb(230,140,88); }
div.DivClassName
{
background-color: #E68C58;
}
.BgClassName
{
background-color: #E68C58;
}
</style>
border-color css
<style>
span { border-color: #E68C58; }
span { border-color: rgb(230,140,88); }
td.TdClassName
{
border-color: #E68C58;
}
.TagClassName
{
border-color: #E68C58;
}
</style>