Shades of Bittersweet #EF695B
Tints of Bittersweet #EF695B
RGB
CMYK
RGB Variations
Color information
#EF695B (or 0xEF695B) is known color: Bittersweet. HEX triplet: EF, 69 and 5B. RGB value is (239,105,91). Sum of RGB (Red+Green+Blue) = 239+105+91=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF695B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF695B is #1096A4. Grayscale: #8F8F8F. Windows color (decimal): -1087141 or 5990895. OLE color: 5990895.
HSL color Cylindrical-coordinate representation of color #EF695B: hue angle of 5.68º 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 #EF695B is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 91 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.06 |
| HSL | 5.68º | 0.82% | 0.65% | - |
| HSV(B) | 5.68º | 0.62% | 0.94% | - |
| XYZ | 42.54 | 29.21 | 13.29 | - |
| YUV | 143.47 | 98.39 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 91 | 0 | 0.56 | 0.62 | 0.06 | 5.68 | 0.82 | 0.65 |
| Hex | EF | 69 | 5B | 0 | 38 | 3E | 6 | 6 | 52 | 41 |
| Octal | 357 | 151 | 133 | 0 | 70 | 76 | 6 | 6 | 122 | 101 |
| Binary | 11101111 | 1101001 | 1011011 | 0 | 111000 | 111110 | 110 | 110 | 1010010 | 1000001 |
Color Harmonies of #EF695B
Complementary color
Monochromatic Colors of #EF695B
Black with #EF695B
Text Example
Text Example
White with #EF695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF695B; }
p { color: rgb(239,105,91); }
H1.HeaderClassName
{
color: #EF695B;
}
.AnyTagClassName
{
color: #EF695B;
}
</style>
background-color css
<style>
a { background-color: #EF695B; }
a { background-color: rgb(239,105,91); }
div.DivClassName
{
background-color: #EF695B;
}
.BgClassName
{
background-color: #EF695B;
}
</style>
border-color css
<style>
span { border-color: #EF695B; }
span { border-color: rgb(239,105,91); }
td.TdClassName
{
border-color: #EF695B;
}
.TagClassName
{
border-color: #EF695B;
}
</style>