#ef9e78

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

Shades of Dark Salmon #EF9E78

Tints of Dark Salmon #EF9E78

Color information

#EF9E78 (or 0xEF9E78) is unknown color: approx Dark Salmon. HEX triplet: EF, 9E and 78. RGB value is (239,158,120). Sum of RGB (Red+Green+Blue) = 239+158+120=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9E78 is #106187. Grayscale: #B2B2B2. Windows color (decimal): -1073544 or 7905007. OLE color: 7905007.

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

Color convert

RGB239158120-
CMYK00.340.500.06
HSL19.16º78.81%70.39%-
HSV(B)19.16º49.79%93.73%-
XYZ51.2144.1623.59-
YUV177.8995.34171.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.23%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 120 (47.27% from 255) = 23.21%
R=46.23%
G=30.56%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915812000.340.500.0619.1678.8170.39
HexEF9E78022326134f46
Octal35723617004262623117106
Binary1110111110011110111100001000101100101101001110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef9e78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef9e78; }

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

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

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

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

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

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

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

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