Html Css Color HEX #EFA079 Dark Salmon

📋 copy color: '#EFA079'

red 239 ◦ green 160 ◦ blue 121

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

Shades of Dark Salmon #EFA079

Tints of Dark Salmon #EFA079

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.77%

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

R = 45.96%
G = 30.77%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFA079 (or 0xEFA079) is known color: Dark Salmon. HEX triplet: EF, A0 and 79. RGB value is (239,160,121). Sum of RGB (Red+Green+Blue) = 239+160+121=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA079 is #105F86. Grayscale: #B3B3B3. Windows color (decimal): -1073031 or 7971055. OLE color: 7971055.

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

Color convert

RGB 239 160 121 -
CMYK 0 0.33 0.49 0.06
HSL 19.83º 0.79% 0.71% -
HSV(B) 19.83º 0.49% 0.94% -
XYZ 51.62 44.87 24.03 -
YUV 179.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 239 160 121 0 0.33 0.49 0.06 19.83 0.79 0.71
Hex EF A0 79 0 21 31 6 14 4F 47
Octal 357 240 171 0 41 61 6 24 117 107
Binary 11101111 10100000 1111001 0 100001 110001 110 10100 1001111 1000111

Color Harmonies of #EFA079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA079

Black with #EFA079

Text Example


Text Example

White with #EFA079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA079; }

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

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

background-color css

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

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

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

border-color css

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

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

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