Shades of Crusta #E38353
Tints of Crusta #E38353
RGB
CMYK
RGB Variations
Color information
#E38353 (or 0xE38353) is known color: Crusta. HEX triplet: E3, 83 and 53. RGB value is (227,131,83). Sum of RGB (Red+Green+Blue) = 227+131+83=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E38353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38353 is #1C7CAC. Grayscale: #9A9A9A. Windows color (decimal): -1866925 or 5473251. OLE color: 5473251.
HSL color Cylindrical-coordinate representation of color #E38353: hue angle of 20º 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 #E38353 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 131 | 83 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.11 |
| HSL | 20º | 0.72% | 0.61% | - |
| HSV(B) | 20º | 0.63% | 0.89% | - |
| XYZ | 41.36 | 33.19 | 12.41 | - |
| YUV | 154.23 | 87.8 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 131 | 83 | 0 | 0.42 | 0.63 | 0.11 | 20 | 0.72 | 0.61 |
| Hex | E3 | 83 | 53 | 0 | 2A | 3F | B | 14 | 48 | 3D |
| Octal | 343 | 203 | 123 | 0 | 52 | 77 | 13 | 24 | 110 | 75 |
| Binary | 11100011 | 10000011 | 1010011 | 0 | 101010 | 111111 | 1011 | 10100 | 1001000 | 111101 |
Color Harmonies of #E38353
Complementary color
Monochromatic Colors of #E38353
Black with #E38353
Text Example
Text Example
White with #E38353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38353; }
p { color: rgb(227,131,83); }
H1.HeaderClassName
{
color: #E38353;
}
.AnyTagClassName
{
color: #E38353;
}
</style>
background-color css
<style>
a { background-color: #E38353; }
a { background-color: rgb(227,131,83); }
div.DivClassName
{
background-color: #E38353;
}
.BgClassName
{
background-color: #E38353;
}
</style>
border-color css
<style>
span { border-color: #E38353; }
span { border-color: rgb(227,131,83); }
td.TdClassName
{
border-color: #E38353;
}
.TagClassName
{
border-color: #E38353;
}
</style>