#EF816D

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

Shades of Salmon #EF816D

Tints of Salmon #EF816D

Color information

#EF816D (or 0xEF816D) is unknown color: approx Salmon. HEX triplet: EF, 81 and 6D. RGB value is (239,129,109). Sum of RGB (Red+Green+Blue) = 239+129+109=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF816D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF816D is #107E92. Grayscale: #9F9F9F. Windows color (decimal): -1080979 or 7176687. OLE color: 7176687.

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

Color convert

RGB239129109-
CMYK00.460.540.06
HSL9.23º80.25%68.24%-
HSV(B)9.23º54.39%93.73%-
XYZ46.2135.1618.82-
YUV159.6199.44184.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.10%
GREEN value IS 129 (50.78% from 255) = 27.04%
BLUE value IS 109 (42.97% from 255) = 22.85%
R=50.10%
G=27.04%
B=22.85%

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
Decimal23912910900.460.540.069.2380.2568.24
HexEF816D02E36695044
Octal35720115505666611120104
Binary111011111000000111011010101110110110110100110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF816D; }

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

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

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

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

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

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

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

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