Html Css Color HEX #EF987B Dark Salmon

📋 copy color: '#EF987B'

red 239 ◦ green 152 ◦ blue 123

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

Shades of Dark Salmon #EF987B

Tints of Dark Salmon #EF987B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.93%

R = 46.5%
G = 29.57%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF987B (or 0xEF987B) is known color: Dark Salmon. HEX triplet: EF, 98 and 7B. RGB value is (239,152,123). Sum of RGB (Red+Green+Blue) = 239+152+123=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF987B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF987B is #106784. Grayscale: #AEAEAE. Windows color (decimal): -1075077 or 8100079. OLE color: 8100079.

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

Color convert

RGB 239 152 123 -
CMYK 0 0.36 0.49 0.06
HSL 15º 0.78% 0.71% -
HSV(B) 15º 0.49% 0.94% -
XYZ 50.4 42.24 24.24 -
YUV 174.71 98.82 173.86 -
System Red Green Blue C M Y K H S L
Decimal 239 152 123 0 0.36 0.49 0.06 15 0.78 0.71
Hex EF 98 7B 0 24 31 6 F 4E 47
Octal 357 230 173 0 44 61 6 17 116 107
Binary 11101111 10011000 1111011 0 100100 110001 110 1111 1001110 1000111

Color Harmonies of #EF987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF987B

Black with #EF987B

Text Example


Text Example

White with #EF987B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF987B; }

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

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

background-color css

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

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

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

border-color css

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

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

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