Shades of Crusta #EA845D
Tints of Crusta #EA845D
RGB
CMYK
RGB Variations
Color information
#EA845D (or 0xEA845D) is known color: Crusta. HEX triplet: EA, 84 and 5D. RGB value is (234,132,93). Sum of RGB (Red+Green+Blue) = 234+132+93=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA845D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA845D is #157BA2. Grayscale: #9E9E9E. Windows color (decimal): -1407907 or 6128874. OLE color: 6128874.
HSL color Cylindrical-coordinate representation of color #EA845D: hue angle of 16.6º 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 #EA845D is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 93 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.08 |
| HSL | 16.6º | 0.77% | 0.64% | - |
| HSV(B) | 16.6º | 0.6% | 0.92% | - |
| XYZ | 44.16 | 34.79 | 14.74 | - |
| YUV | 158.05 | 91.29 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 93 | 0 | 0.44 | 0.60 | 0.08 | 16.6 | 0.77 | 0.64 |
| Hex | EA | 84 | 5D | 0 | 2C | 3C | 8 | 11 | 4D | 40 |
| Octal | 352 | 204 | 135 | 0 | 54 | 74 | 10 | 21 | 115 | 100 |
| Binary | 11101010 | 10000100 | 1011101 | 0 | 101100 | 111100 | 1000 | 10001 | 1001101 | 1000000 |
Color Harmonies of #EA845D
Complementary color
Monochromatic Colors of #EA845D
Black with #EA845D
Text Example
Text Example
White with #EA845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA845D; }
p { color: rgb(234,132,93); }
H1.HeaderClassName
{
color: #EA845D;
}
.AnyTagClassName
{
color: #EA845D;
}
</style>
background-color css
<style>
a { background-color: #EA845D; }
a { background-color: rgb(234,132,93); }
div.DivClassName
{
background-color: #EA845D;
}
.BgClassName
{
background-color: #EA845D;
}
</style>
border-color css
<style>
span { border-color: #EA845D; }
span { border-color: rgb(234,132,93); }
td.TdClassName
{
border-color: #EA845D;
}
.TagClassName
{
border-color: #EA845D;
}
</style>