Html Css Color HEX #EA866C New York Pink

📋 copy color: '#EA866C'

red 234 ◦ green 134 ◦ blue 108

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

Shades of New York Pink #EA866C

Tints of New York Pink #EA866C

RGB

 RED value IS 234 (91.8% from 255) = 49.16%

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

 BLUE value IS 108 (42.58% from 255) = 22.69%

R = 49.16%
G = 28.15%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA866C (or 0xEA866C) is known color: New York Pink. HEX triplet: EA, 86 and 6C. RGB value is (234,134,108). Sum of RGB (Red+Green+Blue) = 234+134+108=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA866C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA866C is #157993. Grayscale: #A1A1A1. Windows color (decimal): -1407380 or 7112426. OLE color: 7112426.

HSL color Cylindrical-coordinate representation of color #EA866C: hue angle of 12.38º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA866C is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 134 108 -
CMYK 0 0.43 0.54 0.08
HSL 12.38º 0.75% 0.67% -
HSV(B) 12.38º 0.54% 0.92% -
XYZ 45.16 35.63 18.68 -
YUV 160.94 98.13 180.11 -
System Red Green Blue C M Y K H S L
Decimal 234 134 108 0 0.43 0.54 0.08 12.38 0.75 0.67
Hex EA 86 6C 0 2B 36 8 C 4B 43
Octal 352 206 154 0 53 66 10 14 113 103
Binary 11101010 10000110 1101100 0 101011 110110 1000 1100 1001011 1000011

Color Harmonies of #EA866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA866C

Black with #EA866C

Text Example


Text Example

White with #EA866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA866C; }

 p { color: rgb(234,134,108); }

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

background-color css

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

 a { background-color: rgb(234,134,108); }

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

border-color css

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

 span { border-color: rgb(234,134,108); }

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