Html Css Color HEX #E5806D New York Pink

📋 copy color: '#E5806D'

red 229 ◦ green 128 ◦ blue 109

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

Shades of New York Pink #E5806D

Tints of New York Pink #E5806D

RGB

 RED value IS 229 (89.84% from 255) = 49.14%

 GREEN value IS 128 (50.39% from 255) = 27.47%

 BLUE value IS 109 (42.97% from 255) = 23.39%

R = 49.14%
G = 27.47%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5806D (or 0xE5806D) is known color: New York Pink. HEX triplet: E5, 80 and 6D. RGB value is (229,128,109). Sum of RGB (Red+Green+Blue) = 229+128+109=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5806D is #1A7F92. Grayscale: #9C9C9C. Windows color (decimal): -1736595 or 7176421. OLE color: 7176421.

HSL color Cylindrical-coordinate representation of color #E5806D: hue angle of 9.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 #E5806D is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 128 109 -
CMYK 0 0.44 0.52 0.10
HSL 9.5º 0.7% 0.66% -
HSV(B) 9.5º 0.52% 0.9% -
XYZ 42.79 33.2 18.62 -
YUV 156.03 101.46 180.04 -
System Red Green Blue C M Y K H S L
Decimal 229 128 109 0 0.44 0.52 0.10 9.5 0.7 0.66
Hex E5 80 6D 0 2C 34 A A 46 42
Octal 345 200 155 0 54 64 12 12 106 102
Binary 11100101 10000000 1101101 0 101100 110100 1010 1010 1000110 1000010

Color Harmonies of #E5806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5806D

Black with #E5806D

Text Example


Text Example

White with #E5806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5806D; }

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

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

background-color css

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

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

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

border-color css

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

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

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