Shades of Crusta #EF865F
Tints of Crusta #EF865F
RGB
CMYK
RGB Variations
Color information
#EF865F (or 0xEF865F) is known color: Crusta. HEX triplet: EF, 86 and 5F. RGB value is (239,134,95). Sum of RGB (Red+Green+Blue) = 239+134+95=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF865F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF865F is #1079A0. Grayscale: #A1A1A1. Windows color (decimal): -1079713 or 6260463. OLE color: 6260463.
HSL color Cylindrical-coordinate representation of color #EF865F: hue angle of 16.25º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF865F is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 95 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.06 |
| HSL | 16.25º | 0.82% | 0.65% | - |
| HSV(B) | 16.25º | 0.6% | 0.94% | - |
| XYZ | 46.19 | 36.23 | 15.38 | - |
| YUV | 160.95 | 90.79 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 95 | 0 | 0.44 | 0.60 | 0.06 | 16.25 | 0.82 | 0.65 |
| Hex | EF | 86 | 5F | 0 | 2C | 3C | 6 | 10 | 52 | 41 |
| Octal | 357 | 206 | 137 | 0 | 54 | 74 | 6 | 20 | 122 | 101 |
| Binary | 11101111 | 10000110 | 1011111 | 0 | 101100 | 111100 | 110 | 10000 | 1010010 | 1000001 |
Color Harmonies of #EF865F
Complementary color
Monochromatic Colors of #EF865F
Black with #EF865F
Text Example
Text Example
White with #EF865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF865F; }
p { color: rgb(239,134,95); }
H1.HeaderClassName
{
color: #EF865F;
}
.AnyTagClassName
{
color: #EF865F;
}
</style>
background-color css
<style>
a { background-color: #EF865F; }
a { background-color: rgb(239,134,95); }
div.DivClassName
{
background-color: #EF865F;
}
.BgClassName
{
background-color: #EF865F;
}
</style>
border-color css
<style>
span { border-color: #EF865F; }
span { border-color: rgb(239,134,95); }
td.TdClassName
{
border-color: #EF865F;
}
.TagClassName
{
border-color: #EF865F;
}
</style>