Html Css Color HEX #EF9F7D Dark Salmon

📋 copy color: '#EF9F7D'

red 239 ◦ green 159 ◦ blue 125

#EF9F7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Salmon #EF9F7D

Tints of Dark Salmon #EF9F7D

RGB

 RED value IS 239 (93.75% from 255) = 45.7%

 GREEN value IS 159 (62.5% from 255) = 30.4%

 BLUE value IS 125 (49.22% from 255) = 23.9%

R = 45.7%
G = 30.4%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF9F7D (or 0xEF9F7D) is known color: Dark Salmon. HEX triplet: EF, 9F and 7D. RGB value is (239,159,125). Sum of RGB (Red+Green+Blue) = 239+159+125=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9F7D is #106082. Grayscale: #B3B3B3. Windows color (decimal): -1073283 or 8232943. OLE color: 8232943.

HSL color Cylindrical-coordinate representation of color #EF9F7D: hue angle of 17.89º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF9F7D is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 159 125 -
CMYK 0 0.33 0.48 0.06
HSL 17.89º 0.78% 0.71% -
HSV(B) 17.89º 0.48% 0.94% -
XYZ 51.7 44.63 25.29 -
YUV 179.04 97.5 170.76 -
System Red Green Blue C M Y K H S L
Decimal 239 159 125 0 0.33 0.48 0.06 17.89 0.78 0.71
Hex EF 9F 7D 0 21 30 6 12 4E 47
Octal 357 237 175 0 41 60 6 22 116 107
Binary 11101111 10011111 1111101 0 100001 110000 110 10010 1001110 1000111

Color Harmonies of #EF9F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9F7D

Black with #EF9F7D

Text Example


Text Example

White with #EF9F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9F7D; }

 p { color: rgb(239,159,125); }

 H1.HeaderClassName
 {
   color: #EF9F7D;
 }
 .AnyTagClassName
 {
   color: #EF9F7D;
 }
</style>

background-color css

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

 a { background-color: rgb(239,159,125); }

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

border-color css

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

 span { border-color: rgb(239,159,125); }

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