Html Css Color HEX #EF8F79 Dark Salmon

📋 copy color: '#EF8F79'

red 239 ◦ green 143 ◦ blue 121

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

Shades of Dark Salmon #EF8F79

Tints of Dark Salmon #EF8F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.06%

R = 47.51%
G = 28.43%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF8F79 (or 0xEF8F79) is known color: Dark Salmon. HEX triplet: EF, 8F and 79. RGB value is (239,143,121). Sum of RGB (Red+Green+Blue) = 239+143+121=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8F79 is #107086. Grayscale: #A9A9A9. Windows color (decimal): -1077383 or 7966703. OLE color: 7966703.

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

Color convert

RGB 239 143 121 -
CMYK 0 0.40 0.49 0.06
HSL 11.19º 0.79% 0.71% -
HSV(B) 11.19º 0.49% 0.94% -
XYZ 48.87 39.38 23.11 -
YUV 169.2 100.8 177.79 -
System Red Green Blue C M Y K H S L
Decimal 239 143 121 0 0.40 0.49 0.06 11.19 0.79 0.71
Hex EF 8F 79 0 28 31 6 B 4F 47
Octal 357 217 171 0 50 61 6 13 117 107
Binary 11101111 10001111 1111001 0 101000 110001 110 1011 1001111 1000111

Color Harmonies of #EF8F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F79

Black with #EF8F79

Text Example


Text Example

White with #EF8F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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