Shades of Bittersweet #EE6760
Tints of Bittersweet #EE6760
RGB
CMYK
RGB Variations
Color information
#EE6760 (or 0xEE6760) is known color: Bittersweet. HEX triplet: EE, 67 and 60. RGB value is (238,103,96). Sum of RGB (Red+Green+Blue) = 238+103+96=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6760 is #11989F. Grayscale: #8E8E8E. Windows color (decimal): -1153184 or 6318062. OLE color: 6318062.
HSL color Cylindrical-coordinate representation of color #EE6760: hue angle of 2.96º 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 #EE6760 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 103 | 96 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.07 |
| HSL | 2.96º | 0.81% | 0.65% | - |
| HSV(B) | 2.96º | 0.6% | 0.93% | - |
| XYZ | 42.22 | 28.72 | 14.38 | - |
| YUV | 142.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 96 | 0 | 0.57 | 0.60 | 0.07 | 2.96 | 0.81 | 0.65 |
| Hex | EE | 67 | 60 | 0 | 39 | 3C | 7 | 3 | 51 | 41 |
| Octal | 356 | 147 | 140 | 0 | 71 | 74 | 7 | 3 | 121 | 101 |
| Binary | 11101110 | 1100111 | 1100000 | 0 | 111001 | 111100 | 111 | 11 | 1010001 | 1000001 |
Color Harmonies of #EE6760
Complementary color
Monochromatic Colors of #EE6760
Black with #EE6760
Text Example
Text Example
White with #EE6760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6760; }
p { color: rgb(238,103,96); }
H1.HeaderClassName
{
color: #EE6760;
}
.AnyTagClassName
{
color: #EE6760;
}
</style>
background-color css
<style>
a { background-color: #EE6760; }
a { background-color: rgb(238,103,96); }
div.DivClassName
{
background-color: #EE6760;
}
.BgClassName
{
background-color: #EE6760;
}
</style>
border-color css
<style>
span { border-color: #EE6760; }
span { border-color: rgb(238,103,96); }
td.TdClassName
{
border-color: #EE6760;
}
.TagClassName
{
border-color: #EE6760;
}
</style>