#E9866D

Color #E9866D New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #E9866D

Tints of New York Pink #E9866D

Color information

#E9866D (or 0xE9866D) is unknown color: approx New York Pink. HEX triplet: E9, 86 and 6D. RGB value is (233,134,109). Sum of RGB (Red+Green+Blue) = 233+134+109=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E9866D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9866D is #167992. Grayscale: #A0A0A0. Windows color (decimal): -1472915 or 7177961. OLE color: 7177961.

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

Color convert

RGB233134109-
CMYK00.420.530.09
HSL12.1º73.81%67.06%-
HSV(B)12.1º53.22%91.37%-
XYZ44.8935.4818.95-
YUV160.7598.8179.53-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.95%
GREEN value IS 134 (52.73% from 255) = 28.15%
BLUE value IS 109 (42.97% from 255) = 22.90%
R=48.95%
G=28.15%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313410900.420.530.0912.173.8167.06
HexE9866D02A359c4a43
Octal351206155052651114112103
Binary1110100110000110110110101010101101011001110010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9866D; }

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

 H1.HeaderClassName
 {
   color: #E9866D;
 }
 .AnyTagClassName
 {
   color: #E9866D;
 }
</style>
background-color css

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

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

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

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

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

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