Shades of Crusta #EF8658
Tints of Crusta #EF8658
RGB
CMYK
RGB Variations
Color information
#EF8658 (or 0xEF8658) is known color: Crusta. HEX triplet: EF, 86 and 58. RGB value is (239,134,88). Sum of RGB (Red+Green+Blue) = 239+134+88=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 88 (34.77% from 255 or 19.09% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8658 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8658 is #1079A7. Grayscale: #A0A0A0. Windows color (decimal): -1079720 or 5801711. OLE color: 5801711.
HSL color Cylindrical-coordinate representation of color #EF8658: hue angle of 18.28º degrees, saturation: 0.83, 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 #EF8658 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 88 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.06 |
| HSL | 18.28º | 0.83% | 0.64% | - |
| HSV(B) | 18.28º | 0.63% | 0.94% | - |
| XYZ | 45.88 | 36.11 | 13.78 | - |
| YUV | 160.15 | 87.29 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 88 | 0 | 0.44 | 0.63 | 0.06 | 18.28 | 0.83 | 0.64 |
| Hex | EF | 86 | 58 | 0 | 2C | 3F | 6 | 12 | 53 | 40 |
| Octal | 357 | 206 | 130 | 0 | 54 | 77 | 6 | 22 | 123 | 100 |
| Binary | 11101111 | 10000110 | 1011000 | 0 | 101100 | 111111 | 110 | 10010 | 1010011 | 1000000 |
Color Harmonies of #EF8658
Complementary color
Monochromatic Colors of #EF8658
Black with #EF8658
Text Example
Text Example
White with #EF8658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8658; }
p { color: rgb(239,134,88); }
H1.HeaderClassName
{
color: #EF8658;
}
.AnyTagClassName
{
color: #EF8658;
}
</style>
background-color css
<style>
a { background-color: #EF8658; }
a { background-color: rgb(239,134,88); }
div.DivClassName
{
background-color: #EF8658;
}
.BgClassName
{
background-color: #EF8658;
}
</style>
border-color css
<style>
span { border-color: #EF8658; }
span { border-color: rgb(239,134,88); }
td.TdClassName
{
border-color: #EF8658;
}
.TagClassName
{
border-color: #EF8658;
}
</style>