Shades of Bittersweet #EF655F
Tints of Bittersweet #EF655F
RGB
CMYK
RGB Variations
Color information
#EF655F (or 0xEF655F) is known color: Bittersweet. HEX triplet: EF, 65 and 5F. RGB value is (239,101,95). Sum of RGB (Red+Green+Blue) = 239+101+95=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF655F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF655F is #109AA0. Grayscale: #8D8D8D. Windows color (decimal): -1088161 or 6252015. OLE color: 6252015.
HSL color Cylindrical-coordinate representation of color #EF655F: hue angle of 2.5º 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 #EF655F is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 95 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.06 |
| HSL | 2.5º | 0.82% | 0.65% | - |
| HSV(B) | 2.5º | 0.6% | 0.94% | - |
| XYZ | 42.32 | 28.48 | 14.09 | - |
| YUV | 141.58 | 101.72 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 95 | 0 | 0.58 | 0.60 | 0.06 | 2.5 | 0.82 | 0.65 |
| Hex | EF | 65 | 5F | 0 | 3A | 3C | 6 | 2 | 52 | 41 |
| Octal | 357 | 145 | 137 | 0 | 72 | 74 | 6 | 2 | 122 | 101 |
| Binary | 11101111 | 1100101 | 1011111 | 0 | 111010 | 111100 | 110 | 10 | 1010010 | 1000001 |
Color Harmonies of #EF655F
Complementary color
Monochromatic Colors of #EF655F
Black with #EF655F
Text Example
Text Example
White with #EF655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF655F; }
p { color: rgb(239,101,95); }
H1.HeaderClassName
{
color: #EF655F;
}
.AnyTagClassName
{
color: #EF655F;
}
</style>
background-color css
<style>
a { background-color: #EF655F; }
a { background-color: rgb(239,101,95); }
div.DivClassName
{
background-color: #EF655F;
}
.BgClassName
{
background-color: #EF655F;
}
</style>
border-color css
<style>
span { border-color: #EF655F; }
span { border-color: rgb(239,101,95); }
td.TdClassName
{
border-color: #EF655F;
}
.TagClassName
{
border-color: #EF655F;
}
</style>