Html Css Color HEX #EF947B Dark Salmon

📋 copy color: '#EF947B'

red 239 ◦ green 148 ◦ blue 123

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

Shades of Dark Salmon #EF947B

Tints of Dark Salmon #EF947B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.02%

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

R = 46.86%
G = 29.02%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF947B (or 0xEF947B) is known color: Dark Salmon. HEX triplet: EF, 94 and 7B. RGB value is (239,148,123). Sum of RGB (Red+Green+Blue) = 239+148+123=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF947B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF947B is #106B84. Grayscale: #ACACAC. Windows color (decimal): -1076101 or 8099055. OLE color: 8099055.

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

Color convert

RGB 239 148 123 -
CMYK 0 0.38 0.49 0.06
HSL 12.93º 0.78% 0.71% -
HSV(B) 12.93º 0.49% 0.94% -
XYZ 49.76 40.96 24.02 -
YUV 172.36 100.15 175.53 -
System Red Green Blue C M Y K H S L
Decimal 239 148 123 0 0.38 0.49 0.06 12.93 0.78 0.71
Hex EF 94 7B 0 26 31 6 D 4E 47
Octal 357 224 173 0 46 61 6 15 116 107
Binary 11101111 10010100 1111011 0 100110 110001 110 1101 1001110 1000111

Color Harmonies of #EF947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF947B

Black with #EF947B

Text Example


Text Example

White with #EF947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF947B; }

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

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

background-color css

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

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

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

border-color css

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

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

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