Shades of Crusta #EF8460
Tints of Crusta #EF8460
RGB
CMYK
RGB Variations
Color information
#EF8460 (or 0xEF8460) is known color: Crusta. HEX triplet: EF, 84 and 60. RGB value is (239,132,96). Sum of RGB (Red+Green+Blue) = 239+132+96=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8460 is #107B9F. Grayscale: #A0A0A0. Windows color (decimal): -1080224 or 6325487. OLE color: 6325487.
HSL color Cylindrical-coordinate representation of color #EF8460: hue angle of 15.1º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF8460 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 96 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.06 |
| HSL | 15.1º | 0.82% | 0.66% | - |
| HSV(B) | 15.1º | 0.6% | 0.94% | - |
| XYZ | 45.96 | 35.7 | 15.53 | - |
| YUV | 159.89 | 91.95 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 96 | 0 | 0.45 | 0.60 | 0.06 | 15.1 | 0.82 | 0.66 |
| Hex | EF | 84 | 60 | 0 | 2D | 3C | 6 | F | 52 | 42 |
| Octal | 357 | 204 | 140 | 0 | 55 | 74 | 6 | 17 | 122 | 102 |
| Binary | 11101111 | 10000100 | 1100000 | 0 | 101101 | 111100 | 110 | 1111 | 1010010 | 1000010 |
Color Harmonies of #EF8460
Complementary color
Monochromatic Colors of #EF8460
Black with #EF8460
Text Example
Text Example
White with #EF8460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8460; }
p { color: rgb(239,132,96); }
H1.HeaderClassName
{
color: #EF8460;
}
.AnyTagClassName
{
color: #EF8460;
}
</style>
background-color css
<style>
a { background-color: #EF8460; }
a { background-color: rgb(239,132,96); }
div.DivClassName
{
background-color: #EF8460;
}
.BgClassName
{
background-color: #EF8460;
}
</style>
border-color css
<style>
span { border-color: #EF8460; }
span { border-color: rgb(239,132,96); }
td.TdClassName
{
border-color: #EF8460;
}
.TagClassName
{
border-color: #EF8460;
}
</style>