#EF8166

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

Shades of Salmon #EF8166

Tints of Salmon #EF8166

Color information

#EF8166 (or 0xEF8166) is unknown color: approx Salmon. HEX triplet: EF, 81 and 66. RGB value is (239,129,102). Sum of RGB (Red+Green+Blue) = 239+129+102=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8166 is #107E99. Grayscale: #9F9F9F. Windows color (decimal): -1080986 or 6717935. OLE color: 6717935.

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

Color convert

RGB239129102-
CMYK00.460.570.06
HSL11.82º81.07%66.86%-
HSV(B)11.82º57.32%93.73%-
XYZ45.8535.0116.91-
YUV158.8195.94185.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.85%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 102 (40.23% from 255) = 21.70%
R=50.85%
G=27.45%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912910200.460.570.0611.8281.0766.86
HexEF816602E396c5143
Octal35720114605671614121103
Binary111011111000000111001100101110111001110110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8166; }

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

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

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

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

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

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

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

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