#EA956F

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

Shades of Dark Salmon #EA956F

Tints of Dark Salmon #EA956F

Color information

#EA956F (or 0xEA956F) is unknown color: approx Dark Salmon. HEX triplet: EA, 95 and 6F. RGB value is (234,149,111). Sum of RGB (Red+Green+Blue) = 234+149+111=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA956F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA956F is #156A90. Grayscale: #AAAAAA. Windows color (decimal): -1403537 or 7312874. OLE color: 7312874.

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

Color convert

RGB234149111-
CMYK00.360.530.08
HSL18.54º74.55%67.65%-
HSV(B)18.54º52.56%91.76%-
XYZ47.5540.1420.28-
YUV170.0894.66173.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.37%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 111 (43.75% from 255) = 22.47%
R=47.37%
G=30.16%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414911100.360.530.0818.5474.5567.65
HexEA956F024358134b44
Octal352225157044651023113104
Binary11101010100101011101111010010011010110001001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA956F; }

 p { color: rgb(234,149,111); }

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

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

 a { background-color: rgb(234,149,111); }

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

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

 span { border-color: rgb(234,149,111); }

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