Html Css Color HEX #EFA07C Dark Salmon

📋 copy color: '#EFA07C'

red 239 ◦ green 160 ◦ blue 124

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

Shades of Dark Salmon #EFA07C

Tints of Dark Salmon #EFA07C

RGB

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

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

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

R = 45.7%
G = 30.59%
B = 23.71%

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

#EFA07C (or 0xEFA07C) is known color: Dark Salmon. HEX triplet: EF, A0 and 7C. RGB value is (239,160,124). Sum of RGB (Red+Green+Blue) = 239+160+124=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 124 (48.83% from 255 or 23.71% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA07C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA07C is #105F83. Grayscale: #B3B3B3. Windows color (decimal): -1073028 or 8167663. OLE color: 8167663.

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

Color convert

RGB 239 160 124 -
CMYK 0 0.33 0.48 0.06
HSL 18.78º 0.78% 0.71% -
HSV(B) 18.78º 0.48% 0.94% -
XYZ 51.81 44.95 25.01 -
YUV 179.52 96.67 170.43 -
System Red Green Blue C M Y K H S L
Decimal 239 160 124 0 0.33 0.48 0.06 18.78 0.78 0.71
Hex EF A0 7C 0 21 30 6 13 4E 47
Octal 357 240 174 0 41 60 6 23 116 107
Binary 11101111 10100000 1111100 0 100001 110000 110 10011 1001110 1000111

Color Harmonies of #EFA07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA07C

Black with #EFA07C

Text Example


Text Example

White with #EFA07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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