Html Css Color HEX #EC866A New York Pink

📋 copy color: '#EC866A'

red 236 ◦ green 134 ◦ blue 106

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

Shades of New York Pink #EC866A

Tints of New York Pink #EC866A

RGB

 RED value IS 236 (92.58% from 255) = 49.58%

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

 BLUE value IS 106 (41.8% from 255) = 22.27%

R = 49.58%
G = 28.15%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC866A (or 0xEC866A) is known color: New York Pink. HEX triplet: EC, 86 and 6A. RGB value is (236,134,106). Sum of RGB (Red+Green+Blue) = 236+134+106=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC866A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC866A is #137995. Grayscale: #A1A1A1. Windows color (decimal): -1276310 or 6981356. OLE color: 6981356.

HSL color Cylindrical-coordinate representation of color #EC866A: hue angle of 12.92º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC866A is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 134 106 -
CMYK 0 0.43 0.55 0.07
HSL 12.92º 0.77% 0.67% -
HSV(B) 12.92º 0.55% 0.93% -
XYZ 45.72 35.92 18.16 -
YUV 161.31 96.79 181.28 -
System Red Green Blue C M Y K H S L
Decimal 236 134 106 0 0.43 0.55 0.07 12.92 0.77 0.67
Hex EC 86 6A 0 2B 37 7 D 4D 43
Octal 354 206 152 0 53 67 7 15 115 103
Binary 11101100 10000110 1101010 0 101011 110111 111 1101 1001101 1000011

Color Harmonies of #EC866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC866A

Black with #EC866A

Text Example


Text Example

White with #EC866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC866A; }

 p { color: rgb(236,134,106); }

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

background-color css

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

 a { background-color: rgb(236,134,106); }

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

border-color css

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

 span { border-color: rgb(236,134,106); }

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