Html Css Color HEX #EF8F7C Dark Salmon

📋 copy color: '#EF8F7C'

red 239 ◦ green 143 ◦ blue 124

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

Shades of Dark Salmon #EF8F7C

Tints of Dark Salmon #EF8F7C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.26%

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

R = 47.23%
G = 28.26%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF8F7C (or 0xEF8F7C) is known color: Dark Salmon. HEX triplet: EF, 8F and 7C. RGB value is (239,143,124). Sum of RGB (Red+Green+Blue) = 239+143+124=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8F7C is #107083. Grayscale: #A9A9A9. Windows color (decimal): -1077380 or 8163311. OLE color: 8163311.

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

Color convert

RGB 239 143 124 -
CMYK 0 0.40 0.48 0.06
HSL 9.91º 0.78% 0.71% -
HSV(B) 9.91º 0.48% 0.94% -
XYZ 49.06 39.45 24.1 -
YUV 169.54 102.3 177.54 -
System Red Green Blue C M Y K H S L
Decimal 239 143 124 0 0.40 0.48 0.06 9.91 0.78 0.71
Hex EF 8F 7C 0 28 30 6 A 4E 47
Octal 357 217 174 0 50 60 6 12 116 107
Binary 11101111 10001111 1111100 0 101000 110000 110 1010 1001110 1000111

Color Harmonies of #EF8F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F7C

Black with #EF8F7C

Text Example


Text Example

White with #EF8F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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