Html Css Color HEX #EF967C Dark Salmon

📋 copy color: '#EF967C'

red 239 ◦ green 150 ◦ blue 124

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

Shades of Dark Salmon #EF967C

Tints of Dark Salmon #EF967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.24%

 BLUE value IS 124 (48.83% from 255) = 24.17%

R = 46.59%
G = 29.24%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF967C (or 0xEF967C) is known color: Dark Salmon. HEX triplet: EF, 96 and 7C. RGB value is (239,150,124). Sum of RGB (Red+Green+Blue) = 239+150+124=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF967C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF967C is #106983. Grayscale: #ADADAD. Windows color (decimal): -1075588 or 8165103. OLE color: 8165103.

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

Color convert

RGB 239 150 124 -
CMYK 0 0.37 0.48 0.06
HSL 13.57º 0.78% 0.71% -
HSV(B) 13.57º 0.48% 0.94% -
XYZ 50.14 41.62 24.46 -
YUV 173.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 239 150 124 0 0.37 0.48 0.06 13.57 0.78 0.71
Hex EF 96 7C 0 25 30 6 E 4E 47
Octal 357 226 174 0 45 60 6 16 116 107
Binary 11101111 10010110 1111100 0 100101 110000 110 1110 1001110 1000111

Color Harmonies of #EF967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF967C

Black with #EF967C

Text Example


Text Example

White with #EF967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF967C; }

 p { color: rgb(239,150,124); }

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

background-color css

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

 a { background-color: rgb(239,150,124); }

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

border-color css

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

 span { border-color: rgb(239,150,124); }

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