#ef876a

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

Shades of Salmon #EF876A

Tints of Salmon #EF876A

Color information

#EF876A (or 0xEF876A) is unknown color: approx Salmon. HEX triplet: EF, 87 and 6A. RGB value is (239,135,106). Sum of RGB (Red+Green+Blue) = 239+135+106=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF876A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF876A is #107895. Grayscale: #A3A3A3. Windows color (decimal): -1079446 or 6981615. OLE color: 6981615.

HSL color Cylindrical-coordinate representation of color #EF876A: hue angle of 13.08º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF876A is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB239135106-
CMYK00.440.560.06
HSL13.08º80.61%67.65%-
HSV(B)13.08º55.65%93.73%-
XYZ46.8636.7218.25-
YUV162.7995.96182.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.79%
GREEN value IS 135 (53.12% from 255) = 28.12%
BLUE value IS 106 (41.80% from 255) = 22.08%
R=49.79%
G=28.12%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913510600.440.560.0613.0880.6167.65
HexEF876A02C386d5144
Octal35720715205470615121104
Binary111011111000011111010100101100111000110110110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef876a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef876a; }

 p { color: rgb(239,135,106); }

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

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

 a { background-color: rgb(239,135,106); }

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

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

 span { border-color: rgb(239,135,106); }

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