Html Css Color HEX #EA866D New York Pink

📋 copy color: '#EA866D'

red 234 ◦ green 134 ◦ blue 109

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

Shades of New York Pink #EA866D

Tints of New York Pink #EA866D

RGB

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

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

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

R = 49.06%
G = 28.09%
B = 22.85%

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

#EA866D (or 0xEA866D) is known color: New York Pink. HEX triplet: EA, 86 and 6D. RGB value is (234,134,109). Sum of RGB (Red+Green+Blue) = 234+134+109=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA866D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA866D is #157992. Grayscale: #A1A1A1. Windows color (decimal): -1407379 or 7177962. OLE color: 7177962.

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

Color convert

RGB 234 134 109 -
CMYK 0 0.43 0.53 0.08
HSL 12º 0.75% 0.67% -
HSV(B) 12º 0.53% 0.92% -
XYZ 45.22 35.65 18.97 -
YUV 161.05 98.63 180.03 -
System Red Green Blue C M Y K H S L
Decimal 234 134 109 0 0.43 0.53 0.08 12 0.75 0.67
Hex EA 86 6D 0 2B 35 8 C 4B 43
Octal 352 206 155 0 53 65 10 14 113 103
Binary 11101010 10000110 1101101 0 101011 110101 1000 1100 1001011 1000011

Color Harmonies of #EA866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA866D

Black with #EA866D

Text Example


Text Example

White with #EA866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA866D; }

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

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

background-color css

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

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

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

border-color css

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

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

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