Shades of Crusta #E4845A
Tints of Crusta #E4845A
RGB
CMYK
RGB Variations
Color information
#E4845A (or 0xE4845A) is known color: Crusta. HEX triplet: E4, 84 and 5A. RGB value is (228,132,90). Sum of RGB (Red+Green+Blue) = 228+132+90=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E4845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4845A is #1B7BA5. Grayscale: #9C9C9C. Windows color (decimal): -1801126 or 5932260. OLE color: 5932260.
HSL color Cylindrical-coordinate representation of color #E4845A: hue angle of 18.26º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E4845A is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 90 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.11 |
| HSL | 18.26º | 0.72% | 0.62% | - |
| HSV(B) | 18.26º | 0.61% | 0.89% | - |
| XYZ | 42.09 | 33.73 | 13.97 | - |
| YUV | 155.92 | 90.8 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 90 | 0 | 0.42 | 0.61 | 0.11 | 18.26 | 0.72 | 0.62 |
| Hex | E4 | 84 | 5A | 0 | 2A | 3D | B | 12 | 48 | 3E |
| Octal | 344 | 204 | 132 | 0 | 52 | 75 | 13 | 22 | 110 | 76 |
| Binary | 11100100 | 10000100 | 1011010 | 0 | 101010 | 111101 | 1011 | 10010 | 1001000 | 111110 |
Color Harmonies of #E4845A
Complementary color
Monochromatic Colors of #E4845A
Black with #E4845A
Text Example
Text Example
White with #E4845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4845A; }
p { color: rgb(228,132,90); }
H1.HeaderClassName
{
color: #E4845A;
}
.AnyTagClassName
{
color: #E4845A;
}
</style>
background-color css
<style>
a { background-color: #E4845A; }
a { background-color: rgb(228,132,90); }
div.DivClassName
{
background-color: #E4845A;
}
.BgClassName
{
background-color: #E4845A;
}
</style>
border-color css
<style>
span { border-color: #E4845A; }
span { border-color: rgb(228,132,90); }
td.TdClassName
{
border-color: #E4845A;
}
.TagClassName
{
border-color: #E4845A;
}
</style>