#EF7D69

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

Shades of Salmon #EF7D69

Tints of Salmon #EF7D69

Color information

#EF7D69 (or 0xEF7D69) is unknown color: approx Salmon. HEX triplet: EF, 7D and 69. RGB value is (239,125,105). Sum of RGB (Red+Green+Blue) = 239+125+105=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7D69 is #108296. Grayscale: #9D9D9D. Windows color (decimal): -1082007 or 6913519. OLE color: 6913519.

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

Color convert

RGB239125105-
CMYK00.480.560.06
HSL8.96º80.72%67.45%-
HSV(B)8.96º56.07%93.73%-
XYZ45.4834.0417.54-
YUV156.8198.77186.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.96%
GREEN value IS 125 (49.22% from 255) = 26.65%
BLUE value IS 105 (41.41% from 255) = 22.39%
R=50.96%
G=26.65%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912510500.480.560.068.9680.7267.45
HexEF7D6903038695143
Octal35717515106070611121103
Binary11101111111110111010010110000111000110100110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7D69; }

 p { color: rgb(239,125,105); }

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

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

 a { background-color: rgb(239,125,105); }

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

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

 span { border-color: rgb(239,125,105); }

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