#EF9282

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

Shades of Dark Salmon #EF9282

Tints of Dark Salmon #EF9282

Color information

#EF9282 (or 0xEF9282) is unknown color: approx Dark Salmon. HEX triplet: EF, 92 and 82. RGB value is (239,146,130). Sum of RGB (Red+Green+Blue) = 239+146+130=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9282 is #106D7D. Grayscale: #ACACAC. Windows color (decimal): -1076606 or 8557295. OLE color: 8557295.

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

Color convert

RGB239146130-
CMYK00.390.460.06
HSL8.81º77.3%72.35%-
HSV(B)8.81º45.61%93.73%-
XYZ49.940.5226.31-
YUV171.98104.31175.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.41%
GREEN value IS 146 (57.42% from 255) = 28.35%
BLUE value IS 130 (51.17% from 255) = 25.24%
R=46.41%
G=28.35%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914613000.390.460.068.8177.372.35
HexEF92820272E694d48
Octal35722220204756611115110
Binary1110111110010010100000100100111101110110100110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9282; }

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

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

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

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

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

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

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

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