Shades of Crusta #E68D5B
Tints of Crusta #E68D5B
RGB
CMYK
RGB Variations
Color information
#E68D5B (or 0xE68D5B) is known color: Crusta. HEX triplet: E6, 8D and 5B. RGB value is (230,141,91). Sum of RGB (Red+Green+Blue) = 230+141+91=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D5B is #1972A4. Grayscale: #A2A2A2. Windows color (decimal): -1667749 or 6000102. OLE color: 6000102.
HSL color Cylindrical-coordinate representation of color #E68D5B: hue angle of 21.58º 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 #E68D5B is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 91 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.10 |
| HSL | 21.58º | 0.74% | 0.63% | - |
| HSV(B) | 21.58º | 0.6% | 0.9% | - |
| XYZ | 44.05 | 36.63 | 14.65 | - |
| YUV | 161.91 | 87.99 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 91 | 0 | 0.39 | 0.60 | 0.10 | 21.58 | 0.74 | 0.63 |
| Hex | E6 | 8D | 5B | 0 | 27 | 3C | A | 16 | 4A | 3F |
| Octal | 346 | 215 | 133 | 0 | 47 | 74 | 12 | 26 | 112 | 77 |
| Binary | 11100110 | 10001101 | 1011011 | 0 | 100111 | 111100 | 1010 | 10110 | 1001010 | 111111 |
Color Harmonies of #E68D5B
Complementary color
Monochromatic Colors of #E68D5B
Black with #E68D5B
Text Example
Text Example
White with #E68D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D5B; }
p { color: rgb(230,141,91); }
H1.HeaderClassName
{
color: #E68D5B;
}
.AnyTagClassName
{
color: #E68D5B;
}
</style>
background-color css
<style>
a { background-color: #E68D5B; }
a { background-color: rgb(230,141,91); }
div.DivClassName
{
background-color: #E68D5B;
}
.BgClassName
{
background-color: #E68D5B;
}
</style>
border-color css
<style>
span { border-color: #E68D5B; }
span { border-color: rgb(230,141,91); }
td.TdClassName
{
border-color: #E68D5B;
}
.TagClassName
{
border-color: #E68D5B;
}
</style>