Html Css Color HEX #EF9D7D Dark Salmon

📋 copy color: '#EF9D7D'

red 239 ◦ green 157 ◦ blue 125

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

Shades of Dark Salmon #EF9D7D

Tints of Dark Salmon #EF9D7D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.13%

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

R = 45.87%
G = 30.13%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF9D7D (or 0xEF9D7D) is known color: Dark Salmon. HEX triplet: EF, 9D and 7D. RGB value is (239,157,125). Sum of RGB (Red+Green+Blue) = 239+157+125=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9D7D is #106282. Grayscale: #B2B2B2. Windows color (decimal): -1073795 or 8232431. OLE color: 8232431.

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

Color convert

RGB 239 157 125 -
CMYK 0 0.34 0.48 0.06
HSL 16.84º 0.78% 0.71% -
HSV(B) 16.84º 0.48% 0.94% -
XYZ 51.36 43.95 25.18 -
YUV 177.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 239 157 125 0 0.34 0.48 0.06 16.84 0.78 0.71
Hex EF 9D 7D 0 22 30 6 11 4E 47
Octal 357 235 175 0 42 60 6 21 116 107
Binary 11101111 10011101 1111101 0 100010 110000 110 10001 1001110 1000111

Color Harmonies of #EF9D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9D7D

Black with #EF9D7D

Text Example


Text Example

White with #EF9D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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