#EF9778

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

Shades of Dark Salmon #EF9778

Tints of Dark Salmon #EF9778

Color information

#EF9778 (or 0xEF9778) is unknown color: approx Dark Salmon. HEX triplet: EF, 97 and 78. RGB value is (239,151,120). Sum of RGB (Red+Green+Blue) = 239+151+120=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9778 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9778 is #106887. Grayscale: #ADADAD. Windows color (decimal): -1075336 or 7903215. OLE color: 7903215.

HSL color Cylindrical-coordinate representation of color #EF9778: hue angle of 15.63º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF9778 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB239151120-
CMYK00.370.500.06
HSL15.63º78.81%70.39%-
HSV(B)15.63º49.79%93.73%-
XYZ50.0541.8423.21-
YUV173.7897.65174.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.86%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 120 (47.27% from 255) = 23.53%
R=46.86%
G=29.61%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915112000.370.500.0615.6378.8170.39
HexEF9778025326104f46
Octal35722717004562620117106
Binary1110111110010111111100001001011100101101000010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9778; }

 p { color: rgb(239,151,120); }

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

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

 a { background-color: rgb(239,151,120); }

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

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

 span { border-color: rgb(239,151,120); }

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