Html Css Color HEX #EF947F Dark Salmon

📋 copy color: '#EF947F'

red 239 ◦ green 148 ◦ blue 127

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

Shades of Dark Salmon #EF947F

Tints of Dark Salmon #EF947F

RGB

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

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

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

R = 46.5%
G = 28.79%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF947F (or 0xEF947F) is known color: Dark Salmon. HEX triplet: EF, 94 and 7F. RGB value is (239,148,127). Sum of RGB (Red+Green+Blue) = 239+148+127=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF947F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF947F is #106B80. Grayscale: #ACACAC. Windows color (decimal): -1076097 or 8361199. OLE color: 8361199.

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

Color convert

RGB 239 148 127 -
CMYK 0 0.38 0.47 0.06
HSL 11.25º 0.78% 0.72% -
HSV(B) 11.25º 0.47% 0.94% -
XYZ 50.02 41.06 25.37 -
YUV 172.82 102.15 175.21 -
System Red Green Blue C M Y K H S L
Decimal 239 148 127 0 0.38 0.47 0.06 11.25 0.78 0.72
Hex EF 94 7F 0 26 2F 6 B 4E 48
Octal 357 224 177 0 46 57 6 13 116 110
Binary 11101111 10010100 1111111 0 100110 101111 110 1011 1001110 1001000

Color Harmonies of #EF947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF947F

Black with #EF947F

Text Example


Text Example

White with #EF947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF947F; }

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

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

background-color css

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

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

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

border-color css

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

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

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