Shades of Crusta #E28356
Tints of Crusta #E28356
RGB
CMYK
RGB Variations
Color information
#E28356 (or 0xE28356) is known color: Crusta. HEX triplet: E2, 83 and 56. RGB value is (226,131,86). Sum of RGB (Red+Green+Blue) = 226+131+86=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E28356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28356 is #1D7CA9. Grayscale: #9A9A9A. Windows color (decimal): -1932458 or 5669858. OLE color: 5669858.
HSL color Cylindrical-coordinate representation of color #E28356: hue angle of 19.29º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E28356 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 131 | 86 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.11 |
| HSL | 19.29º | 0.71% | 0.61% | - |
| HSV(B) | 19.29º | 0.62% | 0.89% | - |
| XYZ | 41.16 | 33.07 | 13.02 | - |
| YUV | 154.28 | 89.47 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 131 | 86 | 0 | 0.42 | 0.62 | 0.11 | 19.29 | 0.71 | 0.61 |
| Hex | E2 | 83 | 56 | 0 | 2A | 3E | B | 13 | 47 | 3D |
| Octal | 342 | 203 | 126 | 0 | 52 | 76 | 13 | 23 | 107 | 75 |
| Binary | 11100010 | 10000011 | 1010110 | 0 | 101010 | 111110 | 1011 | 10011 | 1000111 | 111101 |
Color Harmonies of #E28356
Complementary color
Monochromatic Colors of #E28356
Black with #E28356
Text Example
Text Example
White with #E28356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28356; }
p { color: rgb(226,131,86); }
H1.HeaderClassName
{
color: #E28356;
}
.AnyTagClassName
{
color: #E28356;
}
</style>
background-color css
<style>
a { background-color: #E28356; }
a { background-color: rgb(226,131,86); }
div.DivClassName
{
background-color: #E28356;
}
.BgClassName
{
background-color: #E28356;
}
</style>
border-color css
<style>
span { border-color: #E28356; }
span { border-color: rgb(226,131,86); }
td.TdClassName
{
border-color: #E28356;
}
.TagClassName
{
border-color: #E28356;
}
</style>