Shades of New York Pink #E6866D
Tints of New York Pink #E6866D
RGB
CMYK
RGB Variations
Color information
#E6866D (or 0xE6866D) is known color: New York Pink. HEX triplet: E6, 86 and 6D. RGB value is (230,134,109). Sum of RGB (Red+Green+Blue) = 230+134+109=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E6866D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6866D is #197992. Grayscale: #A0A0A0. Windows color (decimal): -1669523 or 7177958. OLE color: 7177958.
HSL color Cylindrical-coordinate representation of color #E6866D: hue angle of 12.4º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6866D is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 109 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.10 |
| HSL | 12.4º | 0.71% | 0.66% | - |
| HSV(B) | 12.4º | 0.53% | 0.9% | - |
| XYZ | 43.92 | 34.98 | 18.9 | - |
| YUV | 159.85 | 99.3 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 109 | 0 | 0.42 | 0.53 | 0.10 | 12.4 | 0.71 | 0.66 |
| Hex | E6 | 86 | 6D | 0 | 2A | 35 | A | C | 47 | 42 |
| Octal | 346 | 206 | 155 | 0 | 52 | 65 | 12 | 14 | 107 | 102 |
| Binary | 11100110 | 10000110 | 1101101 | 0 | 101010 | 110101 | 1010 | 1100 | 1000111 | 1000010 |
Color Harmonies of #E6866D
Complementary color
Monochromatic Colors of #E6866D
Black with #E6866D
Text Example
Text Example
White with #E6866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6866D; }
p { color: rgb(230,134,109); }
H1.HeaderClassName
{
color: #E6866D;
}
.AnyTagClassName
{
color: #E6866D;
}
</style>
background-color css
<style>
a { background-color: #E6866D; }
a { background-color: rgb(230,134,109); }
div.DivClassName
{
background-color: #E6866D;
}
.BgClassName
{
background-color: #E6866D;
}
</style>
border-color css
<style>
span { border-color: #E6866D; }
span { border-color: rgb(230,134,109); }
td.TdClassName
{
border-color: #E6866D;
}
.TagClassName
{
border-color: #E6866D;
}
</style>