Html Css Color HEX #EF8E79 Dark Salmon

📋 copy color: '#EF8E79'

red 239 ◦ green 142 ◦ blue 121

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

Shades of Dark Salmon #EF8E79

Tints of Dark Salmon #EF8E79

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.29%

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

R = 47.61%
G = 28.29%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF8E79 (or 0xEF8E79) is known color: Dark Salmon. HEX triplet: EF, 8E and 79. RGB value is (239,142,121). Sum of RGB (Red+Green+Blue) = 239+142+121=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8E79 is #107186. Grayscale: #A8A8A8. Windows color (decimal): -1077639 or 7966447. OLE color: 7966447.

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

Color convert

RGB 239 142 121 -
CMYK 0 0.41 0.49 0.06
HSL 10.68º 0.79% 0.71% -
HSV(B) 10.68º 0.49% 0.94% -
XYZ 48.72 39.08 23.06 -
YUV 168.61 101.14 178.21 -
System Red Green Blue C M Y K H S L
Decimal 239 142 121 0 0.41 0.49 0.06 10.68 0.79 0.71
Hex EF 8E 79 0 29 31 6 B 4F 47
Octal 357 216 171 0 51 61 6 13 117 107
Binary 11101111 10001110 1111001 0 101001 110001 110 1011 1001111 1000111

Color Harmonies of #EF8E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8E79

Black with #EF8E79

Text Example


Text Example

White with #EF8E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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