Shades of Crusta #E68A54
Tints of Crusta #E68A54
RGB
CMYK
RGB Variations
Color information
#E68A54 (or 0xE68A54) is known color: Crusta. HEX triplet: E6, 8A and 54. RGB value is (230,138,84). Sum of RGB (Red+Green+Blue) = 230+138+84=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A54 is #1975AB. Grayscale: #9F9F9F. Windows color (decimal): -1668524 or 5540582. OLE color: 5540582.
HSL color Cylindrical-coordinate representation of color #E68A54: hue angle of 22.19º 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 #E68A54 is Cyan = 0, Magento = 0.4, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 84 | - |
| CMYK | 0 | 0.4 | 0.63 | 0.10 |
| HSL | 22.19º | 0.74% | 0.62% | - |
| HSV(B) | 22.19º | 0.63% | 0.9% | - |
| XYZ | 43.32 | 35.64 | 12.98 | - |
| YUV | 159.35 | 85.48 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 84 | 0 | 0.4 | 0.63 | 0.10 | 22.19 | 0.74 | 0.62 |
| Hex | E6 | 8A | 54 | 0 | 28 | 3F | A | 16 | 4A | 3E |
| Octal | 346 | 212 | 124 | 0 | 50 | 77 | 12 | 26 | 112 | 76 |
| Binary | 11100110 | 10001010 | 1010100 | 0 | 101000 | 111111 | 1010 | 10110 | 1001010 | 111110 |
Color Harmonies of #E68A54
Complementary color
Monochromatic Colors of #E68A54
Black with #E68A54
Text Example
Text Example
White with #E68A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A54; }
p { color: rgb(230,138,84); }
H1.HeaderClassName
{
color: #E68A54;
}
.AnyTagClassName
{
color: #E68A54;
}
</style>
background-color css
<style>
a { background-color: #E68A54; }
a { background-color: rgb(230,138,84); }
div.DivClassName
{
background-color: #E68A54;
}
.BgClassName
{
background-color: #E68A54;
}
</style>
border-color css
<style>
span { border-color: #E68A54; }
span { border-color: rgb(230,138,84); }
td.TdClassName
{
border-color: #E68A54;
}
.TagClassName
{
border-color: #E68A54;
}
</style>