Html Css Color HEX #E7866C New York Pink

📋 copy color: '#E7866C'

red 231 ◦ green 134 ◦ blue 108

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

Shades of New York Pink #E7866C

Tints of New York Pink #E7866C

RGB

 RED value IS 231 (90.63% from 255) = 48.84%

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

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

R = 48.84%
G = 28.33%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E7866C (or 0xE7866C) is known color: New York Pink. HEX triplet: E7, 86 and 6C. RGB value is (231,134,108). Sum of RGB (Red+Green+Blue) = 231+134+108=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E7866C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7866C is #187993. Grayscale: #A0A0A0. Windows color (decimal): -1603988 or 7112423. OLE color: 7112423.

HSL color Cylindrical-coordinate representation of color #E7866C: hue angle of 12.68º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7866C is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 134 108 -
CMYK 0 0.42 0.53 0.09
HSL 12.68º 0.72% 0.66% -
HSV(B) 12.68º 0.53% 0.91% -
XYZ 44.19 35.12 18.64 -
YUV 160.04 98.64 178.61 -
System Red Green Blue C M Y K H S L
Decimal 231 134 108 0 0.42 0.53 0.09 12.68 0.72 0.66
Hex E7 86 6C 0 2A 35 9 D 48 42
Octal 347 206 154 0 52 65 11 15 110 102
Binary 11100111 10000110 1101100 0 101010 110101 1001 1101 1001000 1000010

Color Harmonies of #E7866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7866C

Black with #E7866C

Text Example


Text Example

White with #E7866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7866C; }

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

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

background-color css

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

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

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

border-color css

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

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

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