Shades of Crusta #E68F55
Tints of Crusta #E68F55
RGB
CMYK
RGB Variations
Color information
#E68F55 (or 0xE68F55) is known color: Crusta. HEX triplet: E6, 8F and 55. RGB value is (230,143,85). Sum of RGB (Red+Green+Blue) = 230+143+85=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68F55 is #1970AA. Grayscale: #A2A2A2. Windows color (decimal): -1667243 or 5607398. OLE color: 5607398.
HSL color Cylindrical-coordinate representation of color #E68F55: hue angle of 24º 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 #E68F55 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 85 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.10 |
| HSL | 24º | 0.74% | 0.62% | - |
| HSV(B) | 24º | 0.63% | 0.9% | - |
| XYZ | 44.1 | 37.12 | 13.44 | - |
| YUV | 162.4 | 84.32 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 85 | 0 | 0.38 | 0.63 | 0.10 | 24 | 0.74 | 0.62 |
| Hex | E6 | 8F | 55 | 0 | 26 | 3F | A | 18 | 4A | 3E |
| Octal | 346 | 217 | 125 | 0 | 46 | 77 | 12 | 30 | 112 | 76 |
| Binary | 11100110 | 10001111 | 1010101 | 0 | 100110 | 111111 | 1010 | 11000 | 1001010 | 111110 |
Color Harmonies of #E68F55
Complementary color
Monochromatic Colors of #E68F55
Black with #E68F55
Text Example
Text Example
White with #E68F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F55; }
p { color: rgb(230,143,85); }
H1.HeaderClassName
{
color: #E68F55;
}
.AnyTagClassName
{
color: #E68F55;
}
</style>
background-color css
<style>
a { background-color: #E68F55; }
a { background-color: rgb(230,143,85); }
div.DivClassName
{
background-color: #E68F55;
}
.BgClassName
{
background-color: #E68F55;
}
</style>
border-color css
<style>
span { border-color: #E68F55; }
span { border-color: rgb(230,143,85); }
td.TdClassName
{
border-color: #E68F55;
}
.TagClassName
{
border-color: #E68F55;
}
</style>