#E5866D

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

Shades of New York Pink #E5866D

Tints of New York Pink #E5866D

Color information

#E5866D (or 0xE5866D) is unknown color: approx New York Pink. HEX triplet: E5, 86 and 6D. RGB value is (229,134,109). Sum of RGB (Red+Green+Blue) = 229+134+109=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E5866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5866D is #1A7992. Grayscale: #9F9F9F. Windows color (decimal): -1735059 or 7177957. OLE color: 7177957.

HSL color Cylindrical-coordinate representation of color #E5866D: hue angle of 12.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5866D is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB229134109-
CMYK00.410.520.10
HSL12.5º69.77%66.27%-
HSV(B)12.5º52.4%89.8%-
XYZ43.634.8118.89-
YUV159.5699.47177.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.52%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 109 (42.97% from 255) = 23.09%
R=48.52%
G=28.39%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913410900.410.520.1012.569.7766.27
HexE5866D02934Ad4642
Octal345206155051641215106102
Binary1110010110000110110110101010011101001010110110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5866D; }

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

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

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

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

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

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

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

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