Shades of Froly #EE686A
Tints of Froly #EE686A
RGB
CMYK
RGB Variations
Color information
#EE686A (or 0xEE686A) is known color: Froly. HEX triplet: EE, 68 and 6A. RGB value is (238,104,106). Sum of RGB (Red+Green+Blue) = 238+104+106=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE686A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE686A is #119795. Grayscale: #909090. Windows color (decimal): -1152918 or 6973678. OLE color: 6973678.
HSL color Cylindrical-coordinate representation of color #EE686A: hue angle of 359.1º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE686A is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 106 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.07 |
| HSL | 359.1º | 0.8% | 0.67% | - |
| HSV(B) | 359.1º | 0.56% | 0.93% | - |
| XYZ | 42.81 | 29.12 | 17 | - |
| YUV | 144.29 | 106.39 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 106 | 0 | 0.56 | 0.55 | 0.07 | 359.1 | 0.8 | 0.67 |
| Hex | EE | 68 | 6A | 0 | 38 | 37 | 7 | 167 | 50 | 43 |
| Octal | 356 | 150 | 152 | 0 | 70 | 67 | 7 | 547 | 120 | 103 |
| Binary | 11101110 | 1101000 | 1101010 | 0 | 111000 | 110111 | 111 | 101100111 | 1010000 | 1000011 |
Color Harmonies of #EE686A
Complementary color
Monochromatic Colors of #EE686A
Black with #EE686A
Text Example
Text Example
White with #EE686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE686A; }
p { color: rgb(238,104,106); }
H1.HeaderClassName
{
color: #EE686A;
}
.AnyTagClassName
{
color: #EE686A;
}
</style>
background-color css
<style>
a { background-color: #EE686A; }
a { background-color: rgb(238,104,106); }
div.DivClassName
{
background-color: #EE686A;
}
.BgClassName
{
background-color: #EE686A;
}
</style>
border-color css
<style>
span { border-color: #EE686A; }
span { border-color: rgb(238,104,106); }
td.TdClassName
{
border-color: #EE686A;
}
.TagClassName
{
border-color: #EE686A;
}
</style>