Shades of Crusta #E68E5A
Tints of Crusta #E68E5A
RGB
CMYK
RGB Variations
Color information
#E68E5A (or 0xE68E5A) is known color: Crusta. HEX triplet: E6, 8E and 5A. RGB value is (230,142,90). Sum of RGB (Red+Green+Blue) = 230+142+90=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68E5A is #1971A5. Grayscale: #A2A2A2. Windows color (decimal): -1667494 or 5934822. OLE color: 5934822.
HSL color Cylindrical-coordinate representation of color #E68E5A: hue angle of 22.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E68E5A is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 90 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.10 |
| HSL | 22.29º | 0.74% | 0.63% | - |
| HSV(B) | 22.29º | 0.61% | 0.9% | - |
| XYZ | 44.15 | 36.91 | 14.47 | - |
| YUV | 162.38 | 87.15 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 90 | 0 | 0.38 | 0.61 | 0.10 | 22.29 | 0.74 | 0.63 |
| Hex | E6 | 8E | 5A | 0 | 26 | 3D | A | 16 | 4A | 3F |
| Octal | 346 | 216 | 132 | 0 | 46 | 75 | 12 | 26 | 112 | 77 |
| Binary | 11100110 | 10001110 | 1011010 | 0 | 100110 | 111101 | 1010 | 10110 | 1001010 | 111111 |
Color Harmonies of #E68E5A
Complementary color
Monochromatic Colors of #E68E5A
Black with #E68E5A
Text Example
Text Example
White with #E68E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68E5A; }
p { color: rgb(230,142,90); }
H1.HeaderClassName
{
color: #E68E5A;
}
.AnyTagClassName
{
color: #E68E5A;
}
</style>
background-color css
<style>
a { background-color: #E68E5A; }
a { background-color: rgb(230,142,90); }
div.DivClassName
{
background-color: #E68E5A;
}
.BgClassName
{
background-color: #E68E5A;
}
</style>
border-color css
<style>
span { border-color: #E68E5A; }
span { border-color: rgb(230,142,90); }
td.TdClassName
{
border-color: #E68E5A;
}
.TagClassName
{
border-color: #E68E5A;
}
</style>