Shades of Crusta #EF8059
Tints of Crusta #EF8059
RGB
CMYK
RGB Variations
Color information
#EF8059 (or 0xEF8059) is known color: Crusta. HEX triplet: EF, 80 and 59. RGB value is (239,128,89). Sum of RGB (Red+Green+Blue) = 239+128+89=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8059 is #107FA6. Grayscale: #9D9D9D. Windows color (decimal): -1081255 or 5865711. OLE color: 5865711.
HSL color Cylindrical-coordinate representation of color #EF8059: hue angle of 15.6º 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 #EF8059 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 89 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.06 |
| HSL | 15.6º | 0.82% | 0.64% | - |
| HSV(B) | 15.6º | 0.63% | 0.94% | - |
| XYZ | 45.12 | 34.51 | 13.73 | - |
| YUV | 156.74 | 89.77 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 89 | 0 | 0.46 | 0.63 | 0.06 | 15.6 | 0.82 | 0.64 |
| Hex | EF | 80 | 59 | 0 | 2E | 3F | 6 | 10 | 52 | 40 |
| Octal | 357 | 200 | 131 | 0 | 56 | 77 | 6 | 20 | 122 | 100 |
| Binary | 11101111 | 10000000 | 1011001 | 0 | 101110 | 111111 | 110 | 10000 | 1010010 | 1000000 |
Color Harmonies of #EF8059
Complementary color
Monochromatic Colors of #EF8059
Black with #EF8059
Text Example
Text Example
White with #EF8059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8059; }
p { color: rgb(239,128,89); }
H1.HeaderClassName
{
color: #EF8059;
}
.AnyTagClassName
{
color: #EF8059;
}
</style>
background-color css
<style>
a { background-color: #EF8059; }
a { background-color: rgb(239,128,89); }
div.DivClassName
{
background-color: #EF8059;
}
.BgClassName
{
background-color: #EF8059;
}
</style>
border-color css
<style>
span { border-color: #EF8059; }
span { border-color: rgb(239,128,89); }
td.TdClassName
{
border-color: #EF8059;
}
.TagClassName
{
border-color: #EF8059;
}
</style>