#EF8876

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

Shades of Salmon #EF8876

Tints of Salmon #EF8876

Color information

#EF8876 (or 0xEF8876) is unknown color: approx Salmon. HEX triplet: EF, 88 and 76. RGB value is (239,136,118). Sum of RGB (Red+Green+Blue) = 239+136+118=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8876 is #107789. Grayscale: #A4A4A4. Windows color (decimal): -1079178 or 7768303. OLE color: 7768303.

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

Color convert

RGB239136118-
CMYK00.430.510.06
HSL8.93º79.08%70%-
HSV(B)8.93º50.63%93.73%-
XYZ47.6737.2721.82-
YUV164.74101.62180.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.48%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=48.48%
G=27.59%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913611800.430.510.068.9379.0870
HexEF887602B33694f46
Octal35721016605363611117106
Binary111011111000100011101100101011110011110100110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8876; }

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

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

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

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

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

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

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

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