#EF9581

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

Shades of Dark Salmon #EF9581

Tints of Dark Salmon #EF9581

Color information

#EF9581 (or 0xEF9581) is unknown color: approx Dark Salmon. HEX triplet: EF, 95 and 81. RGB value is (239,149,129). Sum of RGB (Red+Green+Blue) = 239+149+129=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9581 is #106A7E. Grayscale: #ADADAD. Windows color (decimal): -1075839 or 8492527. OLE color: 8492527.

HSL color Cylindrical-coordinate representation of color #EF9581: hue angle of 10.91º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF9581 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB239149129-
CMYK00.380.460.06
HSL10.91º77.46%72.16%-
HSV(B)10.91º46.03%93.73%-
XYZ50.3141.4326.11-
YUV173.63102.82174.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.23%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 129 (50.78% from 255) = 24.95%
R=46.23%
G=28.82%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914912900.380.460.0610.9177.4672.16
HexEF95810262E6b4d48
Octal35722520104656613115110
Binary1110111110010101100000010100110101110110101110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9581; }

 p { color: rgb(239,149,129); }

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

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

 a { background-color: rgb(239,149,129); }

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

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

 span { border-color: rgb(239,149,129); }

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