Shades of Crusta #E68C5B
Tints of Crusta #E68C5B
RGB
CMYK
RGB Variations
Color information
#E68C5B (or 0xE68C5B) is known color: Crusta. HEX triplet: E6, 8C and 5B. RGB value is (230,140,91). Sum of RGB (Red+Green+Blue) = 230+140+91=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C5B is #1973A4. Grayscale: #A1A1A1. Windows color (decimal): -1668005 or 5999846. OLE color: 5999846.
HSL color Cylindrical-coordinate representation of color #E68C5B: hue angle of 21.15º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E68C5B is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 91 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.10 |
| HSL | 21.15º | 0.74% | 0.63% | - |
| HSV(B) | 21.15º | 0.6% | 0.9% | - |
| XYZ | 43.9 | 36.33 | 14.6 | - |
| YUV | 161.32 | 88.32 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 91 | 0 | 0.39 | 0.60 | 0.10 | 21.15 | 0.74 | 0.63 |
| Hex | E6 | 8C | 5B | 0 | 27 | 3C | A | 15 | 4A | 3F |
| Octal | 346 | 214 | 133 | 0 | 47 | 74 | 12 | 25 | 112 | 77 |
| Binary | 11100110 | 10001100 | 1011011 | 0 | 100111 | 111100 | 1010 | 10101 | 1001010 | 111111 |
Color Harmonies of #E68C5B
Complementary color
Monochromatic Colors of #E68C5B
Black with #E68C5B
Text Example
Text Example
White with #E68C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C5B; }
p { color: rgb(230,140,91); }
H1.HeaderClassName
{
color: #E68C5B;
}
.AnyTagClassName
{
color: #E68C5B;
}
</style>
background-color css
<style>
a { background-color: #E68C5B; }
a { background-color: rgb(230,140,91); }
div.DivClassName
{
background-color: #E68C5B;
}
.BgClassName
{
background-color: #E68C5B;
}
</style>
border-color css
<style>
span { border-color: #E68C5B; }
span { border-color: rgb(230,140,91); }
td.TdClassName
{
border-color: #E68C5B;
}
.TagClassName
{
border-color: #E68C5B;
}
</style>