#EF8977

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

Shades of Salmon #EF8977

Tints of Salmon #EF8977

Color information

#EF8977 (or 0xEF8977) is unknown color: approx Salmon. HEX triplet: EF, 89 and 77. RGB value is (239,137,119). Sum of RGB (Red+Green+Blue) = 239+137+119=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8977 is #107688. Grayscale: #A5A5A5. Windows color (decimal): -1078921 or 7834095. OLE color: 7834095.

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

Color convert

RGB239137119-
CMYK00.430.500.06
HSL78.95%70.2%-
HSV(B)50.21%93.73%-
XYZ47.8737.5722.18-
YUV165.45101.79180.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.28%
GREEN value IS 137 (53.91% from 255) = 27.68%
BLUE value IS 119 (46.88% from 255) = 24.04%
R=48.28%
G=27.68%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913711900.430.500.06978.9570.2
HexEF897702B32694f46
Octal35721116705362611117106
Binary111011111000100111101110101011110010110100110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8977; }

 p { color: rgb(239,137,119); }

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

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

 a { background-color: rgb(239,137,119); }

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

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

 span { border-color: rgb(239,137,119); }

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