Shades of Bittersweet #EE685F
Tints of Bittersweet #EE685F
RGB
CMYK
RGB Variations
Color information
#EE685F (or 0xEE685F) is known color: Bittersweet. HEX triplet: EE, 68 and 5F. RGB value is (238,104,95). Sum of RGB (Red+Green+Blue) = 238+104+95=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EE685F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE685F is #1197A0. Grayscale: #8F8F8F. Windows color (decimal): -1152929 or 6252782. OLE color: 6252782.
HSL color Cylindrical-coordinate representation of color #EE685F: hue angle of 3.78º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE685F is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 95 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.07 |
| HSL | 3.78º | 0.81% | 0.65% | - |
| HSV(B) | 3.78º | 0.6% | 0.93% | - |
| XYZ | 42.28 | 28.9 | 14.18 | - |
| YUV | 143.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 95 | 0 | 0.56 | 0.60 | 0.07 | 3.78 | 0.81 | 0.65 |
| Hex | EE | 68 | 5F | 0 | 38 | 3C | 7 | 4 | 51 | 41 |
| Octal | 356 | 150 | 137 | 0 | 70 | 74 | 7 | 4 | 121 | 101 |
| Binary | 11101110 | 1101000 | 1011111 | 0 | 111000 | 111100 | 111 | 100 | 1010001 | 1000001 |
Color Harmonies of #EE685F
Complementary color
Monochromatic Colors of #EE685F
Black with #EE685F
Text Example
Text Example
White with #EE685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE685F; }
p { color: rgb(238,104,95); }
H1.HeaderClassName
{
color: #EE685F;
}
.AnyTagClassName
{
color: #EE685F;
}
</style>
background-color css
<style>
a { background-color: #EE685F; }
a { background-color: rgb(238,104,95); }
div.DivClassName
{
background-color: #EE685F;
}
.BgClassName
{
background-color: #EE685F;
}
</style>
border-color css
<style>
span { border-color: #EE685F; }
span { border-color: rgb(238,104,95); }
td.TdClassName
{
border-color: #EE685F;
}
.TagClassName
{
border-color: #EE685F;
}
</style>