Html Css Color HEX #EFA07A Dark Salmon

📋 copy color: '#EFA07A'

red 239 ◦ green 160 ◦ blue 122

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

Shades of Dark Salmon #EFA07A

Tints of Dark Salmon #EFA07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.42%

R = 45.87%
G = 30.71%
B = 23.42%

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

#EFA07A (or 0xEFA07A) is known color: Dark Salmon. HEX triplet: EF, A0 and 7A. RGB value is (239,160,122). Sum of RGB (Red+Green+Blue) = 239+160+122=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA07A is #105F85. Grayscale: #B3B3B3. Windows color (decimal): -1073030 or 8036591. OLE color: 8036591.

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

Color convert

RGB 239 160 122 -
CMYK 0 0.33 0.49 0.06
HSL 19.49º 0.79% 0.71% -
HSV(B) 19.49º 0.49% 0.94% -
XYZ 51.68 44.9 24.35 -
YUV 179.29 95.67 170.59 -
System Red Green Blue C M Y K H S L
Decimal 239 160 122 0 0.33 0.49 0.06 19.49 0.79 0.71
Hex EF A0 7A 0 21 31 6 13 4F 47
Octal 357 240 172 0 41 61 6 23 117 107
Binary 11101111 10100000 1111010 0 100001 110001 110 10011 1001111 1000111

Color Harmonies of #EFA07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA07A

Black with #EFA07A

Text Example


Text Example

White with #EFA07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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