Shades of Crusta #E68D54
Tints of Crusta #E68D54
RGB
CMYK
RGB Variations
Color information
#E68D54 (or 0xE68D54) is known color: Crusta. HEX triplet: E6, 8D and 54. RGB value is (230,141,84). Sum of RGB (Red+Green+Blue) = 230+141+84=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D54 is #1972AB. Grayscale: #A1A1A1. Windows color (decimal): -1667756 or 5541350. OLE color: 5541350.
HSL color Cylindrical-coordinate representation of color #E68D54: hue angle of 23.42º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E68D54 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 84 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.10 |
| HSL | 23.42º | 0.74% | 0.62% | - |
| HSV(B) | 23.42º | 0.63% | 0.9% | - |
| XYZ | 43.76 | 36.51 | 13.13 | - |
| YUV | 161.11 | 84.49 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 84 | 0 | 0.39 | 0.63 | 0.10 | 23.42 | 0.74 | 0.62 |
| Hex | E6 | 8D | 54 | 0 | 27 | 3F | A | 17 | 4A | 3E |
| Octal | 346 | 215 | 124 | 0 | 47 | 77 | 12 | 27 | 112 | 76 |
| Binary | 11100110 | 10001101 | 1010100 | 0 | 100111 | 111111 | 1010 | 10111 | 1001010 | 111110 |
Color Harmonies of #E68D54
Complementary color
Monochromatic Colors of #E68D54
Black with #E68D54
Text Example
Text Example
White with #E68D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D54; }
p { color: rgb(230,141,84); }
H1.HeaderClassName
{
color: #E68D54;
}
.AnyTagClassName
{
color: #E68D54;
}
</style>
background-color css
<style>
a { background-color: #E68D54; }
a { background-color: rgb(230,141,84); }
div.DivClassName
{
background-color: #E68D54;
}
.BgClassName
{
background-color: #E68D54;
}
</style>
border-color css
<style>
span { border-color: #E68D54; }
span { border-color: rgb(230,141,84); }
td.TdClassName
{
border-color: #E68D54;
}
.TagClassName
{
border-color: #E68D54;
}
</style>