Shades of Crusta #E28255
Tints of Crusta #E28255
RGB
CMYK
RGB Variations
Color information
#E28255 (or 0xE28255) is known color: Crusta. HEX triplet: E2, 82 and 55. RGB value is (226,130,85). Sum of RGB (Red+Green+Blue) = 226+130+85=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E28255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28255 is #1D7DAA. Grayscale: #999999. Windows color (decimal): -1932715 or 5604066. OLE color: 5604066.
HSL color Cylindrical-coordinate representation of color #E28255: hue angle of 19.15º 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 #E28255 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 130 | 85 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.11 |
| HSL | 19.15º | 0.71% | 0.61% | - |
| HSV(B) | 19.15º | 0.62% | 0.89% | - |
| XYZ | 40.99 | 32.79 | 12.76 | - |
| YUV | 153.57 | 89.3 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 130 | 85 | 0 | 0.42 | 0.62 | 0.11 | 19.15 | 0.71 | 0.61 |
| Hex | E2 | 82 | 55 | 0 | 2A | 3E | B | 13 | 47 | 3D |
| Octal | 342 | 202 | 125 | 0 | 52 | 76 | 13 | 23 | 107 | 75 |
| Binary | 11100010 | 10000010 | 1010101 | 0 | 101010 | 111110 | 1011 | 10011 | 1000111 | 111101 |
Color Harmonies of #E28255
Complementary color
Monochromatic Colors of #E28255
Black with #E28255
Text Example
Text Example
White with #E28255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28255; }
p { color: rgb(226,130,85); }
H1.HeaderClassName
{
color: #E28255;
}
.AnyTagClassName
{
color: #E28255;
}
</style>
background-color css
<style>
a { background-color: #E28255; }
a { background-color: rgb(226,130,85); }
div.DivClassName
{
background-color: #E28255;
}
.BgClassName
{
background-color: #E28255;
}
</style>
border-color css
<style>
span { border-color: #E28255; }
span { border-color: rgb(226,130,85); }
td.TdClassName
{
border-color: #E28255;
}
.TagClassName
{
border-color: #E28255;
}
</style>