Html Css Color HEX #EA866F New York Pink

📋 copy color: '#EA866F'

red 234 ◦ green 134 ◦ blue 111

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

Shades of New York Pink #EA866F

Tints of New York Pink #EA866F

RGB

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

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

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

R = 48.85%
G = 27.97%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA866F (or 0xEA866F) is known color: New York Pink. HEX triplet: EA, 86 and 6F. RGB value is (234,134,111). Sum of RGB (Red+Green+Blue) = 234+134+111=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA866F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA866F is #157990. Grayscale: #A1A1A1. Windows color (decimal): -1407377 or 7309034. OLE color: 7309034.

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

Color convert

RGB 234 134 111 -
CMYK 0 0.43 0.53 0.08
HSL 11.22º 0.75% 0.68% -
HSV(B) 11.22º 0.53% 0.92% -
XYZ 45.33 35.69 19.54 -
YUV 161.28 99.63 179.87 -
System Red Green Blue C M Y K H S L
Decimal 234 134 111 0 0.43 0.53 0.08 11.22 0.75 0.68
Hex EA 86 6F 0 2B 35 8 B 4B 44
Octal 352 206 157 0 53 65 10 13 113 104
Binary 11101010 10000110 1101111 0 101011 110101 1000 1011 1001011 1000100

Color Harmonies of #EA866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA866F

Black with #EA866F

Text Example


Text Example

White with #EA866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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