Html Css Color HEX #EFA07D Dark Salmon

📋 copy color: '#EFA07D'

red 239 ◦ green 160 ◦ blue 125

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

Shades of Dark Salmon #EFA07D

Tints of Dark Salmon #EFA07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.85%

R = 45.61%
G = 30.53%
B = 23.85%

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

#EFA07D (or 0xEFA07D) is known color: Dark Salmon. HEX triplet: EF, A0 and 7D. RGB value is (239,160,125). Sum of RGB (Red+Green+Blue) = 239+160+125=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA07D is #105F82. Grayscale: #B3B3B3. Windows color (decimal): -1073027 or 8233199. OLE color: 8233199.

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

Color convert

RGB 239 160 125 -
CMYK 0 0.33 0.48 0.06
HSL 18.42º 0.78% 0.71% -
HSV(B) 18.42º 0.48% 0.94% -
XYZ 51.87 44.97 25.35 -
YUV 179.63 97.17 170.35 -
System Red Green Blue C M Y K H S L
Decimal 239 160 125 0 0.33 0.48 0.06 18.42 0.78 0.71
Hex EF A0 7D 0 21 30 6 12 4E 47
Octal 357 240 175 0 41 60 6 22 116 107
Binary 11101111 10100000 1111101 0 100001 110000 110 10010 1001110 1000111

Color Harmonies of #EFA07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA07D

Black with #EFA07D

Text Example


Text Example

White with #EFA07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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