#ef9680

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

Shades of Dark Salmon #EF9680

Tints of Dark Salmon #EF9680

Color information

#EF9680 (or 0xEF9680) is unknown color: approx Dark Salmon. HEX triplet: EF, 96 and 80. RGB value is (239,150,128). Sum of RGB (Red+Green+Blue) = 239+150+128=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9680 is #10697F. Grayscale: #AEAEAE. Windows color (decimal): -1075584 or 8427247. OLE color: 8427247.

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

Color convert

RGB239150128-
CMYK00.370.460.06
HSL11.89º77.62%71.96%-
HSV(B)11.89º46.44%93.73%-
XYZ50.441.7225.82-
YUV174.1101.99174.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.23%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 128 (50.39% from 255) = 24.76%
R=46.23%
G=29.01%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915012800.370.460.0611.8977.6271.96
HexEF96800252E6c4e48
Octal35722620004556614116110
Binary1110111110010110100000000100101101110110110010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef9680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef9680; }

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

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

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

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

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

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

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

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