Shades of Crusta #E38954
Tints of Crusta #E38954
RGB
CMYK
RGB Variations
Color information
#E38954 (or 0xE38954) is known color: Crusta. HEX triplet: E3, 89 and 54. RGB value is (227,137,84). Sum of RGB (Red+Green+Blue) = 227+137+84=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E38954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38954 is #1C76AB. Grayscale: #9E9E9E. Windows color (decimal): -1865388 or 5540323. OLE color: 5540323.
HSL color Cylindrical-coordinate representation of color #E38954: hue angle of 22.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 #E38954 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 137 | 84 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.11 |
| HSL | 22.24º | 0.72% | 0.61% | - |
| HSV(B) | 22.24º | 0.63% | 0.89% | - |
| XYZ | 42.22 | 34.86 | 12.89 | - |
| YUV | 157.87 | 86.32 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 137 | 84 | 0 | 0.40 | 0.63 | 0.11 | 22.24 | 0.72 | 0.61 |
| Hex | E3 | 89 | 54 | 0 | 28 | 3F | B | 16 | 48 | 3D |
| Octal | 343 | 211 | 124 | 0 | 50 | 77 | 13 | 26 | 110 | 75 |
| Binary | 11100011 | 10001001 | 1010100 | 0 | 101000 | 111111 | 1011 | 10110 | 1001000 | 111101 |
Color Harmonies of #E38954
Complementary color
Monochromatic Colors of #E38954
Black with #E38954
Text Example
Text Example
White with #E38954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38954; }
p { color: rgb(227,137,84); }
H1.HeaderClassName
{
color: #E38954;
}
.AnyTagClassName
{
color: #E38954;
}
</style>
background-color css
<style>
a { background-color: #E38954; }
a { background-color: rgb(227,137,84); }
div.DivClassName
{
background-color: #E38954;
}
.BgClassName
{
background-color: #E38954;
}
</style>
border-color css
<style>
span { border-color: #E38954; }
span { border-color: rgb(227,137,84); }
td.TdClassName
{
border-color: #E38954;
}
.TagClassName
{
border-color: #E38954;
}
</style>