Shades of Crusta #EE845E
Tints of Crusta #EE845E
RGB
CMYK
RGB Variations
Color information
#EE845E (or 0xEE845E) is known color: Crusta. HEX triplet: EE, 84 and 5E. RGB value is (238,132,94). Sum of RGB (Red+Green+Blue) = 238+132+94=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE845E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE845E is #117BA1. Grayscale: #9F9F9F. Windows color (decimal): -1145762 or 6194414. OLE color: 6194414.
HSL color Cylindrical-coordinate representation of color #EE845E: hue angle of 15.83º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE845E is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 94 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.07 |
| HSL | 15.83º | 0.81% | 0.65% | - |
| HSV(B) | 15.83º | 0.61% | 0.93% | - |
| XYZ | 45.53 | 35.49 | 15.04 | - |
| YUV | 159.36 | 91.12 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 94 | 0 | 0.45 | 0.61 | 0.07 | 15.83 | 0.81 | 0.65 |
| Hex | EE | 84 | 5E | 0 | 2D | 3D | 7 | 10 | 51 | 41 |
| Octal | 356 | 204 | 136 | 0 | 55 | 75 | 7 | 20 | 121 | 101 |
| Binary | 11101110 | 10000100 | 1011110 | 0 | 101101 | 111101 | 111 | 10000 | 1010001 | 1000001 |
Color Harmonies of #EE845E
Complementary color
Monochromatic Colors of #EE845E
Black with #EE845E
Text Example
Text Example
White with #EE845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE845E; }
p { color: rgb(238,132,94); }
H1.HeaderClassName
{
color: #EE845E;
}
.AnyTagClassName
{
color: #EE845E;
}
</style>
background-color css
<style>
a { background-color: #EE845E; }
a { background-color: rgb(238,132,94); }
div.DivClassName
{
background-color: #EE845E;
}
.BgClassName
{
background-color: #EE845E;
}
</style>
border-color css
<style>
span { border-color: #EE845E; }
span { border-color: rgb(238,132,94); }
td.TdClassName
{
border-color: #EE845E;
}
.TagClassName
{
border-color: #EE845E;
}
</style>