Shades of Bittersweet #EE675D
Tints of Bittersweet #EE675D
RGB
CMYK
RGB Variations
Color information
#EE675D (or 0xEE675D) is known color: Bittersweet. HEX triplet: EE, 67 and 5D. RGB value is (238,103,93). Sum of RGB (Red+Green+Blue) = 238+103+93=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE675D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE675D is #1198A2. Grayscale: #8E8E8E. Windows color (decimal): -1153187 or 6121454. OLE color: 6121454.
HSL color Cylindrical-coordinate representation of color #EE675D: hue angle of 4.14º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE675D is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 103 | 93 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.07 |
| HSL | 4.14º | 0.81% | 0.65% | - |
| HSV(B) | 4.14º | 0.61% | 0.93% | - |
| XYZ | 42.09 | 28.67 | 13.67 | - |
| YUV | 142.23 | 100.23 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 93 | 0 | 0.57 | 0.61 | 0.07 | 4.14 | 0.81 | 0.65 |
| Hex | EE | 67 | 5D | 0 | 39 | 3D | 7 | 4 | 51 | 41 |
| Octal | 356 | 147 | 135 | 0 | 71 | 75 | 7 | 4 | 121 | 101 |
| Binary | 11101110 | 1100111 | 1011101 | 0 | 111001 | 111101 | 111 | 100 | 1010001 | 1000001 |
Color Harmonies of #EE675D
Complementary color
Monochromatic Colors of #EE675D
Black with #EE675D
Text Example
Text Example
White with #EE675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE675D; }
p { color: rgb(238,103,93); }
H1.HeaderClassName
{
color: #EE675D;
}
.AnyTagClassName
{
color: #EE675D;
}
</style>
background-color css
<style>
a { background-color: #EE675D; }
a { background-color: rgb(238,103,93); }
div.DivClassName
{
background-color: #EE675D;
}
.BgClassName
{
background-color: #EE675D;
}
</style>
border-color css
<style>
span { border-color: #EE675D; }
span { border-color: rgb(238,103,93); }
td.TdClassName
{
border-color: #EE675D;
}
.TagClassName
{
border-color: #EE675D;
}
</style>