Html Css Color HEX #EF987F Dark Salmon

📋 copy color: '#EF987F'

red 239 ◦ green 152 ◦ blue 127

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

Shades of Dark Salmon #EF987F

Tints of Dark Salmon #EF987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.34%

 BLUE value IS 127 (50% from 255) = 24.52%

R = 46.14%
G = 29.34%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF987F (or 0xEF987F) is known color: Dark Salmon. HEX triplet: EF, 98 and 7F. RGB value is (239,152,127). Sum of RGB (Red+Green+Blue) = 239+152+127=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF987F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF987F is #106780. Grayscale: #AFAFAF. Windows color (decimal): -1075073 or 8362223. OLE color: 8362223.

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

Color convert

RGB 239 152 127 -
CMYK 0 0.36 0.47 0.06
HSL 13.39º 0.78% 0.72% -
HSV(B) 13.39º 0.47% 0.94% -
XYZ 50.66 42.34 25.58 -
YUV 175.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 239 152 127 0 0.36 0.47 0.06 13.39 0.78 0.72
Hex EF 98 7F 0 24 2F 6 D 4E 48
Octal 357 230 177 0 44 57 6 15 116 110
Binary 11101111 10011000 1111111 0 100100 101111 110 1101 1001110 1001000

Color Harmonies of #EF987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF987F

Black with #EF987F

Text Example


Text Example

White with #EF987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF987F; }

 p { color: rgb(239,152,127); }

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

background-color css

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

 a { background-color: rgb(239,152,127); }

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

border-color css

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

 span { border-color: rgb(239,152,127); }

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