Html Css Color HEX #E6866B New York Pink

📋 copy color: '#E6866B'

red 230 ◦ green 134 ◦ blue 107

#E6866B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #E6866B

Tints of New York Pink #E6866B

RGB

 RED value IS 230 (90.23% from 255) = 48.83%

 GREEN value IS 134 (52.73% from 255) = 28.45%

 BLUE value IS 107 (42.19% from 255) = 22.72%

R = 48.83%
G = 28.45%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E6866B (or 0xE6866B) is known color: New York Pink. HEX triplet: E6, 86 and 6B. RGB value is (230,134,107). Sum of RGB (Red+Green+Blue) = 230+134+107=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E6866B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6866B is #197994. Grayscale: #9F9F9F. Windows color (decimal): -1669525 or 7046886. OLE color: 7046886.

HSL color Cylindrical-coordinate representation of color #E6866B: hue angle of 13.17º 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 #E6866B is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 134 107 -
CMYK 0 0.42 0.53 0.10
HSL 13.17º 0.71% 0.66% -
HSV(B) 13.17º 0.53% 0.9% -
XYZ 43.81 34.93 18.34 -
YUV 159.63 98.3 178.2 -
System Red Green Blue C M Y K H S L
Decimal 230 134 107 0 0.42 0.53 0.10 13.17 0.71 0.66
Hex E6 86 6B 0 2A 35 A D 47 42
Octal 346 206 153 0 52 65 12 15 107 102
Binary 11100110 10000110 1101011 0 101010 110101 1010 1101 1000111 1000010

Color Harmonies of #E6866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6866B

Black with #E6866B

Text Example


Text Example

White with #E6866B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6866B; }

 p { color: rgb(230,134,107); }

 H1.HeaderClassName
 {
   color: #E6866B;
 }
 .AnyTagClassName
 {
   color: #E6866B;
 }
</style>

background-color css

<style>
 a { background-color: #E6866B; }

 a { background-color: rgb(230,134,107); }

 div.DivClassName
 {
   background-color: #E6866B;
 }
 .BgClassName
 {
   background-color: #E6866B;
 }
</style>

border-color css

<style>
 span { border-color: #E6866B; }

 span { border-color: rgb(230,134,107); }

 td.TdClassName
 {
   border-color: #E6866B;
 }
 .TagClassName
 {
   border-color: #E6866B;
 }
</style>