Shades of Crusta #EE845C
Tints of Crusta #EE845C
RGB
CMYK
RGB Variations
Color information
#EE845C (or 0xEE845C) is known color: Crusta. HEX triplet: EE, 84 and 5C. RGB value is (238,132,92). Sum of RGB (Red+Green+Blue) = 238+132+92=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE845C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE845C is #117BA3. Grayscale: #9F9F9F. Windows color (decimal): -1145764 or 6063342. OLE color: 6063342.
HSL color Cylindrical-coordinate representation of color #EE845C: hue angle of 16.44º 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 #EE845C is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 92 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.07 |
| HSL | 16.44º | 0.81% | 0.65% | - |
| HSV(B) | 16.44º | 0.61% | 0.93% | - |
| XYZ | 45.44 | 35.45 | 14.57 | - |
| YUV | 159.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 92 | 0 | 0.45 | 0.61 | 0.07 | 16.44 | 0.81 | 0.65 |
| Hex | EE | 84 | 5C | 0 | 2D | 3D | 7 | 10 | 51 | 41 |
| Octal | 356 | 204 | 134 | 0 | 55 | 75 | 7 | 20 | 121 | 101 |
| Binary | 11101110 | 10000100 | 1011100 | 0 | 101101 | 111101 | 111 | 10000 | 1010001 | 1000001 |
Color Harmonies of #EE845C
Complementary color
Monochromatic Colors of #EE845C
Black with #EE845C
Text Example
Text Example
White with #EE845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE845C; }
p { color: rgb(238,132,92); }
H1.HeaderClassName
{
color: #EE845C;
}
.AnyTagClassName
{
color: #EE845C;
}
</style>
background-color css
<style>
a { background-color: #EE845C; }
a { background-color: rgb(238,132,92); }
div.DivClassName
{
background-color: #EE845C;
}
.BgClassName
{
background-color: #EE845C;
}
</style>
border-color css
<style>
span { border-color: #EE845C; }
span { border-color: rgb(238,132,92); }
td.TdClassName
{
border-color: #EE845C;
}
.TagClassName
{
border-color: #EE845C;
}
</style>