#EF9A7A

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

Shades of Dark Salmon #EF9A7A

Tints of Dark Salmon #EF9A7A

Color information

#EF9A7A (or 0xEF9A7A) is unknown color: approx Dark Salmon. HEX triplet: EF, 9A and 7A. RGB value is (239,154,122). Sum of RGB (Red+Green+Blue) = 239+154+122=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9A7A is #106585. Grayscale: #AFAFAF. Windows color (decimal): -1074566 or 8035055. OLE color: 8035055.

HSL color Cylindrical-coordinate representation of color #EF9A7A: hue angle of 16.41º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF9A7A is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB239154122-
CMYK00.360.490.06
HSL16.41º78.52%70.78%-
HSV(B)16.41º48.95%93.73%-
XYZ50.6742.8724.02-
YUV175.7797.66173.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.41%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 122 (48.05% from 255) = 23.69%
R=46.41%
G=29.90%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915412200.360.490.0616.4178.5270.78
HexEF9A7A024316104f47
Octal35723217204461620117107
Binary1110111110011010111101001001001100011101000010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9A7A; }

 p { color: rgb(239,154,122); }

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

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

 a { background-color: rgb(239,154,122); }

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

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

 span { border-color: rgb(239,154,122); }

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