#EF9281

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

Shades of Dark Salmon #EF9281

Tints of Dark Salmon #EF9281

Color information

#EF9281 (or 0xEF9281) is unknown color: approx Dark Salmon. HEX triplet: EF, 92 and 81. RGB value is (239,146,129). Sum of RGB (Red+Green+Blue) = 239+146+129=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9281 is #106D7E. Grayscale: #ACACAC. Windows color (decimal): -1076607 or 8491759. OLE color: 8491759.

HSL color Cylindrical-coordinate representation of color #EF9281: hue angle of 9.27º 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 #EF9281 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB239146129-
CMYK00.390.460.06
HSL9.27º77.46%72.16%-
HSV(B)9.27º46.03%93.73%-
XYZ49.8440.4925.96-
YUV171.87103.81175.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.50%
GREEN value IS 146 (57.42% from 255) = 28.40%
BLUE value IS 129 (50.78% from 255) = 25.10%
R=46.50%
G=28.40%
B=25.10%

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
Decimal23914612900.390.460.069.2777.4672.16
HexEF92810272E694d48
Octal35722220104756611115110
Binary1110111110010010100000010100111101110110100110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9281; }

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

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

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

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

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

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

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

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