Shades of Bittersweet #EF695C
Tints of Bittersweet #EF695C
RGB
CMYK
RGB Variations
Color information
#EF695C (or 0xEF695C) is known color: Bittersweet. HEX triplet: EF, 69 and 5C. RGB value is (239,105,92). Sum of RGB (Red+Green+Blue) = 239+105+92=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF695C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF695C is #1096A3. Grayscale: #8F8F8F. Windows color (decimal): -1087140 or 6056431. OLE color: 6056431.
HSL color Cylindrical-coordinate representation of color #EF695C: hue angle of 5.31º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF695C is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 92 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.06 |
| HSL | 5.31º | 0.82% | 0.65% | - |
| HSV(B) | 5.31º | 0.62% | 0.94% | - |
| XYZ | 42.58 | 29.23 | 13.52 | - |
| YUV | 143.58 | 98.89 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 92 | 0 | 0.56 | 0.62 | 0.06 | 5.31 | 0.82 | 0.65 |
| Hex | EF | 69 | 5C | 0 | 38 | 3E | 6 | 5 | 52 | 41 |
| Octal | 357 | 151 | 134 | 0 | 70 | 76 | 6 | 5 | 122 | 101 |
| Binary | 11101111 | 1101001 | 1011100 | 0 | 111000 | 111110 | 110 | 101 | 1010010 | 1000001 |
Color Harmonies of #EF695C
Complementary color
Monochromatic Colors of #EF695C
Black with #EF695C
Text Example
Text Example
White with #EF695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF695C; }
p { color: rgb(239,105,92); }
H1.HeaderClassName
{
color: #EF695C;
}
.AnyTagClassName
{
color: #EF695C;
}
</style>
background-color css
<style>
a { background-color: #EF695C; }
a { background-color: rgb(239,105,92); }
div.DivClassName
{
background-color: #EF695C;
}
.BgClassName
{
background-color: #EF695C;
}
</style>
border-color css
<style>
span { border-color: #EF695C; }
span { border-color: rgb(239,105,92); }
td.TdClassName
{
border-color: #EF695C;
}
.TagClassName
{
border-color: #EF695C;
}
</style>