Shades of Crusta #E28254
Tints of Crusta #E28254
RGB
CMYK
RGB Variations
Color information
#E28254 (or 0xE28254) is known color: Crusta. HEX triplet: E2, 82 and 54. RGB value is (226,130,84). Sum of RGB (Red+Green+Blue) = 226+130+84=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E28254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28254 is #1D7DAB. Grayscale: #999999. Windows color (decimal): -1932716 or 5538530. OLE color: 5538530.
HSL color Cylindrical-coordinate representation of color #E28254: hue angle of 19.44º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E28254 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 130 | 84 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.11 |
| HSL | 19.44º | 0.71% | 0.61% | - |
| HSV(B) | 19.44º | 0.63% | 0.89% | - |
| XYZ | 40.95 | 32.77 | 12.56 | - |
| YUV | 153.46 | 88.8 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 130 | 84 | 0 | 0.42 | 0.63 | 0.11 | 19.44 | 0.71 | 0.61 |
| Hex | E2 | 82 | 54 | 0 | 2A | 3F | B | 13 | 47 | 3D |
| Octal | 342 | 202 | 124 | 0 | 52 | 77 | 13 | 23 | 107 | 75 |
| Binary | 11100010 | 10000010 | 1010100 | 0 | 101010 | 111111 | 1011 | 10011 | 1000111 | 111101 |
Color Harmonies of #E28254
Complementary color
Monochromatic Colors of #E28254
Black with #E28254
Text Example
Text Example
White with #E28254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28254; }
p { color: rgb(226,130,84); }
H1.HeaderClassName
{
color: #E28254;
}
.AnyTagClassName
{
color: #E28254;
}
</style>
background-color css
<style>
a { background-color: #E28254; }
a { background-color: rgb(226,130,84); }
div.DivClassName
{
background-color: #E28254;
}
.BgClassName
{
background-color: #E28254;
}
</style>
border-color css
<style>
span { border-color: #E28254; }
span { border-color: rgb(226,130,84); }
td.TdClassName
{
border-color: #E28254;
}
.TagClassName
{
border-color: #E28254;
}
</style>