Html Css Color HEX #EF966C Dark Salmon

📋 copy color: '#EF966C'

red 239 ◦ green 150 ◦ blue 108

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

Shades of Dark Salmon #EF966C

Tints of Dark Salmon #EF966C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.73%

R = 48.09%
G = 30.18%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF966C (or 0xEF966C) is known color: Dark Salmon. HEX triplet: EF, 96 and 6C. RGB value is (239,150,108). Sum of RGB (Red+Green+Blue) = 239+150+108=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF966C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF966C is #106993. Grayscale: #ACACAC. Windows color (decimal): -1075604 or 7116527. OLE color: 7116527.

HSL color Cylindrical-coordinate representation of color #EF966C: hue angle of 19.24º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF966C is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 150 108 -
CMYK 0 0.37 0.55 0.06
HSL 19.24º 0.8% 0.68% -
HSV(B) 19.24º 0.55% 0.94% -
XYZ 49.21 41.25 19.56 -
YUV 171.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 239 150 108 0 0.37 0.55 0.06 19.24 0.8 0.68
Hex EF 96 6C 0 25 37 6 13 50 44
Octal 357 226 154 0 45 67 6 23 120 104
Binary 11101111 10010110 1101100 0 100101 110111 110 10011 1010000 1000100

Color Harmonies of #EF966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF966C

Black with #EF966C

Text Example


Text Example

White with #EF966C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF966C; }

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

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

background-color css

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

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

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

border-color css

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

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

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