Html Css Color HEX #EC866E New York Pink

📋 copy color: '#EC866E'

red 236 ◦ green 134 ◦ blue 110

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

Shades of New York Pink #EC866E

Tints of New York Pink #EC866E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.92%

R = 49.17%
G = 27.92%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC866E (or 0xEC866E) is known color: New York Pink. HEX triplet: EC, 86 and 6E. RGB value is (236,134,110). Sum of RGB (Red+Green+Blue) = 236+134+110=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC866E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC866E is #137991. Grayscale: #A1A1A1. Windows color (decimal): -1276306 or 7243500. OLE color: 7243500.

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

Color convert

RGB 236 134 110 -
CMYK 0 0.43 0.53 0.07
HSL 11.43º 0.77% 0.68% -
HSV(B) 11.43º 0.53% 0.93% -
XYZ 45.93 36.01 19.28 -
YUV 161.76 98.79 180.95 -
System Red Green Blue C M Y K H S L
Decimal 236 134 110 0 0.43 0.53 0.07 11.43 0.77 0.68
Hex EC 86 6E 0 2B 35 7 B 4D 44
Octal 354 206 156 0 53 65 7 13 115 104
Binary 11101100 10000110 1101110 0 101011 110101 111 1011 1001101 1000100

Color Harmonies of #EC866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC866E

Black with #EC866E

Text Example


Text Example

White with #EC866E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC866E; }

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

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

background-color css

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

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

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

border-color css

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

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

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