#EF9882

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

Shades of Dark Salmon #EF9882

Tints of Dark Salmon #EF9882

Color information

#EF9882 (or 0xEF9882) is unknown color: approx Dark Salmon. HEX triplet: EF, 98 and 82. RGB value is (239,152,130). Sum of RGB (Red+Green+Blue) = 239+152+130=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9882 is #10677D. Grayscale: #AFAFAF. Windows color (decimal): -1075070 or 8558831. OLE color: 8558831.

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

Color convert

RGB239152130-
CMYK00.360.460.06
HSL12.11º77.3%72.35%-
HSV(B)12.11º45.61%93.73%-
XYZ50.8542.4226.63-
YUV175.5102.32173.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.87%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 130 (51.17% from 255) = 24.95%
R=45.87%
G=29.17%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915213000.360.460.0612.1177.372.35
HexEF98820242E6c4d48
Octal35723020204456614115110
Binary1110111110011000100000100100100101110110110010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9882; }

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

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

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

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

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

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

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

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