Shades of Crusta #E38255
Tints of Crusta #E38255
RGB
CMYK
RGB Variations
Color information
#E38255 (or 0xE38255) is known color: Crusta. HEX triplet: E3, 82 and 55. RGB value is (227,130,85). Sum of RGB (Red+Green+Blue) = 227+130+85=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E38255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38255 is #1C7DAA. Grayscale: #9A9A9A. Windows color (decimal): -1867179 or 5604067. OLE color: 5604067.
HSL color Cylindrical-coordinate representation of color #E38255: hue angle of 19.01º degrees, saturation: 0.72, 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 #E38255 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 130 | 85 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.11 |
| HSL | 19.01º | 0.72% | 0.61% | - |
| HSV(B) | 19.01º | 0.63% | 0.89% | - |
| XYZ | 41.3 | 32.95 | 12.78 | - |
| YUV | 153.87 | 89.14 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 85 | 0 | 0.43 | 0.63 | 0.11 | 19.01 | 0.72 | 0.61 |
| Hex | E3 | 82 | 55 | 0 | 2B | 3F | B | 13 | 48 | 3D |
| Octal | 343 | 202 | 125 | 0 | 53 | 77 | 13 | 23 | 110 | 75 |
| Binary | 11100011 | 10000010 | 1010101 | 0 | 101011 | 111111 | 1011 | 10011 | 1001000 | 111101 |
Color Harmonies of #E38255
Complementary color
Monochromatic Colors of #E38255
Black with #E38255
Text Example
Text Example
White with #E38255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38255; }
p { color: rgb(227,130,85); }
H1.HeaderClassName
{
color: #E38255;
}
.AnyTagClassName
{
color: #E38255;
}
</style>
background-color css
<style>
a { background-color: #E38255; }
a { background-color: rgb(227,130,85); }
div.DivClassName
{
background-color: #E38255;
}
.BgClassName
{
background-color: #E38255;
}
</style>
border-color css
<style>
span { border-color: #E38255; }
span { border-color: rgb(227,130,85); }
td.TdClassName
{
border-color: #E38255;
}
.TagClassName
{
border-color: #E38255;
}
</style>