Shades of Crusta #EA845E
Tints of Crusta #EA845E
RGB
CMYK
RGB Variations
Color information
#EA845E (or 0xEA845E) is known color: Crusta. HEX triplet: EA, 84 and 5E. RGB value is (234,132,94). Sum of RGB (Red+Green+Blue) = 234+132+94=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA845E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA845E is #157BA1. Grayscale: #9E9E9E. Windows color (decimal): -1407906 or 6194410. OLE color: 6194410.
HSL color Cylindrical-coordinate representation of color #EA845E: hue angle of 16.29º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA845E is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 94 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.08 |
| HSL | 16.29º | 0.77% | 0.64% | - |
| HSV(B) | 16.29º | 0.6% | 0.92% | - |
| XYZ | 44.2 | 34.8 | 14.98 | - |
| YUV | 158.17 | 91.79 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 94 | 0 | 0.44 | 0.60 | 0.08 | 16.29 | 0.77 | 0.64 |
| Hex | EA | 84 | 5E | 0 | 2C | 3C | 8 | 10 | 4D | 40 |
| Octal | 352 | 204 | 136 | 0 | 54 | 74 | 10 | 20 | 115 | 100 |
| Binary | 11101010 | 10000100 | 1011110 | 0 | 101100 | 111100 | 1000 | 10000 | 1001101 | 1000000 |
Color Harmonies of #EA845E
Complementary color
Monochromatic Colors of #EA845E
Black with #EA845E
Text Example
Text Example
White with #EA845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA845E; }
p { color: rgb(234,132,94); }
H1.HeaderClassName
{
color: #EA845E;
}
.AnyTagClassName
{
color: #EA845E;
}
</style>
background-color css
<style>
a { background-color: #EA845E; }
a { background-color: rgb(234,132,94); }
div.DivClassName
{
background-color: #EA845E;
}
.BgClassName
{
background-color: #EA845E;
}
</style>
border-color css
<style>
span { border-color: #EA845E; }
span { border-color: rgb(234,132,94); }
td.TdClassName
{
border-color: #EA845E;
}
.TagClassName
{
border-color: #EA845E;
}
</style>