Html Css Color HEX #EF8D7D Dark Salmon

📋 copy color: '#EF8D7D'

red 239 ◦ green 141 ◦ blue 125

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

Shades of Dark Salmon #EF8D7D

Tints of Dark Salmon #EF8D7D

RGB

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

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

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

R = 47.33%
G = 27.92%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF8D7D (or 0xEF8D7D) is known color: Dark Salmon. HEX triplet: EF, 8D and 7D. RGB value is (239,141,125). Sum of RGB (Red+Green+Blue) = 239+141+125=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8D7D is #107282. Grayscale: #A8A8A8. Windows color (decimal): -1077891 or 8228335. OLE color: 8228335.

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

Color convert

RGB 239 141 125 -
CMYK 0 0.41 0.48 0.06
HSL 8.42º 0.78% 0.71% -
HSV(B) 8.42º 0.48% 0.94% -
XYZ 48.82 38.88 24.33 -
YUV 168.48 103.47 178.3 -
System Red Green Blue C M Y K H S L
Decimal 239 141 125 0 0.41 0.48 0.06 8.42 0.78 0.71
Hex EF 8D 7D 0 29 30 6 8 4E 47
Octal 357 215 175 0 51 60 6 10 116 107
Binary 11101111 10001101 1111101 0 101001 110000 110 1000 1001110 1000111

Color Harmonies of #EF8D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8D7D

Black with #EF8D7D

Text Example


Text Example

White with #EF8D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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