Shades of Crusta #E68A55
Tints of Crusta #E68A55
RGB
CMYK
RGB Variations
Color information
#E68A55 (or 0xE68A55) is known color: Crusta. HEX triplet: E6, 8A and 55. RGB value is (230,138,85). Sum of RGB (Red+Green+Blue) = 230+138+85=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A55 is #1975AA. Grayscale: #9F9F9F. Windows color (decimal): -1668523 or 5606118. OLE color: 5606118.
HSL color Cylindrical-coordinate representation of color #E68A55: hue angle of 21.93º 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 #E68A55 is Cyan = 0, Magento = 0.4, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 85 | - |
| CMYK | 0 | 0.4 | 0.63 | 0.10 |
| HSL | 21.93º | 0.74% | 0.62% | - |
| HSV(B) | 21.93º | 0.63% | 0.9% | - |
| XYZ | 43.36 | 35.66 | 13.19 | - |
| YUV | 159.47 | 85.98 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 85 | 0 | 0.4 | 0.63 | 0.10 | 21.93 | 0.74 | 0.62 |
| Hex | E6 | 8A | 55 | 0 | 28 | 3F | A | 16 | 4A | 3E |
| Octal | 346 | 212 | 125 | 0 | 50 | 77 | 12 | 26 | 112 | 76 |
| Binary | 11100110 | 10001010 | 1010101 | 0 | 101000 | 111111 | 1010 | 10110 | 1001010 | 111110 |
Color Harmonies of #E68A55
Complementary color
Monochromatic Colors of #E68A55
Black with #E68A55
Text Example
Text Example
White with #E68A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A55; }
p { color: rgb(230,138,85); }
H1.HeaderClassName
{
color: #E68A55;
}
.AnyTagClassName
{
color: #E68A55;
}
</style>
background-color css
<style>
a { background-color: #E68A55; }
a { background-color: rgb(230,138,85); }
div.DivClassName
{
background-color: #E68A55;
}
.BgClassName
{
background-color: #E68A55;
}
</style>
border-color css
<style>
span { border-color: #E68A55; }
span { border-color: rgb(230,138,85); }
td.TdClassName
{
border-color: #E68A55;
}
.TagClassName
{
border-color: #E68A55;
}
</style>