Shades of Crusta #E38C55
Tints of Crusta #E38C55
RGB
CMYK
RGB Variations
Color information
#E38C55 (or 0xE38C55) is known color: Crusta. HEX triplet: E3, 8C and 55. RGB value is (227,140,85). Sum of RGB (Red+Green+Blue) = 227+140+85=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E38C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38C55 is #1C73AA. Grayscale: #A0A0A0. Windows color (decimal): -1864619 or 5606627. OLE color: 5606627.
HSL color Cylindrical-coordinate representation of color #E38C55: hue angle of 23.24º 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 #E38C55 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 140 | 85 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.11 |
| HSL | 23.24º | 0.72% | 0.61% | - |
| HSV(B) | 23.24º | 0.63% | 0.89% | - |
| XYZ | 42.7 | 35.74 | 13.24 | - |
| YUV | 159.74 | 85.82 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 140 | 85 | 0 | 0.38 | 0.63 | 0.11 | 23.24 | 0.72 | 0.61 |
| Hex | E3 | 8C | 55 | 0 | 26 | 3F | B | 17 | 48 | 3D |
| Octal | 343 | 214 | 125 | 0 | 46 | 77 | 13 | 27 | 110 | 75 |
| Binary | 11100011 | 10001100 | 1010101 | 0 | 100110 | 111111 | 1011 | 10111 | 1001000 | 111101 |
Color Harmonies of #E38C55
Complementary color
Monochromatic Colors of #E38C55
Black with #E38C55
Text Example
Text Example
White with #E38C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38C55; }
p { color: rgb(227,140,85); }
H1.HeaderClassName
{
color: #E38C55;
}
.AnyTagClassName
{
color: #E38C55;
}
</style>
background-color css
<style>
a { background-color: #E38C55; }
a { background-color: rgb(227,140,85); }
div.DivClassName
{
background-color: #E38C55;
}
.BgClassName
{
background-color: #E38C55;
}
</style>
border-color css
<style>
span { border-color: #E38C55; }
span { border-color: rgb(227,140,85); }
td.TdClassName
{
border-color: #E38C55;
}
.TagClassName
{
border-color: #E38C55;
}
</style>