Shades of Bittersweet #EF7465
Tints of Bittersweet #EF7465
RGB
CMYK
RGB Variations
Color information
#EF7465 (or 0xEF7465) is known color: Bittersweet. HEX triplet: EF, 74 and 65. RGB value is (239,116,101). Sum of RGB (Red+Green+Blue) = 239+116+101=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7465 is #108B9A. Grayscale: #979797. Windows color (decimal): -1084315 or 6649071. OLE color: 6649071.
HSL color Cylindrical-coordinate representation of color #EF7465: hue angle of 6.52º 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 #EF7465 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 101 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.06 |
| HSL | 6.52º | 0.81% | 0.67% | - |
| HSV(B) | 6.52º | 0.58% | 0.94% | - |
| XYZ | 44.19 | 31.78 | 16.12 | - |
| YUV | 151.07 | 99.75 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 101 | 0 | 0.51 | 0.58 | 0.06 | 6.52 | 0.81 | 0.67 |
| Hex | EF | 74 | 65 | 0 | 33 | 3A | 6 | 7 | 51 | 43 |
| Octal | 357 | 164 | 145 | 0 | 63 | 72 | 6 | 7 | 121 | 103 |
| Binary | 11101111 | 1110100 | 1100101 | 0 | 110011 | 111010 | 110 | 111 | 1010001 | 1000011 |
Color Harmonies of #EF7465
Complementary color
Monochromatic Colors of #EF7465
Black with #EF7465
Text Example
Text Example
White with #EF7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7465; }
p { color: rgb(239,116,101); }
H1.HeaderClassName
{
color: #EF7465;
}
.AnyTagClassName
{
color: #EF7465;
}
</style>
background-color css
<style>
a { background-color: #EF7465; }
a { background-color: rgb(239,116,101); }
div.DivClassName
{
background-color: #EF7465;
}
.BgClassName
{
background-color: #EF7465;
}
</style>
border-color css
<style>
span { border-color: #EF7465; }
span { border-color: rgb(239,116,101); }
td.TdClassName
{
border-color: #EF7465;
}
.TagClassName
{
border-color: #EF7465;
}
</style>