#EF826F

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

Shades of Salmon #EF826F

Tints of Salmon #EF826F

Color information

#EF826F (or 0xEF826F) is unknown color: approx Salmon. HEX triplet: EF, 82 and 6F. RGB value is (239,130,111). Sum of RGB (Red+Green+Blue) = 239+130+111=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF826F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF826F is #107D90. Grayscale: #A0A0A0. Windows color (decimal): -1080721 or 7308015. OLE color: 7308015.

HSL color Cylindrical-coordinate representation of color #EF826F: hue angle of 8.91º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF826F is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB239130111-
CMYK00.460.540.06
HSL8.91º80%68.63%-
HSV(B)8.91º53.56%93.73%-
XYZ46.4535.4619.44-
YUV160.43100.11184.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.79%
GREEN value IS 130 (51.17% from 255) = 27.08%
BLUE value IS 111 (43.75% from 255) = 23.12%
R=49.79%
G=27.08%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913011100.460.540.068.918068.63
HexEF826F02E36695045
Octal35720215705666611120105
Binary111011111000001011011110101110110110110100110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF826F; }

 p { color: rgb(239,130,111); }

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

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

 a { background-color: rgb(239,130,111); }

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

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

 span { border-color: rgb(239,130,111); }

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