Html Css Color HEX #EB866C New York Pink

📋 copy color: '#EB866C'

red 235 ◦ green 134 ◦ blue 108

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

Shades of New York Pink #EB866C

Tints of New York Pink #EB866C

RGB

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

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

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

R = 49.27%
G = 28.09%
B = 22.64%

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

#EB866C (or 0xEB866C) is known color: New York Pink. HEX triplet: EB, 86 and 6C. RGB value is (235,134,108). Sum of RGB (Red+Green+Blue) = 235+134+108=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB866C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB866C is #147993. Grayscale: #A1A1A1. Windows color (decimal): -1341844 or 7112427. OLE color: 7112427.

HSL color Cylindrical-coordinate representation of color #EB866C: hue angle of 12.28º degrees, saturation: 0.76, 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 #EB866C is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 134 108 -
CMYK 0 0.43 0.54 0.08
HSL 12.28º 0.76% 0.67% -
HSV(B) 12.28º 0.54% 0.92% -
XYZ 45.49 35.8 18.7 -
YUV 161.24 97.96 180.61 -
System Red Green Blue C M Y K H S L
Decimal 235 134 108 0 0.43 0.54 0.08 12.28 0.76 0.67
Hex EB 86 6C 0 2B 36 8 C 4C 43
Octal 353 206 154 0 53 66 10 14 114 103
Binary 11101011 10000110 1101100 0 101011 110110 1000 1100 1001100 1000011

Color Harmonies of #EB866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB866C

Black with #EB866C

Text Example


Text Example

White with #EB866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB866C; }

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

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

background-color css

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

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

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

border-color css

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

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

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