Shades of Crusta #E68255
Tints of Crusta #E68255
RGB
CMYK
RGB Variations
Color information
#E68255 (or 0xE68255) is known color: Crusta. HEX triplet: E6, 82 and 55. RGB value is (230,130,85). Sum of RGB (Red+Green+Blue) = 230+130+85=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E68255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68255 is #197DAA. Grayscale: #9B9B9B. Windows color (decimal): -1670571 or 5604070. OLE color: 5604070.
HSL color Cylindrical-coordinate representation of color #E68255: hue angle of 18.62º 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 #E68255 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 85 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.10 |
| HSL | 18.62º | 0.74% | 0.62% | - |
| HSV(B) | 18.62º | 0.63% | 0.9% | - |
| XYZ | 42.26 | 33.44 | 12.82 | - |
| YUV | 154.77 | 88.63 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 85 | 0 | 0.43 | 0.63 | 0.10 | 18.62 | 0.74 | 0.62 |
| Hex | E6 | 82 | 55 | 0 | 2B | 3F | A | 13 | 4A | 3E |
| Octal | 346 | 202 | 125 | 0 | 53 | 77 | 12 | 23 | 112 | 76 |
| Binary | 11100110 | 10000010 | 1010101 | 0 | 101011 | 111111 | 1010 | 10011 | 1001010 | 111110 |
Color Harmonies of #E68255
Complementary color
Monochromatic Colors of #E68255
Black with #E68255
Text Example
Text Example
White with #E68255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68255; }
p { color: rgb(230,130,85); }
H1.HeaderClassName
{
color: #E68255;
}
.AnyTagClassName
{
color: #E68255;
}
</style>
background-color css
<style>
a { background-color: #E68255; }
a { background-color: rgb(230,130,85); }
div.DivClassName
{
background-color: #E68255;
}
.BgClassName
{
background-color: #E68255;
}
</style>
border-color css
<style>
span { border-color: #E68255; }
span { border-color: rgb(230,130,85); }
td.TdClassName
{
border-color: #E68255;
}
.TagClassName
{
border-color: #E68255;
}
</style>