Html Css Color HEX #EC856D New York Pink

📋 copy color: '#EC856D'

red 236 ◦ green 133 ◦ blue 109

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

Shades of New York Pink #EC856D

Tints of New York Pink #EC856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.82%

 BLUE value IS 109 (42.97% from 255) = 22.8%

R = 49.37%
G = 27.82%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC856D (or 0xEC856D) is known color: New York Pink. HEX triplet: EC, 85 and 6D. RGB value is (236,133,109). Sum of RGB (Red+Green+Blue) = 236+133+109=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC856D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC856D is #137A92. Grayscale: #A1A1A1. Windows color (decimal): -1276563 or 7177708. OLE color: 7177708.

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

Color convert

RGB 236 133 109 -
CMYK 0 0.44 0.54 0.07
HSL 11.34º 0.77% 0.68% -
HSV(B) 11.34º 0.54% 0.93% -
XYZ 45.74 35.71 18.95 -
YUV 161.06 98.62 181.45 -
System Red Green Blue C M Y K H S L
Decimal 236 133 109 0 0.44 0.54 0.07 11.34 0.77 0.68
Hex EC 85 6D 0 2C 36 7 B 4D 44
Octal 354 205 155 0 54 66 7 13 115 104
Binary 11101100 10000101 1101101 0 101100 110110 111 1011 1001101 1000100

Color Harmonies of #EC856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC856D

Black with #EC856D

Text Example


Text Example

White with #EC856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC856D; }

 p { color: rgb(236,133,109); }

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

background-color css

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

 a { background-color: rgb(236,133,109); }

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

border-color css

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

 span { border-color: rgb(236,133,109); }

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