#EA9671

Color #EA9671 Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #EA9671

Tints of Dark Salmon #EA9671

Color information

#EA9671 (or 0xEA9671) is unknown color: approx Dark Salmon. HEX triplet: EA, 96 and 71. RGB value is (234,150,113). Sum of RGB (Red+Green+Blue) = 234+150+113=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9671 is #15698E. Grayscale: #ABABAB. Windows color (decimal): -1403279 or 7444202. OLE color: 7444202.

HSL color Cylindrical-coordinate representation of color #EA9671: hue angle of 18.35º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA9671 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB234150113-
CMYK00.360.520.08
HSL18.35º74.23%68.04%-
HSV(B)18.35º51.71%91.76%-
XYZ47.8240.520.92-
YUV170.995.33173.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 113 (44.53% from 255) = 22.74%
R=47.08%
G=30.18%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415011300.360.520.0818.3574.2368.04
HexEA9671024348124a44
Octal352226161044641022112104
Binary11101010100101101110001010010011010010001001010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9671; }

 p { color: rgb(234,150,113); }

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

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

 a { background-color: rgb(234,150,113); }

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

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

 span { border-color: rgb(234,150,113); }

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