Html Css Color HEX #EF9F7C Dark Salmon

📋 copy color: '#EF9F7C'

red 239 ◦ green 159 ◦ blue 124

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

Shades of Dark Salmon #EF9F7C

Tints of Dark Salmon #EF9F7C

RGB

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

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

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

R = 45.79%
G = 30.46%
B = 23.75%

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

#EF9F7C (or 0xEF9F7C) is known color: Dark Salmon. HEX triplet: EF, 9F and 7C. RGB value is (239,159,124). Sum of RGB (Red+Green+Blue) = 239+159+124=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9F7C is #106083. Grayscale: #B3B3B3. Windows color (decimal): -1073284 or 8167407. OLE color: 8167407.

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

Color convert

RGB 239 159 124 -
CMYK 0 0.33 0.48 0.06
HSL 18.26º 0.78% 0.71% -
HSV(B) 18.26º 0.48% 0.94% -
XYZ 51.63 44.6 24.96 -
YUV 178.93 97 170.85 -
System Red Green Blue C M Y K H S L
Decimal 239 159 124 0 0.33 0.48 0.06 18.26 0.78 0.71
Hex EF 9F 7C 0 21 30 6 12 4E 47
Octal 357 237 174 0 41 60 6 22 116 107
Binary 11101111 10011111 1111100 0 100001 110000 110 10010 1001110 1000111

Color Harmonies of #EF9F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9F7C

Black with #EF9F7C

Text Example


Text Example

White with #EF9F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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