Html Css Color HEX #EB866A New York Pink

📋 copy color: '#EB866A'

red 235 ◦ green 134 ◦ blue 106

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

Shades of New York Pink #EB866A

Tints of New York Pink #EB866A

RGB

 RED value IS 235 (92.19% from 255) = 49.47%

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

 BLUE value IS 106 (41.8% from 255) = 22.32%

R = 49.47%
G = 28.21%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EB866A (or 0xEB866A) is known color: New York Pink. HEX triplet: EB, 86 and 6A. RGB value is (235,134,106). Sum of RGB (Red+Green+Blue) = 235+134+106=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB866A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB866A is #147995. Grayscale: #A1A1A1. Windows color (decimal): -1341846 or 6981355. OLE color: 6981355.

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

Color convert

RGB 235 134 106 -
CMYK 0 0.43 0.55 0.08
HSL 13.02º 0.76% 0.67% -
HSV(B) 13.02º 0.55% 0.92% -
XYZ 45.39 35.75 18.14 -
YUV 161.01 96.96 180.78 -
System Red Green Blue C M Y K H S L
Decimal 235 134 106 0 0.43 0.55 0.08 13.02 0.76 0.67
Hex EB 86 6A 0 2B 37 8 D 4C 43
Octal 353 206 152 0 53 67 10 15 114 103
Binary 11101011 10000110 1101010 0 101011 110111 1000 1101 1001100 1000011

Color Harmonies of #EB866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB866A

Black with #EB866A

Text Example


Text Example

White with #EB866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB866A; }

 p { color: rgb(235,134,106); }

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

background-color css

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

 a { background-color: rgb(235,134,106); }

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

border-color css

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

 span { border-color: rgb(235,134,106); }

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