#EF987A

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

Shades of Dark Salmon #EF987A

Tints of Dark Salmon #EF987A

Color information

#EF987A (or 0xEF987A) is unknown color: approx Dark Salmon. HEX triplet: EF, 98 and 7A. RGB value is (239,152,122). Sum of RGB (Red+Green+Blue) = 239+152+122=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF987A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF987A is #106785. Grayscale: #AEAEAE. Windows color (decimal): -1075078 or 8034543. OLE color: 8034543.

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

Color convert

RGB239152122-
CMYK00.360.490.06
HSL15.38º78.52%70.78%-
HSV(B)15.38º48.95%93.73%-
XYZ50.3442.2123.91-
YUV174.5998.32173.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.59%
GREEN value IS 152 (59.77% from 255) = 29.63%
BLUE value IS 122 (48.05% from 255) = 23.78%
R=46.59%
G=29.63%
B=23.78%

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
Decimal23915212200.360.490.0615.3878.5270.78
HexEF987A024316f4f47
Octal35723017204461617117107
Binary111011111001100011110100100100110001110111110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF987A; }

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

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

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

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

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

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

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

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