#EF9980

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

Shades of Dark Salmon #EF9980

Tints of Dark Salmon #EF9980

Color information

#EF9980 (or 0xEF9980) is unknown color: approx Dark Salmon. HEX triplet: EF, 99 and 80. RGB value is (239,153,128). Sum of RGB (Red+Green+Blue) = 239+153+128=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9980 is #10667F. Grayscale: #B0B0B0. Windows color (decimal): -1074816 or 8428015. OLE color: 8428015.

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

Color convert

RGB239153128-
CMYK00.360.460.06
HSL13.51º77.62%71.96%-
HSV(B)13.51º46.44%93.73%-
XYZ50.8842.6925.98-
YUV175.86100.99173.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.96%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 128 (50.39% from 255) = 24.62%
R=45.96%
G=29.42%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915312800.360.460.0613.5177.6271.96
HexEF99800242E6e4e48
Octal35723120004456616116110
Binary1110111110011001100000000100100101110110111010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9980; }

 p { color: rgb(239,153,128); }

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

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

 a { background-color: rgb(239,153,128); }

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

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

 span { border-color: rgb(239,153,128); }

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