Shades of Crusta #EF845F
Tints of Crusta #EF845F
RGB
CMYK
RGB Variations
Color information
#EF845F (or 0xEF845F) is known color: Crusta. HEX triplet: EF, 84 and 5F. RGB value is (239,132,95). Sum of RGB (Red+Green+Blue) = 239+132+95=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF845F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF845F is #107BA0. Grayscale: #A0A0A0. Windows color (decimal): -1080225 or 6259951. OLE color: 6259951.
HSL color Cylindrical-coordinate representation of color #EF845F: hue angle of 15.42º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF845F is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 95 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.06 |
| HSL | 15.42º | 0.82% | 0.65% | - |
| HSV(B) | 15.42º | 0.6% | 0.94% | - |
| XYZ | 45.91 | 35.68 | 15.29 | - |
| YUV | 159.78 | 91.45 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 95 | 0 | 0.45 | 0.60 | 0.06 | 15.42 | 0.82 | 0.65 |
| Hex | EF | 84 | 5F | 0 | 2D | 3C | 6 | F | 52 | 41 |
| Octal | 357 | 204 | 137 | 0 | 55 | 74 | 6 | 17 | 122 | 101 |
| Binary | 11101111 | 10000100 | 1011111 | 0 | 101101 | 111100 | 110 | 1111 | 1010010 | 1000001 |
Color Harmonies of #EF845F
Complementary color
Monochromatic Colors of #EF845F
Black with #EF845F
Text Example
Text Example
White with #EF845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF845F; }
p { color: rgb(239,132,95); }
H1.HeaderClassName
{
color: #EF845F;
}
.AnyTagClassName
{
color: #EF845F;
}
</style>
background-color css
<style>
a { background-color: #EF845F; }
a { background-color: rgb(239,132,95); }
div.DivClassName
{
background-color: #EF845F;
}
.BgClassName
{
background-color: #EF845F;
}
</style>
border-color css
<style>
span { border-color: #EF845F; }
span { border-color: rgb(239,132,95); }
td.TdClassName
{
border-color: #EF845F;
}
.TagClassName
{
border-color: #EF845F;
}
</style>