Shades of Crusta #E68158
Tints of Crusta #E68158
RGB
CMYK
RGB Variations
Color information
#E68158 (or 0xE68158) is known color: Crusta. HEX triplet: E6, 81 and 58. RGB value is (230,129,88). Sum of RGB (Red+Green+Blue) = 230+129+88=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 88 (34.77% from 255 or 19.69% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E68158 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68158 is #197EA7. Grayscale: #9A9A9A. Windows color (decimal): -1670824 or 5800422. OLE color: 5800422.
HSL color Cylindrical-coordinate representation of color #E68158: hue angle of 17.32º 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 #E68158 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 88 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.10 |
| HSL | 17.32º | 0.74% | 0.62% | - |
| HSV(B) | 17.32º | 0.62% | 0.9% | - |
| XYZ | 42.24 | 33.23 | 13.42 | - |
| YUV | 154.53 | 90.46 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 88 | 0 | 0.44 | 0.62 | 0.10 | 17.32 | 0.74 | 0.62 |
| Hex | E6 | 81 | 58 | 0 | 2C | 3E | A | 11 | 4A | 3E |
| Octal | 346 | 201 | 130 | 0 | 54 | 76 | 12 | 21 | 112 | 76 |
| Binary | 11100110 | 10000001 | 1011000 | 0 | 101100 | 111110 | 1010 | 10001 | 1001010 | 111110 |
Color Harmonies of #E68158
Complementary color
Monochromatic Colors of #E68158
Black with #E68158
Text Example
Text Example
White with #E68158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68158; }
p { color: rgb(230,129,88); }
H1.HeaderClassName
{
color: #E68158;
}
.AnyTagClassName
{
color: #E68158;
}
</style>
background-color css
<style>
a { background-color: #E68158; }
a { background-color: rgb(230,129,88); }
div.DivClassName
{
background-color: #E68158;
}
.BgClassName
{
background-color: #E68158;
}
</style>
border-color css
<style>
span { border-color: #E68158; }
span { border-color: rgb(230,129,88); }
td.TdClassName
{
border-color: #E68158;
}
.TagClassName
{
border-color: #E68158;
}
</style>