Shades of Crusta #EF8465
Tints of Crusta #EF8465
RGB
CMYK
RGB Variations
Color information
#EF8465 (or 0xEF8465) is known color: Crusta. HEX triplet: EF, 84 and 65. RGB value is (239,132,101). Sum of RGB (Red+Green+Blue) = 239+132+101=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8465 is #107B9A. Grayscale: #A0A0A0. Windows color (decimal): -1080219 or 6653167. OLE color: 6653167.
HSL color Cylindrical-coordinate representation of color #EF8465: hue angle of 13.48º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF8465 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 101 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.06 |
| HSL | 13.48º | 0.81% | 0.67% | - |
| HSV(B) | 13.48º | 0.58% | 0.94% | - |
| XYZ | 46.2 | 35.79 | 16.79 | - |
| YUV | 160.46 | 94.45 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 101 | 0 | 0.45 | 0.58 | 0.06 | 13.48 | 0.81 | 0.67 |
| Hex | EF | 84 | 65 | 0 | 2D | 3A | 6 | D | 51 | 43 |
| Octal | 357 | 204 | 145 | 0 | 55 | 72 | 6 | 15 | 121 | 103 |
| Binary | 11101111 | 10000100 | 1100101 | 0 | 101101 | 111010 | 110 | 1101 | 1010001 | 1000011 |
Color Harmonies of #EF8465
Complementary color
Monochromatic Colors of #EF8465
Black with #EF8465
Text Example
Text Example
White with #EF8465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8465; }
p { color: rgb(239,132,101); }
H1.HeaderClassName
{
color: #EF8465;
}
.AnyTagClassName
{
color: #EF8465;
}
</style>
background-color css
<style>
a { background-color: #EF8465; }
a { background-color: rgb(239,132,101); }
div.DivClassName
{
background-color: #EF8465;
}
.BgClassName
{
background-color: #EF8465;
}
</style>
border-color css
<style>
span { border-color: #EF8465; }
span { border-color: rgb(239,132,101); }
td.TdClassName
{
border-color: #EF8465;
}
.TagClassName
{
border-color: #EF8465;
}
</style>