Shades of Crusta #EF8459
Tints of Crusta #EF8459
RGB
CMYK
RGB Variations
Color information
#EF8459 (or 0xEF8459) is known color: Crusta. HEX triplet: EF, 84 and 59. RGB value is (239,132,89). Sum of RGB (Red+Green+Blue) = 239+132+89=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 89 (35.16% from 255 or 19.35% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8459 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8459 is #107BA6. Grayscale: #9F9F9F. Windows color (decimal): -1080231 or 5866735. OLE color: 5866735.
HSL color Cylindrical-coordinate representation of color #EF8459: hue angle of 17.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF8459 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 89 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.06 |
| HSL | 17.2º | 0.82% | 0.64% | - |
| HSV(B) | 17.2º | 0.63% | 0.94% | - |
| XYZ | 45.65 | 35.57 | 13.91 | - |
| YUV | 159.09 | 88.45 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 89 | 0 | 0.45 | 0.63 | 0.06 | 17.2 | 0.82 | 0.64 |
| Hex | EF | 84 | 59 | 0 | 2D | 3F | 6 | 11 | 52 | 40 |
| Octal | 357 | 204 | 131 | 0 | 55 | 77 | 6 | 21 | 122 | 100 |
| Binary | 11101111 | 10000100 | 1011001 | 0 | 101101 | 111111 | 110 | 10001 | 1010010 | 1000000 |
Color Harmonies of #EF8459
Complementary color
Monochromatic Colors of #EF8459
Black with #EF8459
Text Example
Text Example
White with #EF8459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8459; }
p { color: rgb(239,132,89); }
H1.HeaderClassName
{
color: #EF8459;
}
.AnyTagClassName
{
color: #EF8459;
}
</style>
background-color css
<style>
a { background-color: #EF8459; }
a { background-color: rgb(239,132,89); }
div.DivClassName
{
background-color: #EF8459;
}
.BgClassName
{
background-color: #EF8459;
}
</style>
border-color css
<style>
span { border-color: #EF8459; }
span { border-color: rgb(239,132,89); }
td.TdClassName
{
border-color: #EF8459;
}
.TagClassName
{
border-color: #EF8459;
}
</style>