#EF8877

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

Shades of Salmon #EF8877

Tints of Salmon #EF8877

Color information

#EF8877 (or 0xEF8877) is unknown color: approx Salmon. HEX triplet: EF, 88 and 77. RGB value is (239,136,119). Sum of RGB (Red+Green+Blue) = 239+136+119=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8877 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8877 is #107788. Grayscale: #A5A5A5. Windows color (decimal): -1079177 or 7833839. OLE color: 7833839.

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

Color convert

RGB239136119-
CMYK00.430.500.06
HSL8.5º78.95%70.2%-
HSV(B)8.5º50.21%93.73%-
XYZ47.7337.2922.13-
YUV164.86102.12180.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.38%
GREEN value IS 136 (53.52% from 255) = 27.53%
BLUE value IS 119 (46.88% from 255) = 24.09%
R=48.38%
G=27.53%
B=24.09%

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
Decimal23913611900.430.500.068.578.9570.2
HexEF887702B32694f46
Octal35721016705362611117106
Binary111011111000100011101110101011110010110100110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8877; }

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

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

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

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

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

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

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

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