Shades of Crusta #E68256
Tints of Crusta #E68256
RGB
CMYK
RGB Variations
Color information
#E68256 (or 0xE68256) is known color: Crusta. HEX triplet: E6, 82 and 56. RGB value is (230,130,86). Sum of RGB (Red+Green+Blue) = 230+130+86=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E68256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68256 is #197DA9. Grayscale: #9B9B9B. Windows color (decimal): -1670570 or 5669606. OLE color: 5669606.
HSL color Cylindrical-coordinate representation of color #E68256: hue angle of 18.33º 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 #E68256 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 86 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.10 |
| HSL | 18.33º | 0.74% | 0.62% | - |
| HSV(B) | 18.33º | 0.63% | 0.9% | - |
| XYZ | 42.3 | 33.46 | 13.03 | - |
| YUV | 154.88 | 89.13 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 86 | 0 | 0.43 | 0.63 | 0.10 | 18.33 | 0.74 | 0.62 |
| Hex | E6 | 82 | 56 | 0 | 2B | 3F | A | 12 | 4A | 3E |
| Octal | 346 | 202 | 126 | 0 | 53 | 77 | 12 | 22 | 112 | 76 |
| Binary | 11100110 | 10000010 | 1010110 | 0 | 101011 | 111111 | 1010 | 10010 | 1001010 | 111110 |
Color Harmonies of #E68256
Complementary color
Monochromatic Colors of #E68256
Black with #E68256
Text Example
Text Example
White with #E68256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68256; }
p { color: rgb(230,130,86); }
H1.HeaderClassName
{
color: #E68256;
}
.AnyTagClassName
{
color: #E68256;
}
</style>
background-color css
<style>
a { background-color: #E68256; }
a { background-color: rgb(230,130,86); }
div.DivClassName
{
background-color: #E68256;
}
.BgClassName
{
background-color: #E68256;
}
</style>
border-color css
<style>
span { border-color: #E68256; }
span { border-color: rgb(230,130,86); }
td.TdClassName
{
border-color: #E68256;
}
.TagClassName
{
border-color: #E68256;
}
</style>