Html Css Color HEX #EC866F New York Pink

📋 copy color: '#EC866F'

red 236 ◦ green 134 ◦ blue 111

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

Shades of New York Pink #EC866F

Tints of New York Pink #EC866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.08%

R = 49.06%
G = 27.86%
B = 23.08%

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

#EC866F (or 0xEC866F) is known color: New York Pink. HEX triplet: EC, 86 and 6F. RGB value is (236,134,111). Sum of RGB (Red+Green+Blue) = 236+134+111=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC866F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC866F is #137990. Grayscale: #A2A2A2. Windows color (decimal): -1276305 or 7309036. OLE color: 7309036.

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

Color convert

RGB 236 134 111 -
CMYK 0 0.43 0.53 0.07
HSL 11.04º 0.77% 0.68% -
HSV(B) 11.04º 0.53% 0.93% -
XYZ 45.99 36.03 19.57 -
YUV 161.88 99.29 180.87 -
System Red Green Blue C M Y K H S L
Decimal 236 134 111 0 0.43 0.53 0.07 11.04 0.77 0.68
Hex EC 86 6F 0 2B 35 7 B 4D 44
Octal 354 206 157 0 53 65 7 13 115 104
Binary 11101100 10000110 1101111 0 101011 110101 111 1011 1001101 1000100

Color Harmonies of #EC866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC866F

Black with #EC866F

Text Example


Text Example

White with #EC866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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