#EF967A

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

Shades of Dark Salmon #EF967A

Tints of Dark Salmon #EF967A

Color information

#EF967A (or 0xEF967A) is unknown color: approx Dark Salmon. HEX triplet: EF, 96 and 7A. RGB value is (239,150,122). Sum of RGB (Red+Green+Blue) = 239+150+122=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF967A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF967A is #106985. Grayscale: #ADADAD. Windows color (decimal): -1075590 or 8034031. OLE color: 8034031.

HSL color Cylindrical-coordinate representation of color #EF967A: hue angle of 14.36º 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 #EF967A is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB239150122-
CMYK00.370.490.06
HSL14.36º78.52%70.78%-
HSV(B)14.36º48.95%93.73%-
XYZ50.0241.5723.8-
YUV173.4298.99174.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.77%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 122 (48.05% from 255) = 23.87%
R=46.77%
G=29.35%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915012200.370.490.0614.3678.5270.78
HexEF967A025316e4f47
Octal35722617204561616117107
Binary111011111001011011110100100101110001110111010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF967A; }

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

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

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

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

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

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

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

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