#EF8173

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

Shades of Salmon #EF8173

Tints of Salmon #EF8173

Color information

#EF8173 (or 0xEF8173) is unknown color: approx Salmon. HEX triplet: EF, 81 and 73. RGB value is (239,129,115). Sum of RGB (Red+Green+Blue) = 239+129+115=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8173 is #107E8C. Grayscale: #A0A0A0. Windows color (decimal): -1080973 or 7569903. OLE color: 7569903.

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

Color convert

RGB239129115-
CMYK00.460.520.06
HSL6.77º79.49%69.41%-
HSV(B)6.77º51.88%93.73%-
XYZ46.5435.2920.58-
YUV160.29102.44184.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.48%
GREEN value IS 129 (50.78% from 255) = 26.71%
BLUE value IS 115 (45.31% from 255) = 23.81%
R=49.48%
G=26.71%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912911500.460.520.066.7779.4969.41
HexEF817302E34674f45
Octal3572011630566467117105
Binary11101111100000011110011010111011010011011110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8173; }

 p { color: rgb(239,129,115); }

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

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

 a { background-color: rgb(239,129,115); }

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

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

 span { border-color: rgb(239,129,115); }

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