Html Css Color HEX #EF957C Dark Salmon

📋 copy color: '#EF957C'

red 239 ◦ green 149 ◦ blue 124

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

Shades of Dark Salmon #EF957C

Tints of Dark Salmon #EF957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.1%

 BLUE value IS 124 (48.83% from 255) = 24.22%

R = 46.68%
G = 29.1%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF957C (or 0xEF957C) is known color: Dark Salmon. HEX triplet: EF, 95 and 7C. RGB value is (239,149,124). Sum of RGB (Red+Green+Blue) = 239+149+124=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF957C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF957C is #106A83. Grayscale: #ADADAD. Windows color (decimal): -1075844 or 8164847. OLE color: 8164847.

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

Color convert

RGB 239 149 124 -
CMYK 0 0.38 0.48 0.06
HSL 13.04º 0.78% 0.71% -
HSV(B) 13.04º 0.48% 0.94% -
XYZ 49.98 41.3 24.41 -
YUV 173.06 100.32 175.03 -
System Red Green Blue C M Y K H S L
Decimal 239 149 124 0 0.38 0.48 0.06 13.04 0.78 0.71
Hex EF 95 7C 0 26 30 6 D 4E 47
Octal 357 225 174 0 46 60 6 15 116 107
Binary 11101111 10010101 1111100 0 100110 110000 110 1101 1001110 1000111

Color Harmonies of #EF957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF957C

Black with #EF957C

Text Example


Text Example

White with #EF957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF957C; }

 p { color: rgb(239,149,124); }

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

background-color css

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

 a { background-color: rgb(239,149,124); }

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

border-color css

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

 span { border-color: rgb(239,149,124); }

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