Html Css Color HEX #EF8D6B Dark Salmon

📋 copy color: '#EF8D6B'

red 239 ◦ green 141 ◦ blue 107

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

Shades of Dark Salmon #EF8D6B

Tints of Dark Salmon #EF8D6B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.95%

 BLUE value IS 107 (42.19% from 255) = 21.97%

R = 49.08%
G = 28.95%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF8D6B (or 0xEF8D6B) is known color: Dark Salmon. HEX triplet: EF, 8D and 6B. RGB value is (239,141,107). Sum of RGB (Red+Green+Blue) = 239+141+107=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8D6B is #107294. Grayscale: #A6A6A6. Windows color (decimal): -1077909 or 7048687. OLE color: 7048687.

HSL color Cylindrical-coordinate representation of color #EF8D6B: hue angle of 15.45º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF8D6B is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 141 107 -
CMYK 0 0.41 0.55 0.06
HSL 15.45º 0.8% 0.68% -
HSV(B) 15.45º 0.55% 0.94% -
XYZ 47.78 38.46 18.82 -
YUV 166.43 94.47 179.76 -
System Red Green Blue C M Y K H S L
Decimal 239 141 107 0 0.41 0.55 0.06 15.45 0.8 0.68
Hex EF 8D 6B 0 29 37 6 F 50 44
Octal 357 215 153 0 51 67 6 17 120 104
Binary 11101111 10001101 1101011 0 101001 110111 110 1111 1010000 1000100

Color Harmonies of #EF8D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8D6B

Black with #EF8D6B

Text Example


Text Example

White with #EF8D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8D6B; }

 p { color: rgb(239,141,107); }

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

background-color css

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

 a { background-color: rgb(239,141,107); }

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

border-color css

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

 span { border-color: rgb(239,141,107); }

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