Shades of Crusta #EE845F
Tints of Crusta #EE845F
RGB
CMYK
RGB Variations
Color information
#EE845F (or 0xEE845F) is known color: Crusta. HEX triplet: EE, 84 and 5F. RGB value is (238,132,95). Sum of RGB (Red+Green+Blue) = 238+132+95=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE845F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE845F is #117BA0. Grayscale: #9F9F9F. Windows color (decimal): -1145761 or 6259950. OLE color: 6259950.
HSL color Cylindrical-coordinate representation of color #EE845F: hue angle of 15.52º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE845F is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 95 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.07 |
| HSL | 15.52º | 0.81% | 0.65% | - |
| HSV(B) | 15.52º | 0.6% | 0.93% | - |
| XYZ | 45.58 | 35.51 | 15.28 | - |
| YUV | 159.48 | 91.62 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 95 | 0 | 0.45 | 0.60 | 0.07 | 15.52 | 0.81 | 0.65 |
| Hex | EE | 84 | 5F | 0 | 2D | 3C | 7 | 10 | 51 | 41 |
| Octal | 356 | 204 | 137 | 0 | 55 | 74 | 7 | 20 | 121 | 101 |
| Binary | 11101110 | 10000100 | 1011111 | 0 | 101101 | 111100 | 111 | 10000 | 1010001 | 1000001 |
Color Harmonies of #EE845F
Complementary color
Monochromatic Colors of #EE845F
Black with #EE845F
Text Example
Text Example
White with #EE845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE845F; }
p { color: rgb(238,132,95); }
H1.HeaderClassName
{
color: #EE845F;
}
.AnyTagClassName
{
color: #EE845F;
}
</style>
background-color css
<style>
a { background-color: #EE845F; }
a { background-color: rgb(238,132,95); }
div.DivClassName
{
background-color: #EE845F;
}
.BgClassName
{
background-color: #EE845F;
}
</style>
border-color css
<style>
span { border-color: #EE845F; }
span { border-color: rgb(238,132,95); }
td.TdClassName
{
border-color: #EE845F;
}
.TagClassName
{
border-color: #EE845F;
}
</style>