Shades of Crusta #E68C5A
Tints of Crusta #E68C5A
RGB
CMYK
RGB Variations
Color information
#E68C5A (or 0xE68C5A) is known color: Crusta. HEX triplet: E6, 8C and 5A. RGB value is (230,140,90). Sum of RGB (Red+Green+Blue) = 230+140+90=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C5A is #1973A5. Grayscale: #A1A1A1. Windows color (decimal): -1668006 or 5934310. OLE color: 5934310.
HSL color Cylindrical-coordinate representation of color #E68C5A: hue angle of 21.43º 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 #E68C5A is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 90 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.10 |
| HSL | 21.43º | 0.74% | 0.63% | - |
| HSV(B) | 21.43º | 0.61% | 0.9% | - |
| XYZ | 43.86 | 36.32 | 14.37 | - |
| YUV | 161.21 | 87.82 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 90 | 0 | 0.39 | 0.61 | 0.10 | 21.43 | 0.74 | 0.63 |
| Hex | E6 | 8C | 5A | 0 | 27 | 3D | A | 15 | 4A | 3F |
| Octal | 346 | 214 | 132 | 0 | 47 | 75 | 12 | 25 | 112 | 77 |
| Binary | 11100110 | 10001100 | 1011010 | 0 | 100111 | 111101 | 1010 | 10101 | 1001010 | 111111 |
Color Harmonies of #E68C5A
Complementary color
Monochromatic Colors of #E68C5A
Black with #E68C5A
Text Example
Text Example
White with #E68C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C5A; }
p { color: rgb(230,140,90); }
H1.HeaderClassName
{
color: #E68C5A;
}
.AnyTagClassName
{
color: #E68C5A;
}
</style>
background-color css
<style>
a { background-color: #E68C5A; }
a { background-color: rgb(230,140,90); }
div.DivClassName
{
background-color: #E68C5A;
}
.BgClassName
{
background-color: #E68C5A;
}
</style>
border-color css
<style>
span { border-color: #E68C5A; }
span { border-color: rgb(230,140,90); }
td.TdClassName
{
border-color: #E68C5A;
}
.TagClassName
{
border-color: #E68C5A;
}
</style>