Html Css Color HEX #EF8D7E Dark Salmon

📋 copy color: '#EF8D7E'

red 239 ◦ green 141 ◦ blue 126

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

Shades of Dark Salmon #EF8D7E

Tints of Dark Salmon #EF8D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.9%

R = 47.23%
G = 27.87%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF8D7E (or 0xEF8D7E) is known color: Dark Salmon. HEX triplet: EF, 8D and 7E. RGB value is (239,141,126). Sum of RGB (Red+Green+Blue) = 239+141+126=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8D7E is #107281. Grayscale: #A8A8A8. Windows color (decimal): -1077890 or 8293871. OLE color: 8293871.

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

Color convert

RGB 239 141 126 -
CMYK 0 0.41 0.47 0.06
HSL 7.96º 0.78% 0.72% -
HSV(B) 7.96º 0.47% 0.94% -
XYZ 48.89 38.91 24.67 -
YUV 168.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 239 141 126 0 0.41 0.47 0.06 7.96 0.78 0.72
Hex EF 8D 7E 0 29 2F 6 8 4E 48
Octal 357 215 176 0 51 57 6 10 116 110
Binary 11101111 10001101 1111110 0 101001 101111 110 1000 1001110 1001000

Color Harmonies of #EF8D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8D7E

Black with #EF8D7E

Text Example


Text Example

White with #EF8D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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