Html Css Color HEX #EF8E7D Dark Salmon

📋 copy color: '#EF8E7D'

red 239 ◦ green 142 ◦ blue 125

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

Shades of Dark Salmon #EF8E7D

Tints of Dark Salmon #EF8E7D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.06%

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

R = 47.23%
G = 28.06%
B = 24.7%

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

#EF8E7D (or 0xEF8E7D) is known color: Dark Salmon. HEX triplet: EF, 8E and 7D. RGB value is (239,142,125). Sum of RGB (Red+Green+Blue) = 239+142+125=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8E7D is #107182. Grayscale: #A9A9A9. Windows color (decimal): -1077635 or 8228591. OLE color: 8228591.

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

Color convert

RGB 239 142 125 -
CMYK 0 0.41 0.48 0.06
HSL 8.95º 0.78% 0.71% -
HSV(B) 8.95º 0.48% 0.94% -
XYZ 48.97 39.18 24.38 -
YUV 169.07 103.14 177.88 -
System Red Green Blue C M Y K H S L
Decimal 239 142 125 0 0.41 0.48 0.06 8.95 0.78 0.71
Hex EF 8E 7D 0 29 30 6 9 4E 47
Octal 357 216 175 0 51 60 6 11 116 107
Binary 11101111 10001110 1111101 0 101001 110000 110 1001 1001110 1000111

Color Harmonies of #EF8E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8E7D

Black with #EF8E7D

Text Example


Text Example

White with #EF8E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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